2005/11/9, Mark Thomas <[EMAIL PROTECTED]>: > Stanislav Mironov wrote: > > I get such exception report in catalina.xxxx.log when I undeploy web > > application (deployed as WAR). > > > > 09.11.2005 10:46:59 org.apache.catalina.startup.HostConfig checkResources > > INFO: Undeploying context [/context1] > > 09.11.2005 10:47:12 org.apache.catalina.startup.HostConfig checkResources > > INFO: Undeploying context [/context1] > > Looks like two overlapping attempts to undeploy the same context. Not > surprising that this results in an NPE at some point.
Yes, I have noticed that. > > 09.11.2005 10:47:12 > > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor > > processChildren > > SEVERE: Exception invoking periodic operation: > > java.lang.NullPointerException > > at > > org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:883) > > > > What is the reason - bug in tomcat? > > Maybe, maybe not. What are the steps to reproduce? Steps to reproduce are here: http://issues.apache.org/bugzilla/show_bug.cgi?id=37425 (JAR-locking related issue). The issue was marked INVALID, but I see no excuses for Tomcat to throw such meaningless exception without explanations what exactly has happened. -- Stanislav Mironov --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]