When using TCPMon with MTOM optimized Attachements i´m getting a boundary not
found / Connection abort: socket write error
--------------------------------------------------------------------------------------------------------------------------
Key: WSCOMMONS-209
URL: https://issues.apache.org/jira/browse/WSCOMMONS-209
Project: WS-Commons
Issue Type: Bug
Components: TCPMon
Reporter: Thomas Naecker
I´m analyzing the MTOM Optimization and would like to know the size of the
content and the elapsed time for processing a message, so i used the TCPMon
Tool for that. Without Optimization, there is no problem, but when i enable
MTOM, i´m getting this error:
org.apache.axiom.om.OMException: javax.mail.MessagingException: Error reading
input stream; nested exception is: java.io.IOException: End of Stream,
but boundary not found
Exception in thread "main" org.apache.axis2.AxisFault: Software caused
connection abort: socket write error
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:221)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:452)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:330)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500)
at
localhost.documentmanager.DocumentManagerAxiomServiceClient.main(DocumentManagerAxiomServiceClient.java:79)
Caused by: org.apache.axis2.AxisFault: Software caused connection abort: socket
write error
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:314)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:201)
... 6 more
Caused by: org.apache.axis2.AxisFault: Software caused connection abort: socket
write error
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:179)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:73)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:305)
... 7 more
Is MTOM not supported by TCPMon?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]