|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
SOAP Reply node exception |
« View previous topic :: View next topic » |
Author |
Message
|
mqxplorer |
Posted: Thu Apr 04, 2013 7:55 am Post subject: SOAP Reply node exception |
|
|
 Master
Joined: 22 Jun 2009 Posts: 206
|
Hi All,
I have a problem with my SOAP Reply node with one of the flows in PROD. The exception messages (broker log and exception message from the exception tabel in DB) are as below/...
Quote: |
Apr 4 11:10:39 SRVR02 WebSphere Broker v7004[2088]: (BRK2.EG1)[6720]BIP2232E: Error detected whilst handling a previous error in node 'PRODMsgFlow.SOAP Reply'. : BRK2.bd0d7782-2e01-0000-0080-9b726dd80f93: /build/S700_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 893: ImbDataFlowNode::logExceptionList: ComIbmSOAPReplyNode: PRODMsgFlow#FCMComposite_1_3
Apr 4 11:10:39 SRVR02 WebSphere Broker v7004[2088]: (BRK2.EG1)[6720]BIP3752E: The SOAP Reply node 'PRODMsgFlow.SOAP Reply' encountered an error while processing a reply message. : BRK2.bd0d7782-2e01-0000-0080-9b726dd80f93: /build/S700_P/src/WebServices/WSLibrary/ImbSOAPReplyNode.cpp: 386: ImbSOAPReplyNode::evaluate: ComIbmSOAPReplyNode: PRODMsgFlow#FCMComposite_1_3
Apr 4 11:10:39 SRVR02 WebSphere Broker v7004[2088]: (BRK2.EG1)[6720]BIP3701E: A Java exception was thrown whilst calling the Java JNI method 'Axis2Invoker_sendReplyDataNonSoap'. The Java exception was 'java.net.SocketException: Connection reset'. The Java stack trace was 'Frame : 0 java.net.SocketException: Connection reset| @: java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:107)| @: java.net.SocketOutputStream.write(SocketOutputStream.java:147)| @: com.ibm.jsse2.d.a(d.java:112)| @: com.ibm.jsse2.d.a(d.java:87)| @: com.ibm.jsse2.SSLSocketImpl.b(SSLSocketImpl.java:84)| @: com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:725)| @: com.ibm.jsse2.k.write(k.java:3)| @: org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:714)| @: org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:323)| @: org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:737)| @: org.apache.coyote.http11.filters.IdentityOutput |
Quote: |
Error occurred in ImbSOAPReplyHelper::makeSOAPReply(). Error Making SOAP JNI Call: Axis2Invoker_sendReplyDataNonSoap. Axis2Invoker_sendReplyDataNonSoap. java.net.SocketException: Connection reset. Frame : 0 java.net.SocketException: Connection reset| @: java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:107)| @: java.net.SocketOutputStream.write(SocketOutputStream.java:147)| @: com.ibm.jsse2.d.a(d.java:112)| @: com.ibm.jsse2.d.a(d.java:87)| @: com.ibm.jsse2.SSLSocketImpl.b(SSLSocketImpl.java:84)| @: com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:725)| @: com.ibm.jsse2.k.write(k.java:3)| @: org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:714)| @: org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:323)| @: org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:737)| @: org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:117)| @: org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:569)| @: org.apache.coyote.Response.doWrite(Response.java:542)| @: com.ibm.broker.inlinehttp.tomcatthreadpool.InlineHTTPOutputStream.write(InlineHTTPOutputStream.java:248)| @: com.ibm.broker.inlinehttp.tomcatthreadpool.WMBOutboundHTTPTransport.writeOutputMessageBody(WMBOutboundHTTPTransport.java:298)| @: com.ibm.broker.axis2.Axis2Invoker.sendReplyInternalNotThroughPipeline(Axis2Invoker.java:1424)| @: com.ibm.broker.axis2.Axis2Invoker.sendReplyDataNonSoap(Axis2Invoker.java:1179)| @: com.ibm.broker.plugin.MbOutputTerminal._propagate(Native Method)| @: com.ibm.broker.plugin.MbOutputTerminal.propagate(MbOutputTerminal.java:107)| @: com.ibm.broker.soap.SoapExtractNode.evaluate(SoapExtractNode.java:178)| @: com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1469)| @: com.ibm.broker.plugin.MbOutputTerminal._propagate(Native Method)| @: com.ibm.broker.plugin.MbOutputTerminal.propagate(MbOutputTerminal.java:107)| @: com.ibm.broker.transportheadernodes.http.HTTPHeaderNode.evaluate(HTTPHeaderNode.java:521)| @: com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1469)|. |
The message flow is a simple pass through service acting as a proxy. I did not really understand this exception and tries seraching in the forum. However, I could not find much information, hence, posting here.
Did anyone see the same issue? It is not regular It comes once in a while. Can somebody suggest me the root cause of this exception?
Thanks
mqxplorer |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Apr 04, 2013 7:59 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Looks like one of two possibilities to me:
1. The client dropped the connection.
2. You are hitting more than one SoapReply node.
Your flow organization should have a main flow that handles marshalling, which contains SoapInput and SoapReply; then any subflows which should not contain any SoapReply nodes. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 04, 2013 8:00 am Post subject: Re: SOAP Reply node exception |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqxplorer wrote: |
Can somebody suggest me the root cause of this exception? |
mqxplorer wrote: |
The Java exception was 'java.net.SocketException: Connection reset'. |
mqxplorer wrote: |
However, I could not find much information, hence, posting here. |
I put that error in Google and got a dozen hits. It's a common network error with a number of potential causes, many of them transient, hence the irregular nature of the error. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|