1 Reply Latest reply on Aug 23, 2012 2:02 PM by robertobeeman

    Unable to connect to individual Servers of JBoss Domain using JConsole Remotely

    robertobeeman

      Hi All,

       

                  I want to get some runtime statistics with the help of JConsole for the individual JBoss Servers (which are running in Domain Mode) In jboss as7.1.2

                  But i am not able to connect to those JBoss Servers using  JConsole command on Remoting port 4447. I have already enabled use-management-endpoint="false"

       

       

      <subsystem xmlns="urn:jboss:domain:jmx:1.1">
            <show-model value="true"/>
            <remoting-connector  use-management-endpoint="false" />
       </subsystem>
      

       

       

              I just saw a similar JIRA: https://issues.jboss.org/browse/JBPAPP-9727   Is it fixed in some higher releases.      This is a major issue because when we run the JBoss instances in Domain mode then connecting to individual server via JMX/JConsole [on PORT=4447  means remoting port] is the only option for monitoring.

       

      Regards

      Roberto