Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to configure JMX monitoring of Karaf. We are running all defaults at this point. I am trying to connect using jconsole using the following connection string:
service:jmx:rmi://sdcap21p:44444/jndi/rmi://sdcap21p:1099/karaf-root
and the default username/password in the karaf user.properties file.
I get a "cannot establish connection" connection.
I have verified I can "telnet" to those ports from the same PC I am running jconsole on. Our iptables firewall is currently not running on the ESB server.
Any experience with this? Is there something else I need to enable/configure to get this to work?