Hello Guys,
We are running around 50 apps on Apache Tomcat/7.0.57, all are client API accessible via
SOAP call. The problem we are facing is that we are getting broken pipeline error (
ClientAbortException). Now I assume I cannot avoid this issue completely, the problem I am facing is the server is not recovering from this issue. It starts giving the error in a series. I need to restart the service/server to rectify the issue, that is not a very good idea for live servers.
Tomcat is running with these parameters:
And the error log is as follows:
Please let me know if anyone needs any more information to help me rectify this.