Hi,
Recently we have migrated to AEM 6.2. We get below error when we try to invoke workflow to publish Asset. The workflow works fine in case of sites.
We have custom workflows to publish the content but in this case (Assets), the workflow doesn't get invoked and we get below error. No error reported at Workflow console.
02.11.2016 10:57:01.312 *ERROR* [10.1.51.107 [1478105821307] POST /assets.html/content/dam HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Unable to create resource named dam in /libs/dam/gui/content/assets/content
02.11.2016 10:57:01.312 *ERROR* [10.1.51.107 [1478105821307] POST /assets.html/content/dam HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing.
javax.jcr.nodetype.ConstraintViolationException: No default node type available for /libs/dam/gui/content/assets/content/dam
at org.apache.jackrabbit.oak.util.TreeUtil.addChild(TreeUtil.java:185)
at org.apache.jackrabbit.oak.jcr.delegate.NodeDelegate.addChild(NodeDelegate.java:693)
at org.apache.jackrabbit.oak.jcr.session.NodeImpl$5.perform(NodeImpl.java:297)
at org.apache.jackrabbit.oak.jcr.session.NodeImpl$5.perform(NodeImpl.java:263)
at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.perform(SessionDelegate.java:208)
at org.apache.jackrabbit.oak.jcr.session.ItemImpl.perform(ItemImpl.java:112)
at org.apache.jackrabbit.oak.jcr.session.NodeImpl.addNode(NodeImpl.java:263)
at org.apache.jackrabbit.oak.jcr.session.NodeImpl.addNode(NodeImpl.java:248)
Any pointers?
Thanks in advance!
-Anuj Varshney