I am trying to connect JProfiler (10.0.1) to JMX port using quick attach -> another computer. I can connect to JMX port using jvisualvm and JConsole easily, all I have to do is put in host and port. But on jprofiler I get following error
"Another appliction is running on port 19002. Please check your port configuration".
I am using oracle JDK jdk1.8.0_181. Below are the JXM options i am using for server startup.
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=19002
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false