Jconsole showing process list, but it is giving "Connection failed: Retry" on trying to analyse application ?
Asked
Active
Viewed 938 times
-1
-
have you tried with JVisualVM to connect to the processes as well? – Jan Jan 05 '16 at 12:50
-
2Could you copy the hole Exception shown on jconsole? – ikken Jan 05 '16 at 12:51
-
check if your server have stopped/terminated – DecKno Jan 05 '16 at 13:06
-
I am trying to see my local application. It is appearing in jconsole, but when i am connecting it, it is giving error. Firstly, it is giving popup saying : Secure Connection failed : Retry Unsecurely ?....... When I click on Insecure connection button, than after some time another pop up comes saying : Connection Failed : Retry ? The connection to 2343 did not succeed. Would you like to try again. – Kartik Agrawal Jan 05 '16 at 17:28
-
JVisualVM is connecting to process, but it is not showing CPU status – Kartik Agrawal Jan 05 '16 at 17:34
-
@Jan, thanx for replying, any guess further.. – Kartik Agrawal Jan 06 '16 at 02:02
-
@ikken , thanx for replying, any guess further – Kartik Agrawal Jan 06 '16 at 02:02
-
@Arivazhagan Jeganathan ,thanx for replying, any guess further – Kartik Agrawal Jan 06 '16 at 02:03
-
Could anyone look and help ..? – Kartik Agrawal Jan 06 '16 at 06:48
1 Answers
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