5 Replies Latest reply on Feb 2, 2011 9:45 AM by shelly.mcgowan

    JBoss AS6: Error deploying JMX-Console

    ktnagel

      Hello Collegues,

       

      another small problem:  when accessing the JMX-Console (and in fact also any other servlet) I get the following error in the JBoss:

       

      14:14:22,089 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/jmx-console

      14:14:22,118 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing: java.lang.NoSuchMethodError: javax.servlet.ServletContext.getEffectiveSessionTrackingModes()Ljava/util/Set;

              at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:567)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]

       

      14:14:50,925 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing: java.lang.NoSuchMethodError: javax.servlet.ServletContext.getEffectiveSessionTrackingModes()Ljava/util/Set;

              at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:567)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]

       

       

      in the Browser there's nothing displayed, btw.

       

      it's in the 'standard' server.

      what can be wrong?

       

      regards

      Thomas