1
0
-1

Hi,

I'm trying to install joget in Redhat EL linux, and follow the steps in installation instruction. While starting the server I got this error message and the app server failed to start.

What is the problem here?

Exception in thread "main" java.lang.InternalError: One of the management beans is not compliant.
at java.lang.management.ManagementFactory.getPlatformMBeanServer(libgcj.so.90)
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:157)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:90)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:226)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: javax.management.NotCompliantMBeanException: MBean is not compliant
at mx4j.server.MX4JMBeanServer.registerImpl(MX4JMBeanServer.java:818)
at mx4j.server.MX4JMBeanServer.registerMBeanImpl(MX4JMBeanServer.java:769)
at mx4j.server.MX4JMBeanServer.registerMBean(MX4JMBeanServer.java:753)


at java.lang.management.ManagementFactory.getPlatformMBeanServer(libgcj.so.90)

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi,

      Very strange error, even googling did not have much results. Suspect could due to Java version? Perhaps try installing a new Java 7 or 8 and see.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thank you Anders,

        you are right, you spot on my problem. I don't notice my jvm path point to 1.5 version. Now it's up.

         

          CommentAdd your comment...