Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

To configure, this just looks fine.
1. From ccm advanced properties
2. Search for Enable Active Services MBean and set to true
3. Change Delay between invocations to 2 seconds
4. Save the page

Go to ccm/repodebug/mxBeans
You'll see activeservice domain in the list. However in your case, under domain list there is no active service.
teamserver.properties file do have an entry of
com.ibm.team.serviceability.HighFrequencyMetricsTask.enableActiveServicesMBean=true

Do you know why active service MBean is not visible under ccm/repodebug/mxBeans ? Do you know what could have caused an issue.

0 votes



One answer

Permanent link
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.enableDistCacheMetricsMBean=true
com.ibm.team.serviceability.ClusterMetricsTask.fixedDelay=900
com.ibm.team.serviceability.ClusterMetricsTask.enableMqttBrokerMetricsMBean=true
com.ibm.team.serviceability.ClusterMetricsTask.enableMapsAndSizesMetricsMBean=true

com.ibm.team.serviceability.ClusterMetricsTask.enableDistPersistencecMetricsMBean=true

This is based on CLM v606

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 09 '19, 3:12 a.m.

Question was seen: 2,286 times

Last updated: May 09 '19, 3:21 a.m.

Confirmation Cancel Confirm