CLM active service MBean stopped working
I have configured RTC and RQM to collect JMX MBean informaton for number of services, one of them is active services and its summary. It was working fine and suddenly stopped working. Meaning we're not getting any information for active services and its summary.
|
One answer
Check your application teamserver.properties file, you or someone may have enabled MBean information RTC cluster as part of generic updates to teamserver.properties file. If yes, you must remove all MBean related to clustering if the actual RTC server isn't clustered.
The ClusterMetricsTask are usually these, search for "ClusterMetricsTask" in teamserver.properties file, either command out or remove.
Save the file.
You'll see active service information in the JMX Mbean.
com.ibm.team.serviceability.ClusterMetricsTask.enableMQTTServiceMetricsMBean=true
com.ibm.team.serviceability.ClusterMetricsTask.enableDistPersistencecMetricsMBean=true
This is based on CLM v606
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.