[SOLVED] Just need to change the port #. Hi Team,...
# troubleshooting
l
[SOLVED] Just need to change the port #. Hi Team, I am trying to view metrics in JVM using jconsole. Running locally works (1st pic) but when i connect it remotely, it doesnt work (2nd pic). I configured the JAVA_OPTS the same way for both. Anyone knows why is this happening ?
Copy code
JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
Just putting here: on my jconsole, for remote it shows as
Copy code
jdk.jconsole/sun.tools.jconsole.JConsole IP:PORT
for local it shows as:
Copy code
org.apache.pinot.tools.admin.PinotAdministratior StartBroker -zkAddress localhost:2181