While troubleshooting a DC issue, I found out that there are a lot of ".im.aggregator.discover" filter error messages in the $DA_HOME/apache-karaf/data/log/karaf.log file. The repeat often.
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,981 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,981 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,982 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,982 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,982 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,983 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | 789b2-thread-387 | 2023-09-01T11:28:41,983 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | Thread-121918 | 2023-09-01T11:29:00,458 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | Thread-121918 | 2023-09-01T11:29:00,459 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | Thread-121920 | 2023-09-01T11:29:00,676 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
ERROR | Thread-121920 | 2023-09-01T11:29:00,676 | FilterHelper | com.ca.im.dm.filter.FilterHelper 236 | .im.aggregator.discovery | | Invalid enmueration value "2"
Not sure information around what cause these errors. These show up almost every minute.
All supported DX NetOps Performance Management releases
Pending validation for release this was introduced in. May have first shown up in 22.2.5+ releases.
There are two issues working together to cause this problem.
First the Metric Family XML has incorrectly defined values for Enumeration entries. This affects the following Metric Families.
Example of incorrect XML is the following:
It should have text to define the value. This is a correct XML Enumeration entry example.
In addition to the XML configuration issue, the code that reads and works with the Enumeration values isn't properly handling the XML code when it should.
Being addressed with engineering via defect ID DE576887.
Will be resolved by code change expected in the pending 23.3.2 release.