Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] ClosedChannelException

Hi Team ,

I am seeing ClosedChannelException exception while posting http2 request to external end point URL.
ClosedChannelException exception is not happening for all requests. Out of 50 requests some of requests are getting failed with ClosedChannelException exception. Please let us know what could be the root cause for this exception and how to enable debugging logs for Jetty-jars? PLease Help .

java.util.concurrent.ExecutionException: java.nio.channels.ClosedChannelException

        at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118)

        at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:101)

        at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:682)

        at

Thanks
Prakash

Back to the top