https://bz.apache.org/bugzilla/show_bug.cgi?id=58487

            Bug ID: 58487
           Summary: java.net.SocketException: Connection reset
           Product: Tomcat 6
           Version: 6.0.35
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: ynvpra...@yahoo.com

We are facing strange error in our environment.

Work flow:

SAP->Connector->Hardware LoadBalancer->Tomcatservers

RFC call will happen to Connector. Connector converts the RFC call to SOAP.
Connector configuration has a URL like http://xyz.com/bc/yz.

xyz - is Hardware load balancer URL. That means xyz is loadbalanced URL for
tomcat1:8095,tomcat2:8095&tomcat3:8095.

This configuration is works fine in regular scenarios. But during the peak load
times we observed that following error message in Connector logs.

2015-10-06 15:20:17,223 [JCoServerThread-10] ERROR
com.vertexinc.sic.webservice.AxisWebServiceClient - (Server.userException)
java.net.SocketException: Connection reset
2015-10-06 15:20:17,246 [JCoServerThread-10] ERROR
com.vertexinc.sic.webservice.AxisWebServiceClient - Server error
2015-10-06 15:20:17,246 [JCoServerThread-10] ERROR
com.vertexinc.sic.webservice.AxisWebServiceClient - The Web Service is not in a
valid state.
Details:
java.net.SocketException: Connection reset

This error means the tomcat server closes the connection abruptly. Is it a
resource problem at tomcat server end?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to