Hi,
We have recently enabled the execution of the monitoring probes provided by the CMC platform. They seems to run fine but after checking in the server log folder we are noticing that several error logs file (*.glf) (that didn't appear before) containing error messages related with probes has began to appear (see a sample) below:
jobserver_BIENT1.AdaptiveJobServer_MON.ProbeJavaSchedulingService_CHILD1_trace.000001.glf
ProbeLocHandler.label() :java.util.MissingResourceException: Can't find bundle for base namecom.businessobjects.sdk.monitoring.probe.common.ProbeMessages, locale en
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at com.businessobjects.sdk.monitoring.probe.common.ProbeLocHandler.init(ProbeLocHandler.java:62)
at com.businessobjects.sdk.monitoring.probe.DiagnosticProbeResult.setLocale(DiagnosticProbeResult.java:200)
at com.businessobjects.sdk.monitoring.probe.DiagnosticProbeManager.execute(DiagnosticProbeManager.java:170)
at com.businessobjects.js.processingsubsystem.procProbe.ProbeProcessingSubsystem.getDiagResult(ProbeProcessingSubsystem.java:149)
at com.businessobjects.js.processingsubsystem.procProbe.ProbeProcessingSubsystem.run(ProbeProcessingSubsystem.java:116)
at com.businessobjects.js.child.IJobImpl.run(IJobImpl.java:128)
.......
Any idea about what can be causing this issue? Has someone noticed this behaviour when using monitoring probes?