[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
Changed headline and description. ** Description changed: - When shutting down tomcat6 by "/etc/init.d/tomcat6 stop" the contained web apps within tomcat do not get shut down. This is visible as the initialized Servlets within the web apps never have their destroy() method being called. This w

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread Joonas Koivunen
Hmm, I can confirm that logs say nothing about stopping. I don't think that it should be like that. It'd seem that some times I've got the lines into my catalina.out: Jul 21, 2011 10:09:14 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 27464 ms Jul 21, 2011 12:35:38 PM org.

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
Thanks for the hint with jstack, I should have at least tested it in debug mode - my bad. According to jstack the destroy method is called correctly. The problem seems to be the logging during shutdown instead. Nothing is logged after the shutdown is triggered and so this lead to my wrong assump

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread Joonas Koivunen
We have tomcat6 deployed for multiple servers running our inhouse apps and have no shutdown problems. What applications are you running? Could you do a jstack printout* AFTER you've called service tomcat6 stop? Does tomcat accept new connections or multiple SHUTDOWN requests after running the serv

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
I case this is important: java -version java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827922 Title: On Tomcat6 shutdown web apps do not get shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/t