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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>