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 2002/06/01 23:01:28 UTC

DO NOT REPLY [Bug 9565] New: - Reloading a stopped app messes up the lifecycle?!

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=9565>.
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=9565

Reloading a stopped app messes up the lifecycle?!

           Summary: Reloading a stopped app messes up the lifecycle?!
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: uf4b@stud.uni-karlsruhe.de


After reloading an application that is currently stopped
it remains stopped, but can't be restarted.

>list
OK - Listed applications for virtual host localhost
/examples:running:0

>stop?path=/examples
OK - Stopped application at context path /examples

>reload?path=/examples
OK - Reloaded application at context path /examples

>list
OK - Listed applications for virtual host localhost
/examples:stopped:0

>start?path=/examples
FAIL - Application at context path /examples could not be started
FAIL - Encountered exception java.lang.IllegalStateException: standardHost.start /examples: LifecycleException:  Loader has already been started

>stop?path=/examples
FAIL - Encountered exception java.lang.IllegalStateException: standardHost.stop /examples: LifecycleException:  Pipeline has not been started

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>