2 Replies Latest reply on Aug 1, 2003 9:16 AM by urswag

    http://localhost:8080/jmx-console does not work

    urswag

      Hello

      How can I check to system? JBoss is succesfully started. But the link

      http://localhost:8080/jmx-console

      does not work. How can I check the system? It worked once.
      I think port 8080 is correct.
      The log is also too complicated. It is more a debug log. Can I change the log level?

      Thanks

      Urs

        • 1. Re: http://localhost:8080/jmx-console does not work
          frito

          Change the log level by editing log4j.xml of your jboss server configuration in the conf directory.
          Check the log file if everything is running fine. The jmx console will work then with default or all configuration.

          Greetings,
          Frito

          • 2. Re: http://localhost:8080/jmx-console does not work
            urswag

            Hello

            I watched the log file. I have a lot of error like this:
            jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=jboss-service.xml
            2003-08-01 17:06:16,079 DEBUG [org.jboss.management.j2ee.MBean] postRegister(), parent: jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=jboss-service.xml
            2003-08-01 17:06:16,090 DEBUG [org.jboss.management.j2ee.MBean] Failed to initialze state from: jboss.rmi:type=RMIClassLoader
            java.lang.IllegalArgumentException: Unable to find operation getState()
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:133)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:544)
            at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:272)
            at $Proxy13.getState(Unknown Source)
            at org.jboss.management.j2ee.MBean.postCreation(MBean.java:156)
            at org.jboss.management.j2ee.J2EEManagedObject.postRegister(J2EEManagedObject.java:250)
            at org.jboss.mx.server.AbstractMBeanInvoker.invokePostRegister(AbstractMBeanInvoker.java:660)
            at org.jboss.mx.modelmbean.ModelMBeanInvoker.postRegister(ModelMBeanInvoker.java:342)


            The big question is now what I shall do to fix it. The simplest way is a reinstallation. I think this the crucial point, the exception interpretation. But I think I have no change to manage it.

            Thanks

            Urs