DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17323>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17323

Cancelled SSL connections cause Tomcat to stumble





------- Additional Comments From [EMAIL PROTECTED]  2003-03-27 01:40 -------
I've got the same problem, but not with Https.  I've got an older linux machine 
that sometimes swaps the tomcat process out.  Sometimes, linux takes a bit to 
swap tomcat back in, and in the interim, the client closes the socket.  As a 
result, the HttpConnector blows up and tomcat will stop responding after.  I 
think this stack trace blows the HttpConnector out of the water:

org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Class 
org.apache.commons.logging.impl.SimpleLog does not implement Log
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactoryImpl.java:530)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance
(LogFactoryImpl.java:285)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:401)
        at org.apache.tomcat.util.log.CommonLogHandler.log
(CommonLogHandler.java:97)
        at org.apache.tomcat.util.log.Log.log(Log.java:198)
        at org.apache.tomcat.util.log.Log.log(Log.java:192)
        at org.apache.tomcat.util.log.Log.log(Log.java:174)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:536)
        at java.lang.Thread.run(Thread.java:484)

I've got 4.1.12 on an older linux kernal with jdk 1.3.1_01

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to