I've enabled the JMX Monitoring on our JIRA instance.
However, when monitoring the PID of JIRA with JConsole the MBeans documented on Live monitoring using the JMX interface aren't listed under the com.atlassian.jira
property. I only see BasicDataSource.
Does anyone have an idea how to troubleshoot this?
The knowledge base article is missing that configuration. Would be great if someone from the Atlassian team could add this information on how to configure a Windows service for remote access to the JMX monitoring. The current version of this article only lists setenv.sh and setenv.bat as possible configuration possibilities:
-Dcom.sun.management.jmxremote.port=*remote-port.here*
I would have provided that feedback myself via the feedback form but it looks like I'm not permitted to submit feedback to this article.
HI Andreas,
I tried this with sudo and without and the difference without sudo was I didn't see the JIRA connection but I still did not see basic datasource.
If you run jps -lV or sudo jps -lV do you see the datasource there?
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the hint, Branden.
Since I'm running JIRA as a Windows Service, sudo wasn't "the problem".
Meanwhile I was able to fix the problem. Here's what I did:
-Dcom.sun.management.jmxremote.port=*remote-port.here*
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
The MBeans are now visible on my system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.