You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by shaharV <Sh...@modelity.com> on 2009/04/16 10:00:08 UTC

tomcat hangs on shutdown

Hi everybody,

I am using tomcat 6.0.18 from eclipse 3.4, on windows xp 32 bit. I am
experiencing a server hung whenever i try to "gracefully" shutdown the
server. i am attaching the tomcat log and the stack trace taken at the
hanging.

i would appreciate any help!
thanks you!
shahar

http://www.nabble.com/file/p23073238/tomcat.log tomcat.log 
http://www.nabble.com/file/p23073238/stack.log stack.log 
-- 
View this message in context: http://www.nabble.com/tomcat-hangs-on-shutdown-tp23073238p23073238.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: tomcat hangs on shutdown

Posted by Mark Thomas <ma...@apache.org>.
shaharV wrote:
> Hi everybody,
> 
> I am using tomcat 6.0.18 from eclipse 3.4, on windows xp 32 bit. I am
> experiencing a server hung whenever i try to "gracefully" shutdown the
> server. i am attaching the tomcat log and the stack trace taken at the
> hanging.
> 
> i would appreciate any help!

You have started a non-daemon thread (pool-7-thread-1) which you must
shutdown when your application stops. A context listener is the usual
approach.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org