tomcat hangs on shutdown

2009-04-16 Thread shaharV

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat hangs on shutdown

2009-04-16 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org