All,
I'm running tomcat-4.1.27 and I'm getting InterruptedException stack
traces from the org.apache.tomcat.util.threads.ThreadPool class. It's
happening during moderate stress conditions, but when it does occur, it
renders my webapp (and site) non-functional. I'm also getting the
"SEVERE: Unexpected exception" message in the logs from ThreadPool:652.
I like the comment at line 651 that says, "can never happen, .". Does
anyone know why this exception would happen? I know that my webapp does
make Thread.interupt() calls, but the tomcat threads should be protected
from those, right?? Any help would be much appreciated.
Aug 30, 2003 9:38:16 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Unexpected exception
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:595)
at java.lang.Thread.run(Thread.java:536)
Thanks!
-nick
--
==
Nick Bolton
Software Engineer
UNICON, Inc.
(503) 222-2469
[EMAIL PROTECTED]