ENDEVOR/ECLIPSE Connection reset by peer: socket write error
search cancel

ENDEVOR/ECLIPSE Connection reset by peer: socket write error

book

Article ID: 125516

calendar_today

Updated On: 03-04-2019

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

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