0 Replies Latest reply on Oct 5, 2009 6:51 AM by ronanker

    Cannot stop jboss AS service on windows serveur 2003

    ronanker

      Hi,

      We are using JBOSS 4.2.1 on windows serveur 2003.
      JBoss AS is installed as a windows service.

      Since we added "JBoss Native 2.0.3" in order to use APR capabilities, we can't stop the jboss service. We have the following traces:

      11:49:29,405 INFO [AjpAprProtocol] (JBoss Shutdown Hook:) - Stopping Coyote AJP/1.3 on ajp-127.0.0.1-8009
      11:54:22,796 ERROR [AjpAprProtocol] (ajp-127.0.0.1-8009-3:) - Error reading request, ignored
      java.lang.NullPointerException
       at org.apache.tomcat.util.net.AprEndpoint.getPoller(AprEndpoint.java:347)
       at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:453)
       at org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(AjpAprProtocol.java:393)
       at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1513)
       at java.lang.Thread.run(Thread.java:619)
      


      I found this jira that seems related to:
      https://jira.jboss.org/jira/browse/JBPAPP-1470

      But I can't find if it fixed for JBoss AS and in which version.

      Any hint ?