1 Reply Latest reply on Feb 27, 2004 4:35 AM by osf_lover

    jmx-console not registering AJP13 Listener??

    osf_lover

      Hi All,

      Am using Jboss 3.2.3 with Jetty 4.2.14 on Linux. I get following error when i invoke AJP13 page on jmx-console eg. http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.jetty%3AServer%3D0%2CAJP13Listener%3D0 The page gets displayed properly but my server log shows following exception. I have tried setting identifyListener=true but in vein. Does this a bug in jmx-console or i am missing something? any input greatly appreciated.



      2004-02-24 13:40:09,631 WARN [org.jboss.jetty] WARNING: Exception for /jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.web%3AJetty%3D0%2CAJP13Listener%3D0
      javax.management.InstanceNotFoundException: jboss.web:Jetty=0,AJP13Listener=0 is not registered.
      at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
      at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
      at org.jboss.jmx.adaptor.control.Server.getMBeanData(Server.java:77)
      at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.inspectMBean(HtmlAdaptorServlet.java:180)
      at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:75)
      at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServlet.java:56)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:356)
      at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
      at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1803)
      at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:523)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1753)
      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
      at org.jboss.jetty.Jetty.service(Jetty.java:456)
      at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
      at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:952)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
      at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:197)
      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:494)

      thanks
      krishna