Hi, Did you see this part: "the eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact)"
? Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Allistair Crossley [mailto:[EMAIL PROTECTED] >Sent: Friday, August 06, 2004 12:05 PM >To: Tomcat Users List >Subject: RE: log4j SEVERE ThreadDeath in Tomcat 5.0.25 > >Hi Yoav, > >I'm afraid no success using this method; > > public void contextDestroyed(ServletContextEvent scE) { > LogManager.shutdown(); > LogFactory.releaseAll(); > logger.info("Renewals Application Destroyed"); > } > >The following stack trace occurred after a recompile of a class... > >06-Aug-2004 16:11:01 org.apache.catalina.core.StandardContext reload >INFO: Reloading this Context has started >06-Aug-2004 16:11:02 org.apache.catalina.loader.WebappClassLoader loadClass >INFO: Illegal access: this web application instance has been stopped >already (the eventual following stack trace is caused by an error thrown >for debugging purposes as well as to attempt to terminate the thread which >caused the illegal access, and has no functional impact) >06-Aug-2004 16:11:02 org.apache.catalina.loader.WebappClassLoader loadClass >INFO: Illegal access: this web application instance has been stopped >already (the eventual following stack trace is caused by an error thrown >for debugging purposes as well as to attempt to terminate the thread which >caused the illegal access, and has no functional impact) >06-Aug-2004 16:11:02 >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor >processChildren >SEVERE: Exception invoking periodic operation: >java.lang.ThreadDeath > at >org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade r.ja >va:1270) > at >org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade r.ja >va:1230) > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > at org.apache.log4j.spi.LoggingEvent.<init>(LoggingEvent.java:241) > at org.apache.log4j.Category.forcedLog(Category.java:431) > at org.apache.log4j.Category.log(Category.java:966) > at >org.apache.commons.logging.impl.Log4JLogger.error(Log4JLogger.java:195) > at >org.apache.catalina.session.StandardManager.start(StandardManager.java: 706) > at >org.apache.catalina.core.StandardContext.start(StandardContext.java:422 6) > at >org.apache.catalina.core.StandardContext.reload(StandardContext.java:29 90) > at >org.apache.catalina.core.StandardContext.backgroundProcess(StandardCont ext. >java:4584) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.pro cess >Children(ContainerBase.java:1662) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.pro cess >Children(ContainerBase.java:1671) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.pro cess >Children(ContainerBase.java:1671) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run (Con >tainerBase.java:1651) > at java.lang.Thread.run(Unknown Source) > > ><FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> >------------------------------------------------------- >QAS Ltd. >Developers of QuickAddress Software ><a href="http://www.qas.com">www.qas.com</a> >Registered in England: No 2582055 >Registered in Australia: No 082 851 474 >------------------------------------------------------- ></FONT> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
