Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 54434 invoked from network); 3 Dec 2005 17:35:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Dec 2005 17:35:34 -0000 Received: (qmail 25526 invoked by uid 500); 3 Dec 2005 17:35:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 25455 invoked by uid 500); 3 Dec 2005 17:35:30 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 25428 invoked by uid 99); 3 Dec 2005 17:35:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 09:35:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pratik.parikh@cerner.com designates 159.140.213.148 as permitted sender) Received: from [159.140.213.148] (HELO ns02.cerner.com) (159.140.213.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 09:35:28 -0800 Received: from cerner.com ([159.140.213.242]) by ns02.cerner.com (smtp) with ESMTP id jB3HZ7I1014307 for ; Sat, 3 Dec 2005 11:35:07 -0600 Received: from ([10.160.12.234]) by CT03.cerner.com with ESMTP id KP-TRRB5.9190571; Sat, 03 Dec 2005 11:34:52 -0600 Received: from msbhwhq02.northamerica.cerner.net ([10.160.16.184]) by msscanwhq02.northamerica.cerner.net with InterScan Messaging Security Suite; Sat, 03 Dec 2005 11:34:51 -0600 Received: from MSMBWHQ10.northamerica.cerner.net ([10.160.16.10]) by msbhwhq02.northamerica.cerner.net with Microsoft SMTPSVC(6.0.3790.1830); Sat, 3 Dec 2005 11:34:48 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: [jira] Resolved: (AXIS-2305) Axis Fault : java.net.SocketException Connection reset Date: Sat, 3 Dec 2005 11:34:45 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Resolved: (AXIS-2305) Axis Fault : java.net.SocketException Connection reset Thread-Index: AcX09+sJLwO57konQSufzKnk8LL6qADN9Qpg From: "Parikh,Pratik" To: X-OriginalArrivalTime: 03 Dec 2005 17:34:48.0805 (UTC) FILETIME=[DBFFC150:01C5F82F] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dims, Is this fix available, I am running the same issue??? Thanks, Parikh, Pratik -----Original Message----- From: Davanum Srinivas (JIRA) [mailto:axis-dev@ws.apache.org]=0D Sent: Tuesday, November 29, 2005 9:13 AM To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS-2305) Axis Fault : java.net.SocketException Connection reset [ http://issues.apache.org/jira/browse/AXIS-2305?page=3Dall ] =0D Davanum Srinivas resolved AXIS-2305: ------------------------------------ Resolution: Duplicate duplicate. > Axis Fault : java.net.SocketException Connection reset > ------------------------------------------------------ > > Key: AXIS-2305 > URL: http://issues.apache.org/jira/browse/AXIS-2305 > Project: Apache Axis > Type: Bug > Versions: 1.3 > Environment: Tested on Solaris 8 and Win 2000 Prof > Reporter: Heemanshu Jain > Priority: Blocker > > Hi, > I am using Apache Axis 1.3 and JDK 1.5 to consume web services from a SOAP webserver. > I have a loop which executes every 5 seconds and makes a call to the web service. > The code works fine for a few requests but I get this error after some requests at regular intervals. Nearly 1 failure in 50 requests.=0D > I have another program written in plain java code. This program is executing with no errors. This proves that there is no problem at the server side. (This program has hardcoded SOAP request so cannot use this plain java code for production). > Is this a known bug. Is there any workaround for the same=0D > AxisFault > faultCode:=0D > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.net.SocketException: Connection reset > faultActor: > faultNode: > faultDetail: > =0D > {http://xml.apache.org/axis/}stackTrace:java.net.SocketException: Connec tion reset > at java.net.SocketInputStream.read(Unknown Source) > at java.io.BufferedInputStream.fill(Unknown Source) > at java.io.BufferedInputStream.read(Unknown Source) > at=0D > org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPS > ender.java:583) > at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143) > at=0D > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg > y.java:32) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > at org.apache.axis.client.Call.invoke(Call.java:2767) > at org.apache.axis.client.Call.invoke(Call.java:2443) > at org.apache.axis.client.Call.invoke(Call.java:2366) > at org.apache.axis.client.Call.invoke(Call.java:1812) > at=0D > com.bt.www.mta._2005._09.MTASoapPortStub.requestCheck(MTASoapPortStub > .java:298) > at com.bt.www.mta.types._2005._09.Main4test.main(Main4test.java:92) > {http://xml.apache.org/axis/}hostname:DSCP07364 > java.net.SocketException: Connection reset > at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) > at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154) > at=0D > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg > y.java:32) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > at org.apache.axis.client.Call.invoke(Call.java:2767) > at org.apache.axis.client.Call.invoke(Call.java:2443) > at org.apache.axis.client.Call.invoke(Call.java:2366) > at org.apache.axis.client.Call.invoke(Call.java:1812) > at=0D > com.bt.www.mta._2005._09.MTASoapPortStub.requestCheck(MTASoapPortStub > .java:298) > at=0D > com.bt.www.mta.types._2005._09.Main4test.main(Main4test.java:92) > Caused by: java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.io.BufferedInputStream.fill(Unknown Source) > at java.io.BufferedInputStream.read(Unknown Source) > at=0D > org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPS > ender.java:583) > at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143) > ... 11 more > Please help. > I need to have this running asap. > Thanks in advance. > Heemanshu -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. ---------------------------------------- --