Reputation: 642
I am running JDK 1.8.0_66 JVisualVM utility and want to use MBeans browser to Monitor my Coherence applications.
According to the Oracle tutorial I have to install the MBeans plugin first. So I went to Tools-Plugins-Available Plugins and there were no any available plugins. I checked my JDK installation for *.nbm
files and found nothing.
What do I need to do to install MBeans plugin for JVisualVM? Thank you in advance.
Upvotes: 13
Views: 14609
Reputation: 356
It appears the visualvm site has moved to github.io, so the links are broken. I just updated mine to the correct one on found on https://visualvm.github.io/pluginscenters.html
In VisualVM go to Tools -> Plugins -> Settings, Edit Java VisualVM Plugins Center, and change the URL to the correct URL for your VisualVM, ex: https://visualvm.github.io/archive/uc/8u40/updates.xml.gz
After this I was able to update & install plugins using the UI again.
Upvotes: 10
Reputation: 585
When accessing https://visualvm.java.net I get redirected to http://www.oracle.com/splash/java.net/maintenance/index.html which states that the page has been closed.
Thus I think you have to download and install the plugins manually.
Worked for me.
Upvotes: 14
Reputation: 6981
You need to be connected to internet and you should have access to https://visualvm.java.net
Upvotes: -1