NPE after a web app (bundle) is stopped
---------------------------------------

                 Key: PAXWEB-84
                 URL: http://issues.ops4j.org/jira/browse/PAXWEB-84
             Project: Pax Web
          Issue Type: Bug
          Components: HttpService
    Affects Versions: 0.3.1
         Environment: felix 1.0.3
            Reporter: Jacek Laskowski
            Assignee: Alin Dreghiciu


install 
war:http://repo1.maven.org/maven2/org/apache/wicket/wicket-examples/1.3.0/wicket-examples-1.3.0.war
start [#id]

Access the web app - 
http://localhost:8080/http___repo1.maven.org_maven2_org_apache_wicket_wicket-examples_1.3.0_wicket-examples-1.3.0.war/
 -> works fine

stop [#id]

Access the web app - 
http://localhost:8080/http___repo1.maven.org_maven2_org_apache_wicket_wicket-examples_1.3.0_wicket-examples-1.3.0.war/
 -> throws exception:

java.lang.NullPointerException
        at 
org.ops4j.pax.web.service.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:64)
        at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at 
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
        at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

Blank page is displayed in the browser.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to