Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<con:errorCode>OSB-380000</con:errorCode><con:reason>Internal Server Error</con:reason>

r.arenasApr 11 2017 — edited Apr 11 2017

Hello everyone!

I need your help!

I have the next problem:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

<soapenv:Fault>

<faultcode>soapenv:Server</faultcode>

<faultstring>OSB-380000: Internal Server Error</faultstring>

<detail>

<con:fault xmlns:con="http://www.bea.com/wli/sb/context">

<con:errorCode>OSB-380000</con:errorCode>

<con:reason>Internal Server Error</con:reason>

<con:location>

<con:node>RouteNode2</con:node>

<con:path>response-pipeline</con:path>

</con:location>

</con:fault>

</detail>

</soapenv:Fault>

</soapenv:Body>

</soapenv:Envelope>

The complete error stack´s is as follows:

<com.bea.alsb.common.catalog.CatalogLogger> <CatalogLogger> <log> <OSB-382191>

com.bea.wli.sb.pipeline.PipelineException: Transport error (error code=OSB-380000): Internal Server Error

  at com.bea.wli.sb.pipeline.components.Node.processMessage(Node.java:94)

  at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

  at com.bea.wli.sb.pipeline.components.Router.processMessage(Router.java:205)

  at com.bea.wli.sb.pipeline.MessageProcessor.processResponse(MessageProcessor.java:228)

  at com.bea.wli.sb.pipeline.RouterCallback.handleFault(RouterCallback.java:167)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.OutboundResponseMetadataHandler.handleFault(OutboundResponseMetadataHandler.java:66)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.OutboundMessageContentHandler.handleFault(OutboundMessageContentHandler.java:116)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.LoadBalanceFailover$LoadBalanceFailoverHelper.handleFault(LoadBalanceFailover.java:572)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.UpdateOutboundStatistics.handleFault(UpdateOutboundStatistics.java:105)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.handleFault(AbstractHandler.java:147)

  at com.bea.wli.sb.service.handlerchain.handlers.EndpointManagementHandler.handleFault(EndpointManagementHandler.java:160)

  at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler$1.handleFault(AbstractHandler.java:336)

  at com.bea.wli.sb.service.handlerchain.handlers.TransportProviderInvoker$ServiceTransportListener.onError(TransportProviderInvoker.java:317)

  at com.bea.wli.sb.transports.http.wls.HttpOutboundMessageContextWls$RetrieveHttpResponseWork.handleResponse(HttpOutboundMessageContextWls.java:139)

  at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse$RunnableCallback.run(AsyncResponseHandler.java:549)

  at weblogic.work.ContextWrap.run(ContextWrap.java:40)

  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)

  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

  at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

The context is as follows:

I made a simple conditional branch with three routes.

The first one branch works, but the another two throw the previous error.

Now, the first question is:

Is there some difference between this code error (error code=OSB-380000) and this other code error (error code=BEA-380000)?

Ask that because this: https://docs.oracle.com/cd/E13171_01/alsb/docs25/consolehelp/errorcodes.html

Finally, the most important question is:

What happen here, can you help me please?

Thank you very much for your attention.

REAL

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2017
Added on Apr 11 2017
1 comment
5,013 views