Hello, I've been searching into the atlassian community a anwser, but i could't find.
I'm trying to enable a JMX Monitoring into a virtual instance using JIRA 7.6. (Virtual Box)
I had already setup the setenv.sh with the parameters into the JVM arguments, and the Jconsole could check the port but the monitoring doesn't start
/code
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=*myportnumber* -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
code/
Also, i'm trying to do the same, in my own computer. Using a JIRA 7.12 and just enabling the JMX monitoring option ON. My Jconsole into the option local, couldn't find the "Bootstrap start", even when i indicate the PID.
Anyone nows what i'm doing wrong ?
Thanks so much