Hi,
http://stackoverflow.com/questions/62929/java-net-socketexception-connection-reset
Make sure proper closing happen and no pre-mature close is happening on
either side..
What are the details of the other end.. i.e is this expection happening
at server side or client side.. if client, which is the client.
Regards,
Nagendra
www.tejasoft.com
On 8/1/2013 4:20 PM, satyapriya sahoo wrote:
Hi, In axis2 sometimes I am getting the bellow Exception.
org.apache.axis2.AxisFault:*Connection reset*
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:98)
at
org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
at
org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
Can any body helps me to find out this. This Exception I don't see
every time. Sometimes I saw this, any idea for what reason I am
getting this problem.
Thanks,
Satya