0 Replies Latest reply on Jun 6, 2013 10:08 AM by muesli

    JVisualVM JMX Monitoring Remote

    muesli

      Hi guys,

       

      atm I'm facing some problems when I'm trying to connect to my JBoss AS 7.1.1 via JMX remotely.

      My JConsole attempts are working fine.

      I learned that I have to include the jars in the Classpath while starting jvisualvm on my Windows 7 client.

       

      That looks like this:

      "C:\Program Files (x86)\Java\jdk1.7.0_07\bin\jvisualvm.exe" -cp:a C:\Users\myuser\jboss-as-7.1.1.Final\modules

       

      But still it is not working...when I try to connect via:

      service:jmx:remoting-jmx://<jbossserveripaddress>:9999

       

      I get the message:

      Cannot connect to jbossAdmin@service:jmx:remoting-jmx://<jbossserveripaddress>:9999 using service:jmx:remoting-jmx://10.10.253.176:9999

       

      I know that I configured jmx on the jboss server side the right way because I can connect with jconsole remotely.

       

      I would love to use jvisualvm instead of jconsole so I would be really glad if someone could point me in the right direction.

       

      Thanks in advance,

      muesli