The universe.log contains repeated errors indicating a failure in the External Event Processor (EEP) when compiling regular expressions for File Resource checks.
The following error appears every few minutes in the universe.log:
|ERROR|X|EEP|pid=####.####| o_eep_check_file_resource | Error while compiling regular expression: quantifier operand invalid.
A File Resource definition contains a malformed regular expression. The "quantifier operand invalid" error specifically occurs when a regex quantifier (such as *, +, or ?) is used incorrectly at the start of a pattern or without a preceding literal (e.g., using *log instead of .*log).
Identify and correct the malformed File Resource definition by following these steps:
0,SURCYCLE. This allows the node to log which specific resources are being checked.universe.log. Locate the trace lines immediately preceding the "quantifier operand invalid" error. These lines will identify the Resource name being processed.*filename to .*filename).universe.log. Revert the log level to its original state once confirmedIn case the particular resource cannot be identified with 0,SURCYCLE please open a case with Broadcom referring to this article so that we can deliver a modified EEP process that will add additional tracing in case of this error, displaying both the resource and the regex that generate the errors, see below:
|ERROR|X|EEP|pid=###.###| o_eep_check_file_resource | Error with resource [RESOURCE_NAME].|ERROR|X|EEP|pid=###.###| o_eep_check_file_resource | Error while compiling regular expression [REGEX_ON_RESOURCE_NAME]: quantifier operand invalid.
Changes in the product will be done in the future to enhance the traces for this particular error, this will be done via S528193.