javax.jcr.InvalidItemStateException: OakState0001|com.day.cq.wcm.core.impl.servlets.ThumbnailServlet Error while adding thumbnail.
Hi Team,
Getting below error
Coming from 07.06.2021 09:06:42.963 *ERROR* [10.43.0.52 [1623020802547] GET /content/test/lists/spacing-bottom-desktop.thumb.48.48.png HTTP/1.1] com.day.cq.wcm.core.impl.servlets.ThumbnailServlet Error while adding thumbnail.
javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts in /apps/test/templates/genericlist/thumbnail.png/jcr:content/dam:thumbnails/dam:thumbnail_48.png/jcr:content
at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:238)
Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakState0001: Unresolved conflicts in /apps/test/templates/genericlist/thumbnail.png/jcr:content/dam:thumbnails/dam:thumbnail_48.png/jcr:content
it looks when page is created using template thumbnail image rendition gets updated. Also could see mixinType:damThumbnails set on jcr:content node of thumbnail.png of specific template set.
Any specfic cause of error r anyone has faced similar issue.