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/07/05 16:22:32 UTC

DO NOT REPLY [Bug 10508] New: - NullPointerException on manager/remove after manager/stop

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

NullPointerException on manager/remove after manager/stop

           Summary: NullPointerException on manager/remove after
                    manager/stop
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: joakim.schutzer@home.se


If you first stop a context by calling the manager servlet with the command 
http://localhost:8080/manager/stop?path=/examples and then tries to undeploy 
it with http://localhost:8080/manager/remove?path=/examples the manager 
servlet undeployes the context all right but it returns the following 
errormessage:

FAIL - Encountered exception java.io.IOException: 
java.lang.NullPointerException

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