Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMC jvm Connection does work when connect to remote jvm

2829875Sep 26 2017 — edited Nov 2 2017

pastedImage_0.png

Hello,

I use below parameters start jvm by wrapper

wrapper.java.additional.14=-Dcom.sun.management.jmxremote

wrapper.java.additional.15=-Dcom.sun.management.jmxremote.port=29601

wrapper.java.additional.16=-Dcom.sun.management.jmxremote.authenticate=false

wrapper.java.additional.17=-Dcom.sun.management.jmxremote.ssl=false

I can use JMC connect 29601 in the machine which I started the jvm.

But when I install JDK and run JMC in another machine, then the JMC can not connect to 29601.

Seems it only works in local, but can not work in remote.

And I can ping ip in another machine.

Questions:

1.Do you have any idea about this?

2.Do you know is there any logs can print out when 'unable to connect'?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2017
Added on Sep 26 2017
4 comments
7,631 views