Description of problem: 1. Stopping Tomcat7 on Windows shows SEVERE in catalina.out May 9, 2013 6:19:43 AM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. May 9, 2013 6:19:43 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-apr-8080"] May 9, 2013 6:19:43 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-apr-8009"] May 9, 2013 6:19:43 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina May 9, 2013 6:19:44 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/docs] appears to have started a thread named [SeedGenerator Thread] but has failed to stop it. This is very likely to create a memory leak. May 9, 2013 6:19:44 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/docs] appears to have started a thread named [SeedGenerator Thread] but has failed to stop it. This is very likely to create a memory leak. May 9, 2013 6:19:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-apr-8080"] May 9, 2013 6:19:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-apr-8009"] May 9, 2013 6:19:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-apr-8080"] May 9, 2013 6:19:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-apr-8009"] Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I can't reproduce that one on the box I have...
It happens only on MS Windows 2008 32-bit with OracleJDK 1.6, 1.7. MS Windows 2008 64 bit and MS Windows 2008 R2 64 bit are OK.
The box I have tried is MS Windows 2008 R2 64 :-( and I used a 32-bit JVM.
After looking a little. I think it isn't a Tomcat7 but a problem with the entropy in the box See http://www.docjar.com/html/api/sun/security/provider/SeedGenerator.java.html, the thread hangs because there isn't enough entropy in the box. Typically a server without mouse and keyboard. Would it be possible to wait either between the tests or during the test and see if the error just goes away?
I retest it manually on Windows 2008 32bit machine with JDK 1.7, did repeat-ably startup/shutdown of tomcat7 and problem did not appear in catalina.out. Its random problem, hard to simulate.
setting low priority beacuse the bug is hard to simulate
It should go to known issue in release notes
Added DocText. @David, can you please review the Doc Text content?
The DocText looks ok.
This problem disappeared from Tomcat7 catalina.out log on MS Windows after upgrading to 7.0.40. Tomcat6 catalina.out log on MS Windows is also without this problem. You can remove this bug from known issues in release notes 2.0.1
Assuming lfuka means to remove it from release notes altogether. Removed flag.
Well it is a fixed bug instead a known one :D
Thank you Jean-Frederic Misha please move this to bug fix section
Based on comment #10.