You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by satyapriya sahoo <sa...@gmail.com> on 2013/08/01 12:50:30 UTC

Facing Problem in AXIS2

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

Re: Facing Problem in AXIS2

Posted by satyapriya sahoo <sa...@gmail.com>.
Thanks for the quick reply.

Thanks,
Satya


On Thu, Aug 1, 2013 at 4:51 PM, Raja Nagendra Kumar <
nagendra.raja@tejasoft.com> wrote:

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

Re: Facing Problem in AXIS2

Posted by Raja Nagendra Kumar <na...@tejasoft.com>.
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

RE: Facing Problem in AXIS2

Posted by Martin Gainty <mg...@hotmail.com>.
The good news is this has Nothing to to with your axis client 
 
the hosting provider of the Axis Service has reset the connection...

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.

 
Date: Thu, 1 Aug 2013 16:20:30 +0530
Subject: Facing Problem in AXIS2
From: sahoo.satyapriya@gmail.com
To: java-dev@axis.apache.org; axis-dev@ws.apache.org; axis-user@ws.apache.org

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