You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Stoker <ds...@pacbell.net> on 2003/09/19 05:23:25 UTC

Lifecycle Termination

Hi All,

TomcatEmbedded stops unrepentantly and I cannot see a pattern. I have successfully queried and updated the database (Pointbase) and I receive the following error:

LifecycleException:  Container StandardContext[/examples] has not been started
        at org.apache.catalina.core.StandardContext.stop(StandardContext.java:36
44)
        at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
        at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
        at org.apache.catalina.startup.Embedded.stop(Embedded.java:1036)
        at EmbeddedTomcat.stopTomcat(EmbeddedTomcat.java:103)
        at EmbeddedTomcat.main(EmbeddedTomcat.java:172)

Any help is appreciated,
Dave