Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not all MBean available in Confluence

I have confluence 5.10.6 on tomcat 8. In tomcat I have setup jmx:

CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6969 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false ${CATALINA_OPTS}"

and using jconsole trying to have access to Confluence MBeans. Unfortunately only several of MBeans available:

  • CacheStatistics
  • IndexingStatistics
  • MailTaskQueue
  • SchedulingStatistics
  • SystemInformation

But I need also RequestMetrics (https://confluence.atlassian.com/doc/live-monitoring-using-the-jmx-interface-150274182.html).

What I missed in my configuration?

like image 732
Sergey N Lukin Avatar asked Nov 09 '22 07:11

Sergey N Lukin


1 Answers

Your configuration is perfectly fine.

The missing RequestMetrics MBean is actually a known bug in Confluence since 5.9.2: https://jira.atlassian.com/browse/CONF-40442

You can vote for this issue there to raise awareness by Atlassian.

like image 128
schuppentier Avatar answered Dec 21 '22 01:12

schuppentier