POST request hangs hup

2009-07-02 Thread Ivan Longhi
Hi, I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. The only webapp deployed is Sun OpenSSO (http://www.opensso.org) built from source (20090930). Sometimes a tomcat thread hangs hup while serving a POST request (/UI/Login): monitoring tomcat status I see the processing time grows and

Re: POST request hangs hup

2009-07-02 Thread Daniel Henrique Alves Lima
On Thu, 2009-07-02 at 23:40 +0200, Ivan Longhi wrote: Hi, Hi, Ivan. I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. The only webapp deployed is Sun OpenSSO (http://www.opensso.org) built from source (20090930). Sometimes a tomcat thread hangs hup while serving a POST

Re: POST request hangs hup

2009-07-02 Thread Daniel Henrique Alves Lima
is probably more guilt :-) On Thu, 2009-07-02 at 19:20 -0300, Daniel Henrique Alves Lima wrote: On Thu, 2009-07-02 at 23:40 +0200, Ivan Longhi wrote: Hi, Hi, Ivan. I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. The only webapp deployed is Sun OpenSSO

RE: POST request hangs hup

2009-07-02 Thread Caldarale, Charles R
From: Ivan Longhi [mailto:ivan.lon...@gmail.com] Subject: POST request hangs hup Is there a way to kill a single thread in tomcat whitout restarting it? No. Is there a way to limit the max execution time for a single thread/request? No. You need to fix your webapp, since it has

Re: POST request hangs hup

2009-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 7/2/2009 6:20 PM, Daniel Henrique Alves Lima wrote: I think could be anything: An infinite loop in your app, a database (or other resource) deadlock, any intensive db query (with a really long transaction timeout). +1 Take a thread

Re: request hangs

2007-03-29 Thread Filip Hanik - Dev Lists
distribuer ou de le reproduire. - Original Message - From: Chris Eldredge [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 22, 2007 10:10 AM Subject: Re: request hangs Martin, Thanks for the response. The thread accepting UDP packets has a timeout of 100ms after

Re: request hangs

2007-03-28 Thread Chris Eldredge
Message - From: Chris Eldredge [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 22, 2007 10:10 AM Subject: Re: request hangs Martin, Thanks for the response. The thread accepting UDP packets has a timeout of 100ms after which it waits again for a packet. Anyway

Re: request hangs

2007-03-22 Thread Chris Eldredge
le distribuer ou de le reproduire. - Original Message - From: Chris Eldredge [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, March 21, 2007 6:30 PM Subject: request hangs I'm working on a web application which sometimes has several daemon threads doing I/O processing

Re: request hangs

2007-03-22 Thread Martin Gainty
signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Chris Eldredge [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 22, 2007 10:10 AM Subject: Re: request hangs Martin, Thanks for the response

request hangs

2007-03-21 Thread Chris Eldredge
I'm working on a web application which sometimes has several daemon threads doing I/O processing in the background. The application seems to be fine except when several tasks are running, sometimes Tomcat gets a request and doesn't seem to process it. The request seems to time out without

Re: request hangs

2007-03-21 Thread Martin Gainty
Sent: Wednesday, March 21, 2007 6:30 PM Subject: request hangs I'm working on a web application which sometimes has several daemon threads doing I/O processing in the background. The application seems to be fine except when several tasks are running, sometimes Tomcat gets a request