You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/12 17:00:35 UTC

DO NOT REPLY [Bug 4123] New: - Exception when stopping Tomcat

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4123

Exception when stopping Tomcat

           Summary: Exception when stopping Tomcat
           Product: Tomcat 4
           Version: 4.0.1 Beta 1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: borje.jonsson@pa-konsult.se


An exception is thrown when shutting down Tomcat if a webapp is in stopped state.
Logs and stacktrace:

Stopping service Tomcat-Standalone
HttpProcessor[8080][4] Stopping background thread
HttpProcessor[8080][3] Stopping background thread
HttpProcessor[8080][2] Stopping background thread
HttpProcessor[8080][1] Stopping background thread
HttpProcessor[8080][0] Stopping background thread
HttpConnector[8080] Stopping background thread
StandardHost[localhost]: Removing web application at context path /admin
StandardHost[localhost]: Removing web application at context path /manager
StandardHost[localhost]: Removing web application at context path /dbvm
StandardHost[localhost]: ContainerBase.removeChild: stop: 
LifecycleException:  Container StandardContext[/dbvm] has not been started
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at
org.apache.catalina.LifecycleException.<init>(LifecycleException.java:126)
        at
org.apache.catalina.LifecycleException.<init>(LifecycleException.java:100)
        at org.apache.catalina.core.ContainerBase.stop(Compiled Code)
        at org.apache.catalina.core.StandardContext.stop(Compiled Code)
        at org.apache.catalina.core.ContainerBase.removeChild(Compiled Code)
        at org.apache.catalina.core.StandardHost.remove(StandardHost.java:789)
        at org.apache.catalina.startup.HostConfig.undeployApps(Compiled Code)
        at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:803)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:467)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Compiled
Code)
        at org.apache.catalina.core.ContainerBase.stop(Compiled Code)
        at org.apache.catalina.core.ContainerBase.stop(Compiled Code)
        at org.apache.catalina.core.StandardService.stop(Compiled Code)
        at org.apache.catalina.core.StandardServer.stop(Compiled Code)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Compiled Code)
        at org.apache.catalina.startup.Bootstrap.main(Compiled Code)