Good day, people,
I am trying to use jconsole to connect to remote Wildfly 8 Final servers. That did not work: Connection failed. After multiple tries and failures I attempted to make it connect at least to my 'localhost' jboss, but even that is not working. No errors, it simply doesn't connect and says "Connection failed".
Details:
- Wildfly 8 Final server
- Using jconsole from wildfly_installation/bin/jconsole.bat
- Management users created. Tried with and without the username/password.
- The standalone.xml is the original one, shipped with Wildfly 8 Final without changes
- The url that I plug in jconsole to connect to is: service:jmx:remoting-jmx://localhost:9999
- The Wildfly/jboss doesn't have anything deployed in it, no WARs/EARs.
- Java version is 1.7 release 51. The latest on the moment of writing.
- JAVA_HOME points to the only java 1.7 installed on the system.
- JConsole can connect to local java process and works, but not remote connection.
Basically it's a brand new installation of Wildfly 8 Final with management user created and jconsole doesn't connect remotely to it.
What else I've tried: I've read many posts on people having troubles with jconsole and Jboss AS 7.x. I have tried the suggestions from those threads, but none worked. Also it seems Wildfly 8 has different JMX version (1.3 vs 1.1 in Jboss 7.x), so I assume that's why standalone.xml suggestions from Jboss 7.x didn't work for Wildfly 8 Final.