https://issues.apache.org/bugzilla/show_bug.cgi?id=56472
--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- 1. Normally that reference should have been cleared by NamingContextListener The sequence of events is o.a.c.core.StandardContext.stopInternal() ... fireLifecycleEvent(Lifecycle.CONFIGURE_STOP_EVENT, null); -> o.a.c.core.NamingContextListener.lifecycleEvent(..) Is there any indication in your log files that your Context failed to start up, or failed to stop? 2. What is 'BindAuthenticator'? There is no such class in Tomcat. Source code for getUserDns() = ? 3. I think there is a bug in NamingContextListener.lifecycleEvent(..): If its processing of startup event fails, then its 'initialized' field remains to be 'false'. This causes its processing of stop event to exit immediately without proper cleanup. Is it what happened here? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org