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!
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]
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
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