This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

JMX Errors when trying to browse some JBoss mbeans

Getting following errors when trying to open these folders for JBoss using the Mbeans browser for JMX.  I can open up the other Mbean folders without issue.

jboss.system
Error occurred during communication with JMX server. The server returned the following error:
error unmarshalling return; nested exception is: java.io.IOException: unknown protocol: resource

jboss.web
Error occurred during communication with JMX server. The server returned the following error:
error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: org.jboss.mx.util.MBeanProxyInstance (no security manager: RMI class loader disabled)

I have this configured in the run.sh:

JAVA_OPTS="$JAVA_OPTS -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl"
JAVA_OPTS="$JAVA_OPTS -Djboss.platform.mbeanserver"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=8686"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"