-1

Jconsole showing process list, but it is giving "Connection failed: Retry" on trying to analyse application ?

halfer
  • 19,824
  • 17
  • 99
  • 186

1 Answers1

0

I think that the remote JMX agent is expecting SSL connection by default.

Add these 2 parameters whene lunching your JAVA application

   -Dcom.sun.management.jmxremote.authenticate=false
   -Dcom.sun.management.jmxremote.ssl=false
ikken
  • 563
  • 4
  • 15