When trying to connect to JBoss EAP 6.x with jconsole, remember to:
- use the $JBOSS_HOME/bin/jconsole.sh instead of the $JAVA_HOME one;
- don’t specify the target from command line.
For EAP6 the target is:
service:jmx:remoting-jmx://192.168.0.10:9999
If you have followed exactly those indication but you have still issues, check here on the jboss page.