There are 2 servers running same java application.
Successful connection to server is running process with java version as below
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=xxxxx -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Unsuccessful connection to server is running process with java version as below
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=xxxxx -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Network is open for ports which i confirmed with telnet.
jconsole on my desktop i used to test is of below version
JConsole version: 1.8.0_121-b13
Java VM version: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13
Errors -
Secure Connection Failed. Retry insecurely ?
After retry another repetitive error as below
Connection Failed. Retry?