java.lang.IllegalStateException: This tree does not exist
I'm seeing many occurrences of the below error in my log files, Any pointers what could be the root cause?
POST /content/dam/collections.collection.html HTTP/1.1] com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet Could not create/update collection java.lang.IllegalStateException: This tree does not exist at org.apache.jackrabbit.oak.core.MutableTree.beforeWrite(MutableTree.java:423) ... 13 lines omitted ... at com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet.doPost(ResourceCollectionServlet.java:298) at org.apache.sling.api.servlets.SlingAllMethodsServlet.mayService(SlingAllMethodsServlet.java:148)
Thanks!
Anuj