Rule error in variable Log

Which IIQ version are you inquiring about?

8.4p1

We implemented a new rule and am getting the below error:

An unexpected error occurred: Typed variable declaration : Typed variable: log was previously declared with type: interface org.apache.commons.logging.Log

Does anyone know how to remediate?

Hi @Alyson_Trad,

its a common problem of IIQ, you can try to clean cache or the mostr rapid solution is change the name of the variable.

Hi @Alyson_Trad ,

you can use the following (just an example):

unset(“log”);

Kindly let us know the results.

Best regards,
Daniel