> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com]
> Subject: net stop tomcat6 service hangs on Windows 2008 (64-bit)
> 
> I'm seeing a pretty consistent issue when stopping Tomcat6, when
> running as a Windows service.

The usual cause is extra non-daemon threads started by a webapp that does not 
properly manage them; any such extra threads will not allow the JVM to 
terminate.  However, your thread dump does not show any to be present.

> Java HotSpot(TM) 64-Bit Server VM[nyc-bvtsp-tom:5005] (Suspended)
>       Daemon Thread [http-443-1] (Suspended)
>       Daemon Thread [http-80-1] (Suspended)
>       Daemon Thread [http-443-Acceptor-0] (Suspended)
>       Daemon Thread [http-80-Acceptor-0] (Suspended)
>       Daemon System Thread [Attach Listener] (Suspended)
>       Daemon System Thread [Signal Dispatcher] (Suspended)
>       Daemon System Thread [Finalizer] (Suspended)
>       Daemon System Thread [Reference Handler] (Suspended)
>       Thread [main] (Suspended)

Since all threads are suspended, it's looking a bit like a JVM problem.  I've 
had no problems starting and stopping a Tomcat 6 service on Vista 64 using any 
of the Services snap-in, tomcat6w executable, or net start/stop, using JDK 
6u14; you might try a later JVM.


 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to