Have you customized or altered the thread pool or executor configuration
for the Server in any way?
If so, what is your configuration?

--
Joakim Erdfelt <[email protected]>
webtide.com <http://www.webtide.com/> - intalio.com/jetty
Expert advice, services and support from from the Jetty & CometD experts
eclipse.org/jetty - cometd.org


On Fri, Sep 12, 2014 at 11:17 AM, Rajiv Bandaru <[email protected]>
wrote:

>   Hi,
>
> Jetty 9.2.3 throws java.util.concurrent.TimeoutException when trying to
> read request from HTTP input stream. We are upgrading from 7 to 9 and this
> exception doesn’t occur in 7. Please help us resolve this issue.
>
> 2014-09-11 22:51:54,903 [ERROR] [pool-49-thread-17] c.t.rtb.engine.MyClass
> - Error trying to get XXXX from XXXX: java.io.IOException:
> java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
> java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout
> expired: 30000/30000 ms
> at
> org.eclipse.jetty.util.SharedBlockingCallback$Blocker.block(SharedBlockingCallback.java:234)
> ~[jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905]
> at
> org.eclipse.jetty.server.HttpInputOverHTTP.blockForContent(HttpInputOverHTTP.java:66)
> ~[jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
> at org.eclipse.jetty.server.HttpInput$1.waitForContent(HttpInput.java:456)
> ~[jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
> at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:121)
> ~[jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
> ~[na:1.7.0_51]
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) ~[na:1.7.0_51]
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) ~[na:1.7.0_51]
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> ~[na:1.7.0_51]
> at java.io.BufferedReader.fill(BufferedReader.java:154) ~[na:1.7.0_51]
> at java.io.BufferedReader.read1(BufferedReader.java:205) ~[na:1.7.0_51]
> at java.io.BufferedReader.read(BufferedReader.java:279) ~[na:1.7.0_51]
> at java.io.Reader.read(Reader.java:140) ~[na:1.7.0_51]
>
> Rajiv
>
> _______________________________________________
> 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
>
_______________________________________________
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

Reply via email to