Skip to content

Instantly share code, notes, and snippets.

@awead
Created January 7, 2016 03:19
Show Gist options
  • Save awead/a565e8a80df6353433bb to your computer and use it in GitHub Desktop.
Save awead/a565e8a80df6353433bb to your computer and use it in GitHub Desktop.
Fedora error in test
E, [2016-01-06T21:18:20.841166 #10612] ERROR -- : GenericFilesController::create rescued Ldp::HttpError
STATUS: 500 javax.jcr.nodetype.ConstraintViolationException: Cannot find a definition for a child named '{}01' on the node at '/prod1/SI/00' with primary type 'nt:folder' and mixin types: [fedora:Pairtree]
at org.modeshape.jcr.AbstractJcrNode.nodeDefinition(AbstractJcrNode.java:2911)
at org.modeshape.jcr.AbstractJcrNode.getDefinition(AbstractJcrNode.java:2835)
at org.modeshape.jcr.AbstractJcrNode.isCheckedOut(AbstractJcrNode.java:3222)
at org.modeshape.jcr.AbstractJcrNode.addChildNode(AbstractJcrNode.java:1131)
at org.modeshape.jcr.AbstractJcrNode.addNode(AbstractJcrNode.java:1072)
at org.modeshape.jcr.AbstractJcrNode.addNode(AbstractJcrNode.java:986)
at org.modeshape.jcr.AbstractJcrNode.addNode(AbstractJcrNode.java:101)
at org.modeshape.jcr.api.JcrTools.findOrCreateNode(JcrTools.java:437)
at org.modeshape.jcr.api.JcrTools.findOrCreateNode(JcrTools.java:377)
at org.fcrepo.kernel.modeshape.services.AbstractService.findOrCreateNode(AbstractService.java:50)
at org.fcrepo.kernel.modeshape.s...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment