Deadlock Detected While Extending Schema for Role in RSA Identity Governance & Lifecycle
Article Number
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle
RSA Version/Condition: 8.0.x
Issue
When adding custom attributes may fail with LockAcquisitionException error with a dead lock
AveksaServer.log shows:
[com.aveksa.gui.pages.admin.customAttrs.newEdit.BaseAttributePageData]
javax.persistence.OptimisticLockException: org.hibernate.exception.LockAcquisitionException: could not execute statement
Caused by: java.sql.SQLException: ORA-04020: deadlock detected while trying to lock object SYS.AQ$_REG_INFO
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SCHEDULER"
ORA-06512: at "AVUSER.TRIG_PUBLIC_SCHEMA_1", line 8
Cause
There are many objects are invalid in SYS user. As part of schema extension IGL calls DBMS_SCHEDULER but it fail to execute as DBMS_SCHEDULER referenced SYS object DBMS_AQADM_SYS in invalid state.
This can be checked using query below:
select * from user_dependencies where referenced_name ='DBMS_AQADM_SYS';
Resolution
Using Oracle Support Doc 3030913.1, apply the recommended action to resolve the deadlock issue.
Note: The system should be less loaded or better in application maintenance mode when extending the role object or adding custom attributes.
Related Articles
RSA Governance & Lifecycle Recipes: Extending Objects in the AVUSER Schema with Custom Attributes 78Number of Views AFX Connectors remain in a Deployed state and 'Detected missing/corrupt journal files' error in RSA Identity Governance & … 141Number of Views Best practices when extending objects in the avuser schema in RSA Identity Governance & Lifecycle 37Number of Views Rejecting Approval of an Application Role Change Request item fails in RSA Identity Governance & Lifecycle 53Number of Views Indirect Relationship Processing slower in Step 11/12 Calculate Role Metrics in RSA Governance & Lifecycle 196Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?