Hi, On Thu, Sep 27, 2018 at 4:54 AM Lu Tahmazyan <[email protected]> wrote: > > Hello there, > > > > We are running our own Jetty base reverse proxy using AsyncMiddleManServlet. > For most part it runs flawlessly, however recently we have come across > situations where our application gets into a bad state where its unable to > connect to external systems due to “java.net.SocketTimeoutException: Connect > Timeout”. From the logs we see there is an IllegalStateException that happens > > “java.lang.IllegalStateException: > org.eclipse.jetty.server.HttpConnection$SendCallback@72dcb5d8[CLOSED][i=HTTP/1.1{s=500,h=1,cl=0},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback$1@5c33a349]” > > and imminently after that all connections get > “java.net.SocketTimeoutException: Connect Timeout” and the only way to > recovery is to restart the system. Any hint you can provide is greatly > appreciated.
Please open an issue, detailing as much as you can, ideally taking a server dump (https://www.eclipse.org/jetty/documentation/9.4.x/jetty-dump-tool.html) when the issue happens. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
