Under Eclipse client there is the following error: : java.net.SocketTimeoutException exception: org.apache.axis2.AxisFault: java.net.SocketTimeoutException at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
When we tried to ADD to ENDEVOR by Eclipse/ENDVOR, why do we get this arror:: Connection reset by peer: socket write error Exception: org.apache.axis2.AxisFault: Connection reset by peer: socket write error at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.SOAPMessageFormatter.writeSwAMessage(SOAPMessageFormatter.java:249) at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:68) at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84) at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody .
Environment
Release: Component: ENDBAS
Resolution
In SERVER.XML, try increasing the connectionTimeout to 20 seconds: connectionTimeout="20000" <Connector port="xxxx" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="xxxx" />