Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-8604

On entering web-console the java.lang.UnsupportedOperationException occurs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • No Release
    • JBossAS-5.1.0.GA
    • Web Console
    • None
    • Hide

      Run application server and wait until started
      Open in browser link: http://localhost:8080/web-console/
      Check console logs

      Show
      Run application server and wait until started Open in browser link: http://localhost:8080/web-console/ Check console logs

    Description

      After starting JBoss default server via run.sh and opening url: http://localhost:8080/web-console/
      Then following error occurs:

      2010-11-04 19:10:35,982 ERROR [STDERR] (http-127.0.0.1-8080-3) java.lang.UnsupportedOperationException
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.aop.util.UnmodifiableLinkedHashMap.putAll(UnmodifiableLinkedHashMap.java:56)
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at java.util.LinkedHashMap.<init>(LinkedHashMap.java:112)
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.aop.util.UnmodifiableLinkedHashMap.<init>(UnmodifiableLinkedHashMap.java:38)
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.aop.advice.ClassifiedBindingAndPointcutCollection.getBindings(ClassifiedBindingAndPointcutCollection.java:425)
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.aop.AspectManager.getBindings(AspectManager.java:576)
      2010-11-04 19:10:35,983 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.aop.Domain.getBindings(Domain.java:174)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.plugins.AOPLister.getUnboundBindings(AOPLister.java:729)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.plugins.AOPLister.getTreeForResource(AOPLister.java:804)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.plugins.helpers.AbstractPluginWrapper.getSubTreeForResource(AbstractPluginWrapper.java:215)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.manager.PluginManager.getTreesForResource(PluginManager.java:390)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.manager.PluginManager.getTreeForProfile(PluginManager.java:190)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at java.lang.reflect.Method.invoke(Method.java:600)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      2010-11-04 19:10:35,984 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:193)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.remote.InvokerServlet.processRequest(InvokerServlet.java:105)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.console.remote.InvokerServlet.doPost(InvokerServlet.java:148)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
      2010-11-04 19:10:35,985 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
      2010-11-04 19:10:35,986 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
      2010-11-04 19:10:35,987 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
      2010-11-04 19:10:35,987 ERROR [STDERR] (http-127.0.0.1-8080-3) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
      2010-11-04 19:10:35,987 ERROR [STDERR] (http-127.0.0.1-8080-3) at java.lang.Thread.run(Thread.java:736)

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkania Piotr Kania (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: