Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 47117 invoked from network); 21 Jan 2003 14:35:41 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12.available.above.net with SMTP; 21 Jan 2003 14:35:41 -0000 Received: (qmail 1730 invoked by uid 97); 21 Jan 2003 14:36:38 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 1714 invoked by uid 97); 21 Jan 2003 14:36:37 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1702 invoked by uid 98); 21 Jan 2003 14:36:37 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: "Collins, Jim" To: 'Tomcat Users List' Subject: RE: Please help with LogConfigurationException Date: Tue, 21 Jan 2003 14:35:04 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Ngb-Disclaimer: default Tue Jan 21 14:35:09 GMT 2003 X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Hi Yoav, Thanks for your reply. I could see it was commons logging throwing the exception and I tried changing the actual logging implementation that it uses to log4J to see if that would stop it happening but it did not. I don't really think it is a commons logging problem either because it works and logs correctly until this exception get thrown. Last week this exception was being thrown at least twice a day however since Friday no more exceptions have been thrown. It just seems bizarre to me that it should suddenly start happening and then stop. Regards Jim. > -----Original Message----- > From: Shapira, Yoav [mailto:yoav.shapira@mpi.com] > Sent: 21 January 2003 14:24 > To: Tomcat Users List > Subject: RE: Please help with LogConfigurationException > > > Howdy, > A couple of things: > > - It's commons-logging, not tomcat, that's throwing the > exception. It's > most likely misconfigured, i.e. you have some jars (probably the > commons-logging jars themselves) in the wrong place. > > - Can you temporarily take out commons logging, i.e. code directly to > JDK 1.4 logging or log4j or whatever you want, and see if the problem > goes away? > > - Try to ask on the commons-logging mailing list. > > Yoav Shapira > Millennium ChemInformatics > > > >-----Original Message----- > >From: Collins, Jim [mailto:jim.collins@uk.nomura.com] > >Sent: Tuesday, January 21, 2003 4:24 AM > >To: 'Tomcat Users List' > >Subject: RE: Please help with LogConfigurationException > > > >Hi, > > > >I have still had no feedback at all on this. Can anyone > please help I > am > >running out of hair to pull out. > > > >Regards > > > >Jim > > > >> -----Original Message----- > >> From: Collins, Jim [mailto:jim.collins@uk.nomura.com] > >> Sent: 20 January 2003 09:47 > >> To: 'Tomcat Users List' > >> Subject: Please help with LogConfigurationException > >> > >> > >> Hi, > >> > >> I am still getting this Exception thrown. Has anyone else > >> ever had this and > >> know of a fix. Any help at all would be appreciated as this > >> is causing me a > >> lot of problems > >> > >> Thanks > >> > >> Jim. > >> > >> > A quick update. I have now copied the log4J jar file to > >> > commons/lib and > >> > restarted the server so that is now uses log4J instead of the > >> > JDK1.4 logger. > >> > After a couple of hours I got this error: > >> > > >> > org.apache.commons.logging.LogConfigurationException: > >> > org.apache.commons.logging.LogConfigurationException: > >> > org.apache.commons.logging.LogConfigurationException: Class > >> > org.apache.commons.logging.impl.Log4JCategoryLog does not > >> > implement Log > >> > at > >> > org.apache.commons.logging.impl.LogFactoryImpl.newInstance(Log > >> > FactoryImpl.ja > >> > va:530) > >> > at > >> > org.apache.commons.logging.impl.LogFactoryImpl.getInstance(Log > >> > FactoryImpl.ja > >> > va:285) > >> > at > >> > org.apache.commons.logging.LogFactory.getLog(LogFactory.java:401) > >> > at > >> > org.apache.tomcat.util.log.CommonLogHandler.log(CommonLogHandl > >> > er.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:536) > >> > at java.lang.Thread.run(Thread.java:536) > >> > Caused by: org.apache.commons.logging.LogConfigurationException: > >> > org.apache.commons.logging.LogConfigurationException: Class > >> > org.apache.commons.logging.impl.Log4JCategoryLog does not > >> > implement Log > >> > at > >> > org.apache.commons.logging.impl.LogFactoryImpl.getLogConstruct > >> > or(LogFactoryI > >> > mpl.java:415) > >> > at > >> > org.apache.commons.logging.impl.LogFactoryImpl.newInstance(Log > >> > FactoryImpl.ja > >> > va:523) > >> > ... 8 more > >> > Caused by: > >> org.apache.commons.logging.LogConfigurationException: Class > >> > org.apache.commons.logging.impl.Log4JCategoryLog does not > >> > implement Log > >> > at > >> > org.apache.commons.logging.impl.LogFactoryImpl.getLogConstruct > >> > or(LogFactoryI > >> > mpl.java:411) > >> > ... 9 more > >> > > >> > Could anyone please give me some clue as to what I can do. > >> I have not > >> > changed anything for some time now and prior to these errors > >> > that have just > >> > started happening I have not had to restart the server for > >> > weeks. Now I am > >> > having to start it more than once every day. > >> > > >> > Thanks > >> > > >> > Jim. > >> > > >> > > -----Original Message----- > >> > > From: Collins, Jim [mailto:jim.collins@uk.nomura.com] > >> > > Sent: 17 January 2003 12:31 > >> > > To: 'Tomcat Users List' > >> > > Subject: RE: Log Error > >> > > > >> > > > >> > > I have upgraded the JDK to 1.4.1 and it is still happening. > >> > > > >> > > > -----Original Message----- > >> > > > From: Collins, Jim > >> > > > Sent: 17 January 2003 10:04 > >> > > > To: 'Tomcat Users List' > >> > > > Subject: Log Error > >> > > > > >> > > > > >> > > > Hi, > >> > > > > >> > > > I am using Tomcat4.1.10 and JDK1.4.0 and I have started to > >> > > > get the following error message after which Tomcat crashes. > >> > > > > >> > > > org.apache.commons.logging.LogConfigurationException: > >> > > > org.apache.commons.logging.LogConfigurationException: > >> > > > org.apache.commons.logging.LogConfigurationException: Class > >> > > > org.apache.commons.logging.impl.Jdk14Logger does not > >> implement Log > >> > > > at > >> > > > > org.apache.commons.logging.impl.LogFactoryImpl.newInstance(Log > >> > > > FactoryImpl.java:530) > >> > > > at > >> > > > > org.apache.commons.logging.impl.LogFactoryImpl.getInstance(Log > >> > > > FactoryImpl.java:285) > >> > > > at > >> > > > > >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:401) > >> > > > at > >> > > > > org.apache.tomcat.util.log.CommonLogHandler.log(CommonLogHandl > >> > > > er.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:536) > >> > > > Caused by: > >> > > > org.apache.commons.logging.LogConfigurationException: > >> > > > org.apache.commons.logging.LogConfigurationException: Class > >> > > > org.apache.commons.logging.impl.Jdk14Logger does not > >> implement Log > >> > > > at > >> > > > > org.apache.commons.logging.impl.LogFactoryImpl.getLogConstruct > >> > > > or(LogFactoryImpl.java:415) > >> > > > at > >> > > > > org.apache.commons.logging.impl.LogFactoryImpl.newInstance(Log > >> > > > FactoryImpl.java:523) > >> > > > ... 8 more > >> > > > Caused by: > >> > > > org.apache.commons.logging.LogConfigurationException: Class > >> > > > org.apache.commons.logging.impl.Jdk14Logger does not > >> implement Log > >> > > > at > >> > > > > org.apache.commons.logging.impl.LogFactoryImpl.getLogConstruct > >> > > > or(LogFactoryImpl.java:411) > >> > > > ... 9 more > >> > > > > >> > > > I have not changed anything to the configuration and it was > >> > > > working fine in the past I have just started to notice this > >> > > > in the last week or so. If anyone has any ideas what I can do > >> > > > to resolve this I would appreciate it. > >> > > > > >> > > > Thanks > >> > > > > >> > > > Jim. > >> > > > > >> > >> > >> PLEASE READ: The information contained in this email is > confidential > >> and intended for the named recipient(s) only. If you are not > >> an intended > >> recipient of this email you must not copy, distribute or take any > >> further action in reliance on it and you should delete it and > >> notify the > >> sender immediately. Email is not a secure method of > communication and > >> Nomura International plc cannot accept responsibility for the > accuracy > >> or completeness of this message or any attachment(s). Please > >> examine this > >> email for virus infection, for which Nomura International > plc accepts > >> no responsibility. If verification of this email is sought then > please > >> request a hard copy. Unless otherwise stated any views or opinions > >> presented are solely those of the author and do not represent those > of > >> Nomura International plc. This email is intended for informational > >> purposes only and is not a solicitation or offer to buy or sell > >> securities or related financial instruments. Nomura > >> International plc is > >> regulated by the Financial Services Authority and is a > member of the > >> London Stock Exchange. > >> > >> > >> > >> -- > >> To unsubscribe, e-mail: > >> > >> For additional commands, e-mail: > >> > >> > > > > > >PLEASE READ: The information contained in this email is confidential > >and intended for the named recipient(s) only. If you are not an > intended > >recipient of this email you must not copy, distribute or take any > >further action in reliance on it and you should delete it and notify > the > >sender immediately. Email is not a secure method of communication and > >Nomura International plc cannot accept responsibility for > the accuracy > >or completeness of this message or any attachment(s). Please examine > this > >email for virus infection, for which Nomura International plc accepts > >no responsibility. If verification of this email is sought > then please > >request a hard copy. Unless otherwise stated any views or opinions > >presented are solely those of the author and do not > represent those of > >Nomura International plc. This email is intended for informational > >purposes only and is not a solicitation or offer to buy or sell > >securities or related financial instruments. Nomura International plc > is > >regulated by the Financial Services Authority and is a member of the > >London Stock Exchange. > > > > > > > >-- > >To unsubscribe, e-mail: >unsubscribe@jakarta.apache.org> > >For additional commands, e-mail: >help@jakarta.apache.org> > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > PLEASE READ: The information contained in this email is confidential and intended for the named recipient(s) only. If you are not an intended recipient of this email you must not copy, distribute or take any further action in reliance on it and you should delete it and notify the sender immediately. Email is not a secure method of communication and Nomura International plc cannot accept responsibility for the accuracy or completeness of this message or any attachment(s). Please examine this email for virus infection, for which Nomura International plc accepts no responsibility. If verification of this email is sought then please request a hard copy. Unless otherwise stated any views or opinions presented are solely those of the author and do not represent those of Nomura International plc. This email is intended for informational purposes only and is not a solicitation or offer to buy or sell securities or related financial instruments. Nomura International plc is regulated by the Financial Services Authority and is a member of the London Stock Exchange. -- To unsubscribe, e-mail: For additional commands, e-mail: