We’ve enabled the built in prometheus agents on our pega containers built from docker.io/pega-ready:latest and we’ve notice that we get the following constant error messages every minute when enabled.
@SriharshaAnika Thanks for that information. It was helpful. As we don’t require JMX support for Log4j we have disabled it and these messages are no longer flooding our logs.
Hi it has nothing to do with your configuration or any thing. it is a problem from the JMX bean exposed by apache log4j2.
by default JMX exporter reads all the MBean’s and its associated attributes and keep only the attributes that you need for viewing. part of this operation when apache log4j2 mbean attributes are being read , error is happening at ConfigLocationUri attribute (this is an editable) attribute and after reading that attribute, bean is trying to validate the information and landing in error.