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!

OSB :<Error> <WliSbTransports> <BEA-381304> <Exception in HttpOutboundMessageContext.RetrieveHttpRes

1174662Sep 29 2016

Hi All,

We have upgraded the JDk from JDK 7 update 80 to JDK 7 Update 111. after we upgrade the JDK , we are receiving below errors when OSB proxy services trying send the message ( EMS ) to client broker .. it is https connection.

<29-Sep-2016 5:26:42 o'clock AM UTC> <Error> <WliSbTransports> <BEA-381304> <Exception in HttpOutboundMessageContext.RetrieveHttpResponseWork.run: java.net.SocketException: Connection reset

java.net.SocketException: Connection reset

        at java.net.SocketInputStream.read(SocketInputStream.java:196)

        at java.net.SocketInputStream.read(SocketInputStream.java:122)

        at weblogic.socket.JSSEFilterImpl.readFromNetwork(JSSEFilterImpl.java:409)

        at weblogic.socket.JSSEFilterImpl.handleUnwrapResults(JSSEFilterImpl.java:542)

        at weblogic.socket.JSSEFilterImpl.unwrapAndHandleResults(JSSEFilterImpl.java:462)

        at weblogic.socket.JSSEFilterImpl.doHandshake(JSSEFilterImpl.java:82)

        at weblogic.socket.JSSEFilterImpl.handleResultsCommonly(JSSEFilterImpl.java:665)

        at weblogic.socket.JSSEFilterImpl.handleUnwrapResults(JSSEFilterImpl.java:556)

        at weblogic.socket.JSSEFilterImpl.unwrapAndHandleResults(JSSEFilterImpl.java:462)

        at weblogic.socket.JSSEFilterImpl.read(JSSEFilterImpl.java:376)

        at weblogic.socket.JSSESocket$JSSEInputStream.read(JSSESocket.java:60)

        at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)

        at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)

        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)

        at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:226)

        at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:148)

        at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:478)

        at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:412)

        at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)

        at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:1038)

        at com.bea.wli.sb.transports.http.HttpOutboundMessageContext.getResponse(HttpOutboundMessageContext.java:754)

        at com.bea.wli.sb.transports.http.wls.HttpOutboundMessageContextWls.access$200(HttpOutboundMessageContextWls.java:21)

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

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

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

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

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

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2016
Added on Sep 29 2016
0 comments
1,287 views