jfclere commented on PR #641: URL: https://github.com/apache/tomcat/pull/641#issuecomment-1655115303
According to a bunch of test I also have: +++ SEVERE [main] org.apache.catalina.core.ContainerBase.removeChild Error destroying child org.apache.catalina.LifecycleException: An invalid Lifecycle transition was attempted ([before_destroy]) for component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/hello-sailor]] in state [STARTED] at org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:430) at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:316) at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:826) at org.apache.catalina.core.ContainerBase.destroyInternal(ContainerBase.java:1033) +++ Or [main] org.apache.catalina.util.LifecycleBase.destroy The destroy() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/hello-sailor]] after destroy() had already been called. The second call will be ignored ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org