Hmmm.. Ok. I found correct URL on this forum
service:jmx:rmi:///jndi/rmi://172.17.1.4:12345/jmxrmi But when I try to connect I am getting an error: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.jboss.mx.util.MBeanProxyExt My options in run.bat is: set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=12345 set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.authenticate=false set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.ssl=false set JAVA_OPTS=%JAVA_OPTS% -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl set JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote How I can fix this problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094587#4094587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094587 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
