Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.2.3 java.util.concurrent.TimeoutException

Hi,

On Mon, Nov 3, 2014 at 6:06 AM, Rajiv Bandaru <rajivbandaru@xxxxxxxxx> wrote:
> Hi,
>
> Here is our Jetty 9.2.3 server configuration and followed by the
> “java.util.concurrent.TimeoutException” stack trace I end up getting on our
> server.

The exception shows you have configured a 200ms idle timeout.
This is a *very* small value that causes your problems.
Why you did that ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top