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

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

2006-05-18 Thread Ajit Narayanan
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 Threads are Busy. This most probably means

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

2006-05-18 Thread David Delbecq
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 response to a user that dropped hours agos. To get clues on where your problem

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

2006-05-18 Thread Ajit Narayanan
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 in this :D

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 in this :D