Re: FW: tomcat hangs with error msg-"All Threads are Busy....."

2006-05-18 Thread David Delbecq
or check the servlet status75 75 -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 2:35 PM To: Tomcat Users List Subject: Re: FW: tomcat hangs with error msg-"All Threads are Busy." ok, i bet then you problem is

RE: FW: tomcat hangs with error msg-"All Threads are Busy....."

2006-05-18 Thread Ajit Narayanan
servlet status75 75 -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 2:35 PM To: Tomcat Users List Subject: Re: FW: tomcat hangs with error msg-"All Threads are Busy." ok, i bet then you problem is

Re: FW: tomcat hangs with error msg-"All Threads are Busy....."

2006-05-18 Thread David Delbecq
06 1:32 PM To: Tomcat Users List Subject: Re: FW: tomcat hangs with error msg-"All Threads are Busy." This most probably means there is deadlock somewhere in your webapplication, leading to HTTP threads not being released because they are stuck waiting for something before sending respons

RE: FW: tomcat hangs with error msg-"All Threads are Busy....."

2006-05-18 Thread Ajit Narayanan
nerally the load on this proxy is very high leading to such a problem. Thanks and regards, Ajit. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 1:32 PM To: Tomcat Users List Subject: Re: FW: tomcat hangs with error msg-"All Threa

Re: FW: tomcat hangs with error msg-"All Threads are Busy....."

2006-05-18 Thread David Delbecq
This most probably means there is deadlock somewhere in your webapplication, leading to HTTP threads not being released because they are stuck waiting for something before sending response to a user that dropped hours agos. To get clues on where your problem is when this happens, send signal