FixedAclUpdater Scheduler Job fail to executed because"id" is null

cancel
Showing results for 
Search instead for 
Did you mean: 
yamani
Member II

FixedAclUpdater Scheduler Job fail to executed because"id" is null

Hello,

I am installing ACS 7.4.1 community version with LDAP integration.

Everyday at 12.00am, there will be ACLs auto schedule executed to run the FixedAclUpdater as per detail below:-

 

# Fixed ACLs
# Required for fixing MNT-15368 - Time Consumed for Updating Folder Permission
# ADMAccessControlListDAO.setFixedAcls called on a large folder hierarchy will take a long time for its execution.
# For this reason now method can also be called asynchronously if transaction reaches system.fixedACLs.maxTransactionTime.
# In this case setFixedAcls method recursion will be stopped and unfinished nodes will be marked with ASPECT_PENDING_FIX_ACL.
# Pending nodes will be processed by FixedAclUpdater, programmatically called but also configured as a scheduled job.
system.fixedACLs.maxTransactionTime=10000 

 

I do not know what and why the ACLs job schedule fail to executed? Below is the detail error log and the job fail to run becauase the "id" is null.

 

2024-01-18 00:00:08,751 ERROR [org.alfresco.repo.domain.permissions.FixedAclUpdater] [FixedAclUpdater3] Job could not process pending ACL node workspace://SpacesStore/fa1938a1-4377-4d79-8a79-f491b0a7fb3b: java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because "id" is null
2024-01-18 00:00:09,118 ERROR [org.alfresco.repo.domain.permissions.FixedAclUpdater] [FixedAclUpdater1] Job could not process pending ACL node workspace://SpacesStore/8c2ef76c-5c2e-4f16-8aad-359a2ccf7a0b: java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because "id" is null
2024-01-18 00:00:09,125 ERROR [org.alfresco.repo.domain.permissions.FixedAclUpdater] [FixedAclUpdater1] Job could not process pending ACL node workspace://SpacesStore/80cc487c-b5b9-47ca-a988-aa37626ea1dc: java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because "id" is null
2024-01-18 00:00:09,127 ERROR [org.alfresco.repo.domain.permissions.FixedAclUpdater] [FixedAclUpdater1] Job could not process pending ACL node workspace://SpacesStore/a2003415-086d-4988-af72-b827a8d4b39e: java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because "id" is null

 

How and what I need to do and configure in order to resolve this ACLs updater issue? Please help.