Tabs in JConsole are greyed out and inaccessible
Issue
- We have added the following JAVA_OPTS parameters to the startup script to enable remote JMX access via JConsole:
JAVA_OPTS
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=12345"
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
export JAVA_OPTS="$JAVA_OPTS -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl"
export JAVA_OPTS="$JAVA_OPTS -Djboss.platform.mbeanserver"
- JBoss EAP starts up fine, but when after JConsole (host:port) all tabs except the MBean tab are greyed out and inaccessible.
Environment
-
JDK 1.6
-
JConsole
- JBoss Enterprise Application Platform (EAP) 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.