AEM 6.2 DAM Assets - Error while adjusting references
Hello Community,
I am using AEM 6.2 (no service packs). Components and the interface used are all Touch-UI.
I have a use case wherein I have an image component (based on adaptiveimage) and i drag and drop and image onto it. When I move the image I had used in my component in DAM from 1 location to another (be it any location), the images in the DAM move, but fileReference property of the image component does not get updated causing image to not display on the page.
The summary of the logs is:
17.11.2016 10:05:00.279 *ERROR* [0:0:0:0:0:0:0:1 [1479373499953] POST /bin/wcmcommand HTTP/1.1] com.day.cq.wcm.commons.ReferenceSearch Error while adjusting references.
org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.
.....
Caused by: javax.jcr.AccessDeniedException: OakAccess0000: Access denied
at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:231)
at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:212)
at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.newRepositoryException(SessionDelegate.java:670)
at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.save(SessionDelegate.java:496)
at org.apache.jackrabbit.oak.jcr.session.SessionImpl$8.performVoid(SessionImpl.java:419)
at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.performVoid(SessionDelegate.java:274)
at org.apache.jackrabbit.oak.jcr.session.SessionImpl.save(SessionImpl.java:416)
at org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProvider.commit(JcrResourceProvider.java:480)
... 123 common frames omitted
Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakAccess0000: Access denied
.....
I do not have any permission set on any DAM folder, asset or even on pages/ components etc.
Please also note that it only happens sometimes and on some images.
Any direction of help would be appreciated!
-Varun