我使用Java 1.6,我想连接我的远程Jboss 7服务器并对其进行监控。
我已经在.../bin/stabdalone.conf
档案
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=18189"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
但我收到错误
WARNING: Failed to load the specified log manager class org.jboss.logmanager.LogManager
Exception in thread "main" java.lang.ExceptionInInitializerError
有人能帮助我吗?