Hi, We've upgraded from Tomcat-4.0.3 to Tomcat-4.1.18 and are now getting an intermittant error which causes Tomcat to fail completely :(
The error is in stderr.log: 21479094 [Thread-13] INFO filters.TimerFilter - /euroTrading/action/logout: 16ms org.apache.commons.logging.LogConfigurationException: java.lang.ClassCastException at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558) at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:345) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:409) 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.jav a:533) at java.lang.Thread.run(Thread.java:536) Caused by: java.lang.ClassCastException at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:554) ... 8 more org.apache.commons.logging.LogConfigurationException: java.lang.ClassCastException at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558) at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:345) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:409) 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.jav a:533) at java.lang.Thread.run(Thread.java:536) Caused by: java.lang.ClassCastException at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:554) ... 8 more 85917734 [Thread-7] INFO filters.TimerFilter - /euroTrading: 15ms 85917734 [Thread-7] INFO filters.TimerFilter - /euroTrading/: 0ms We did not get a problem with Tomcat-4.0.3. The application uses log4j-1.2.6.jar, commons logging contains: org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JCategory . Does anyone have any ideas what is causing this ? Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]