2 Replies Latest reply on May 13, 2010 2:04 PM by stwhit

    Error trying to access web interface on jboss-6.0.0.m3 under Windows

    stwhit

      I've downloaded jboss-6.0.0.m3 to Windows and started it.  Then, I tried to access the web interface by opening localhost:8080 in my browser (from the same computer), but I just get a blank page in my browser, and in my console I see this log message:

       

      19:45:10,722 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:576)
              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:365)
              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:872)
              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
              at java.lang.Thread.run(Thread.java:619) [:1.6.0_18]

       

      When I try to recreate this problem on linux, it does not happen.  The web interface appears as expected.

       

      Anyone else seeing this behavior?