This content has been marked as final.
Show 2 replies
-
1. Re: Accessing jboss.system:type=Server via rmi jmx
dave11 Jul 25, 2013 10:52 AM (in response to dave11)I mean only accessing the jboss mbeans via jconsole would be success
-
2. Re: Accessing jboss.system:type=Server via rmi jmx
dave11 Jul 26, 2013 5:18 AM (in response to dave11)If anyone else has this problem, insert the following in run.bat, that helps::
set JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver
set JAVA_OPTS=%JAVA_OPTS% -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=12345
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.ssl=false
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.authenticate=false
set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/*Dave