A DevOps engineer performs a successful local deployment of the source code to the AEM SDK. Subsequently, a Cloud Manager deployment is initiated via Cloud Manager. The DevOps engineer encounters runtime errors in the pipeline logs.
The following information is discovered from an analysis of the pipeline logs:
• An exception occurred in the Sling Repository Initializer
• The SlingRepository service registration was aborted due to a RunTimeException
• Failed to set ACL (UnsupportedOperationException): This builder is read only
• AclLine ALLOW (paths=[/libs/dam/content], privileges=[jcr:read] ) at org.apache.sling.jcr.repoinit.impl.AclVisitor.setAcl
What is causing this issue?