You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pae Choi <pa...@earthlink.net> on 2001/04/04 15:04:16 UTC

[T4b3] An Exception at the SHUTDOWN stage

It seems running fine on NT as a standalone so far, and it shows all 4
ports, i.e,
8005, 8008, 8080, and 8443 -- just by using the 'netstat' utility.

When I, however, am shutting down the T4b3 it shows an exception as:

Stopping service Tomcat-Standalone
java.lang.NullPointerException
           at
org.apche.catalina.connector.http.HttpConnector.run(HttpConnector.java: 775)
           at org.lang.Thread.run(Thread.java:484)
Catalina.stop: LifecycleException: Container has not been started
LifecycleException: Container has not been started
           at
org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1083)
...

Any ideas?


Pae