0

I am trying to connect to Wildfly 21 JMX through jconsole. Did the below steps

  1. created management user(admin)
  2. opened jconsole.bat from wildfly/bin directory
  3. tried with service:jmx:remote+http://wildfly_host_ip_address:9990

Getting the following error. What am i missing?

jconsole error

JMX subsystem configuration

JMX subsystem

Sumanth
  • 595
  • 3
  • 14
  • 39
  • Do you have port 9990 listening on that host? By default it will only be using localhost. – James R. Perkins Feb 09 '21 at 20:35
  • @JamesR.Perkins, yes it is through socket-binding and all interfaces are updated to the ipaddress. – Sumanth Feb 09 '21 at 20:38
  • So you've got the `management` interface listening on the IP address of your host? When I just did `./bin/standalone.sh -bmanagement=0.0.0.0` I was able to remotely connect. – James R. Perkins Feb 09 '21 at 20:42
  • -bmanagement=0.0.0.0 in the startup script did the trick but adding ipaddress to management interface on standalone-full-ha.xml didn't work. Thank you very much James – Sumanth Feb 09 '21 at 20:59
  • Can you share the JVM options you set (e.g. -Djava.rmi.server.hostname=0.0.0.0 etc...) ? – Fabrice G. Mar 19 '21 at 17:23
  • @Sumanth, did you get any solution? – Prasanth Rajendran Oct 21 '21 at 08:32
  • @Sumanth, please suggest a solution, getting error on configuraing jmx subsystem in standalone.xml, Services with missing/unavailable dependencies" => ["jboss.remoting.remoting-http-upgrade-service.http-management is missing [jboss.http-upgrade-registry.http-management]"] – sjsj15 Jan 24 '23 at 06:46

0 Answers0