Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5925

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

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Blocker
    • Resolution: Done
    • Affects Version/s: EAP_EWP 5.1.0, EAP_EWP 5.2.0 ER4
    • Fix Version/s: EAP_EWP 5.2.0 ER5
    • Component/s: Consoles
    • Labels:
      None
    • Environment:

      IBM JDK

    • Steps to Reproduce:
      Hide

      Install IBM JDK
      Start up JBoss EAP
      go to http://localhost:8080/web-console/
      Check console logs

      Show
      Install IBM JDK Start up JBoss EAP go to http://localhost:8080/web-console/ Check console logs
    • Affects:
      Release Notes
    • Release Notes Text:
      Hide
      When using the IBM JDK and logging onto the web console for the first time, a <computeroutput>java.lang.UnsupportedOperationException</computeroutput> error occurred. The root cause of this issue was IBM's Java implementation. The problem has been resolved by working around the issue with IBM's JDK so that the error no longer occurs when logging in to the web console.
      Show
      When using the IBM JDK and logging onto the web console for the first time, a <computeroutput>java.lang.UnsupportedOperationException</computeroutput> error occurred. The root cause of this issue was IBM's Java implementation. The problem has been resolved by working around the issue with IBM's JDK so that the error no longer occurs when logging in to the web console.
    • Release Notes Docs Status:
      Documented as Resolved Issue

      Description

      After JBoss has started up. Go to http://localhost:8080/web-console and you will see this error in the log:
      2011-02-09 17:40:49,178 ERROR [STDERR] (http-10.12.58.32-8080-3) java.lang.UnsupportedOperationException
      2011-02-09 17:40:49,179 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.aop.util.UnmodifiableLinkedHashMap.putAll(UnmodifiableLinkedHashMap.java:56)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at java.util.LinkedHashMap.<init>(LinkedHashMap.java:112)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.aop.util.UnmodifiableLinkedHashMap.<init>(UnmodifiableLinkedHashMap.java:38)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.aop.advice.ClassifiedBindingAndPointcutCollection.getBindings(ClassifiedBindingAndPointcutCollection.java:425)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.aop.AspectManager.getBindings(AspectManager.java:582)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.aop.Domain.getBindings(Domain.java:174)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.plugins.AOPLister.getUnboundBindings(AOPLister.java:729)
      2011-02-09 17:40:49,180 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.plugins.AOPLister.getTreeForResource(AOPLister.java:804)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.plugins.helpers.AbstractPluginWrapper.getSubTreeForResource(AbstractPluginWrapper.java:215)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.manager.PluginManager.getTreesForResource(PluginManager.java:390)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.manager.PluginManager.getTreeForProfile(PluginManager.java:190)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at java.lang.reflect.Method.invoke(Method.java:611)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
      2011-02-09 17:40:49,181 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:193)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.remote.InvokerServlet.processRequest(InvokerServlet.java:105)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.console.remote.InvokerServlet.doPost(InvokerServlet.java:148)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      2011-02-09 17:40:49,182 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
      2011-02-09 17:40:49,183 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
      2011-02-09 17:40:49,184 ERROR [STDERR] (http-10.12.58.32-8080-3) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
      2011-02-09 17:40:49,185 ERROR [STDERR] (http-10.12.58.32-8080-3) at java.lang.Thread.run(Thread.java:736)

        Gliffy Diagrams

          Attachments

          1. ibmjdkstack.png
            ibmjdkstack.png
            36 kB
          2. openjdkstack1.png
            openjdkstack1.png
            37 kB
          3. test2.png
            test2.png
            45 kB

            Issue Links

              Activity

                People

                • Assignee:
                  kabirkhan Kabir Khan
                  Reporter:
                  dchia David Chia
                  Writer:
                  Russell Dickenson
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  9 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: