Re: Tomcat hangs on writing JSP page to socket

2007-11-28 Thread Adam Feuer
On Nov 28, 2007 11:03 AM, Jim Cox <[EMAIL PROTECTED]> wrote: > FWIW, I've noticed similar behavior, but in my case it is easy to > reproduce: > 1. use a browser to request a long-running and/or > large-page-producing web page ; > 2. abort the page load before it is done. > At that point I see th

Re: Tomcat hangs on writing JSP page to socket

2007-11-28 Thread Jim Cox
On Nov 28, 2007 1:50 PM, Adam Feuer <[EMAIL PROTECTED]> wrote: > Folks, > > We're getting intermittent problems where one tomcat thread hangs for up to > 10 minutes writing JSP pages to a socket. We think the socket is an HTTP TCP > socket. The stack trace from a thread dump for the hung thread is

Tomcat hangs on writing JSP page to socket

2007-11-28 Thread Adam Feuer
Folks, We're getting intermittent problems where one tomcat thread hangs for up to 10 minutes writing JSP pages to a socket. We think the socket is an HTTP TCP socket. The stack trace from a thread dump for the hung thread is below. This happens multiple times per day at seemingly random interval