Error in Perform Maintenance Scheduled Task

Which IIQ version are you inquiring about?

Version 8.2

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

It looks like the primary error is coming from “Attempt to resolve method: isLogDebugEnabled() on undefined variable or class name: LogEnablement”

Inactive work item forwarding failed with : BeanShell script error: bsh.EvalError: Sourced file: inline evaluation of: ``import sailpoint.object.Identity; import sailpoint.object.Rule; import sailpoint . . . '' : Attempt to resolve method: isLogDebugEnabled() on undefined variable or class name: LogEnablement : at Line: 50 : in file: inline evaluation of: ``import sailpoint.object.Identity; import sailpoint.object.Rule; import sailpoint . . . '' : LogEnablement .isLogDebugEnabled ( logger , "Enter Rule-FrameworkInactiveWorkItemEscalation" ) BSF info: Rule-FrameworkInactiveWorkItemEscalation at line: 0 column: columnNo

I’ve attached “Capture.JPG” that shows the imports and the line where it’s catching with the "LogEnablement .isLogDebugEnabled ( logger , “Enter Rule-FrameworkInactiveWorkItemEscalation” ) " – I’m not sure exactly how to fix.

Hi Cole,
Try to import
sailpoint.rapidsetup.logger.LogEnablement
instead of
sailpoint.rapidapponboarding.logger.LogEnablement

I am also affraid that the WrapperRuleLibrary class does not exist.

1 Like

Thanks for the response Kamil.

We just started seeing this error appear in our scheduled “Perform maintenance task”… it looks like it’s still pruning all the logs that we need, I was just curious what was causing it. This is a very old rule that I didn’t have the luxury of working on in our environment, it was before my time.

I made the update to the imports from the “rapidsetup” to “rapidapponboarding”.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.