One of the management beans is not compliant

Confluence User - 01 Feb, 2016

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)

installation;server

2


03 Feb, 2016
confluenceUser
1
confluenceUser

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.

03 Feb, 2016
confluenceUser
confluenceUser

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.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print