I am trying to profile a Java application running on my LAN from JVisualVM.
However, when I start my program with arguments like:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=9000
-Dcom.sun.management.jmxremote.ssl=false
I am unable to connect through JVisualVM, with JMX or jstatd.
9000 is forwarded, of course, and the server uses Ubuntu.