Refresh cube is failing with active policies

we have recently added SOD rules for both PROD and pre-prod. however we are facing below error in pre-prod. could anyone faced this or have idea on this

errors:
The application script threw an exception: java.lang.NullPointerException BSF info: Add Remove Request Policy Rule at line: 0 column: columnNo
org.hibernate.exception.SQLGrammarException: could not execute statement
org.hibernate.exception.SQLGrammarException: could not execute statement
org.hibernate.exception.SQLGrammarException: could not execute statement
The application script threw an exception: java.lang.NullPointerException: Attempt to invoke method getName on null value BSF info: SOD Policy - Lvl Combination Detection at line: 0 column: columnNo
Timeout waiting for lock on object: sailpoint.object.Identity:6448856f8c1f164e818c348816a61b79 from Aggregate Partition/IAM ORT External - Account Aggregation
The application script threw an exception: java.lang.NullPointerException: Attempt to invoke method getName on null value BSF info: SOD Policy - Lvl Combination Detection at line: 0 column: columnNo
The application script threw an exception: java.lang.NullPointerException: Attempt to invoke method getName on null value BSF info: SOD Policy - Lvl Combination Detection at line: 0 column: columnNo
The application script threw an exception: java.lang.NullPointerException: Attempt to invoke method getName on null value BSF info: SOD Policy - Lvl Combination Detection at line: 0 column: columnNo

Hi @venya ,

The error occurs because the getName method is being invoked on a null value within the “SOD Policy - Lvl Combination Detection” rule. To resolve this issue, ensure that the object being accessed is not null before calling the getName method.

Implement Null Checks: Add null checks before method calls to prevent the exception.

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