Re: org.apache.axis2.AxisFault: Connection reset

2006-10-19 Thread robert lazarski
Try putting a perpetual ping on the server while executing the service calls and see if that helps. You also could try 'netstat -ancp | grep 8080' or similar command and watch the socket activity - that may explain what is happening. This is a common error on db's , which may have something to

RE: org.apache.axis2.AxisFault: Connection reset

2006-10-19 Thread Gnanasekaran Vinayakamurthy
:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 5:51 PM To: axis-user@ws.apache.org Subject: Re: org.apache.axis2.AxisFault: Connection reset Try putting a perpetual ping on the server while executing the service calls and see if that helps. You also could try 'netstat -ancp | grep 8080

Re: org.apache.axis2.AxisFault: Connection reset

2006-10-19 Thread robert lazarski
completely from Axis2? Please let me know, how it can be fixed? Thanks, Vinay -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 5:51 PM To: axis-user@ws.apache.org Subject: Re: org.apache.axis2.AxisFault: Connection reset Try putting