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!

Java Mission Control doesn't work in Mac OS X Big Sur

e570f574-043b-4c95-987e-d1e14e9e6764Jun 25 2020 — edited Jun 25 2020

Does not open JFR files.

This is in the system.log

Jun 25 13:15:31 Morriss-MacBook-Pro com.apple.xpc.launchd[1]: Coalition Cache Hit: app<application.org.openjdk.jmc.5698749.5699391(501)> [7512]

Comments

StefanP-Oracle

Hi

RMI use random ports for communication between the stub and the remote object

for pass this traffic to firewall,

the solution is to tunnel RMI traffic over HTTP

please check:

https://docs.oracle.com/javase/8/docs/platform/rmi/spec/rmi-arch6.html

3.5 RMI Through Firewalls Via Proxies

Regards

Stefan

3363700

Hi Stefan

thank for your answer,

However i have found here:

https://docs.oracle.com/javase/8/docs/api/java/rmi/server/RMISocketFactory.html

that the http tunnelling is deprecated, and "are subject to removal ..."

There's just no other way to use RMI with a Firewall?

Best Regards

Marco

1 - 2

Post Details

Added on Jun 25 2020
1 comment
929 views