Hello,
I’m trying to create a Google account through an access request. The email address is generated by a custom rule of type Attribute Generator.
I was able to create two users successfully, but the third attempt fails with the following error:
An unexpected error occurred: org.apache.bsf.BSFException: BeanShell script error: Sourced file: inline evaluation of: `` import sailpoint.api.*; import sailpoint.connector.*; import sailpoint.object.* . . . ‘’ unknown error: Unable to make public final java.util.Iterator java.util.HashMap$EntrySet.iterator() accessible: module java.base does not “opens java.util” to unnamed module @5889e35a : at Line: 278 : in file: inline evaluation of: `` import sailpoint.api.*; import sailpoint.connector.*; import sailpoint.object.* . . . ‘’ : if ( no_email_for_ANY_of == null ) { BSF info: Unique GoogleEmail Generator at line: 0 column: columnNo
Do you have any idea what the root cause could be?
The no_email_for_ANY_of structure is a map passed as input to the rule and it is static, meaning it is always populated with the same values. It was already populated in the first two attempts, which completed successfully.
Thanks in advance for your help.