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
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
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