One of the management beans is not compliant
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)
