[jboss-jira] [JBoss JIRA] (AS7-2877) Removing a connector does not wait for wait for requests to finish

Radoslav Husar (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 1 09:59:40 EST 2011


Removing a connector does not wait for wait for requests to finish
------------------------------------------------------------------

                 Key: AS7-2877
                 URL: https://issues.jboss.org/browse/AS7-2877
             Project: Application Server 7
          Issue Type: Bug
          Components: Web
    Affects Versions: 7.1.0.Beta1
            Reporter: Radoslav Husar
            Assignee: Remy Maucherat


When you remove a AJP connector current requests end up with NullPointerException.

If the quiesce requirement has been dropped for 7.1 then please reschedule to open to community.

{code}
[JBossINF] 09:47:47,140 INFO  [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-16) Pausing Coyote AJP/1.3 on ajp-perf20-10.16.90.58-8009
[JBossINF] 09:47:47,140 INFO  [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-16) Stopping Coyote AJP/1.3 on ajp-perf20-10.16.90.58-8009
[JBossINF] 09:47:47,144 ERROR [org.apache.catalina.connector.CoyoteAdapter] (ajp-perf20-10.16.90.58-8009-431) An exception or error occurred in the container during the request processing: java.lang.NullPointerException
[JBossINF] 	at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:524) [jbossweb-7.0.4.Final.jar:]
[JBossINF] 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) [jbossweb-7.0.4.Final.jar:]
[JBossINF] 	at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505) [jbossweb-7.0.4.Final.jar:]
[JBossINF] 	at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445) [jbossweb-7.0.4.Final.jar:]
[JBossINF] 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.4.Final.jar:]
[JBossINF] 	at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list