We just set up Tomcat 6 on our boxes for dev purposes, and we're using it to run a Spring-based Java web app. We've been able to run other apps before using our Tomcat 5.5 instance.

We've reconfigured our environment variables to point to the Tomcat 6 folder, and we're able to run our project fine. On shutdown, we see the following message printed once every second, with no indicator of stopping:

org.apache.tomcat.util.net.AprEndpoint stop WARNING: endpoint.warn.unlockAcceptorFailed

My google searches haven't led me to anything useful, and right now I want to find out if anyone else has seen this and provide solutions.

This is also my first time on ServerFault, so I'd also like to make sure this is an appropriate question here, or if I should ask it on StackOverflow instead.

Thank you.

link|improve this question
Which OS are you running? Could you please show us the full catalina.out log file? – quanta Sep 23 '11 at 3:40
feedback

1 Answer

http://www.mail-archive.com/users@tomcat.apache.org/msg92890.html https://issues.apache.org/bugzilla/show_bug.cgi?id=51905

link|improve this answer
1  
Please don't add just links, explain what they are pointing to. – pauska Oct 6 '11 at 13:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.