Facing Problem in AXIS2

2013-08-01 Thread satyapriya sahoo
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.co

Re: Facing Problem in AXIS2

2013-08-01 Thread Raja Nagendra Kumar
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, whic

Re: Facing Problem in AXIS2

2013-08-01 Thread satyapriya sahoo
Thanks for the quick reply. Thanks, Satya On Thu, Aug 1, 2013 at 4:51 PM, Raja Nagendra Kumar < [email protected]> wrote: > ** > Hi, > > > http://stackoverflow.com/questions/62929/java-net-socketexception-connection-reset > > Make sure proper closing happen and no pre-mature close is h