Getting missing cq:dialog node error | Community
Skip to main content
ariellea4070516
Level 3
November 7, 2018
Solved

Getting missing cq:dialog node error

  • November 7, 2018
  • 4 replies
  • 2558 views

I am trying to install and deploy my package to AEM but it fails on <install-package> with the following error:

*ERROR* [qtp1081273488-2048] org.apache.jackrabbit.vault.fs.impl.io.DocViewSAXImporter Error during processing of /etc/scaffolding/resource/jcr:content/cq:dialog: javax.jcr.nodetype.ConstraintViolationException: No matching node definition found for cq:dialog

*ERROR* [qtp1081273488-2048] org.apache.jackrabbit.vault.fs.io.Importer E /etc/scaffolding/resource/jcr:content/cq:dialog (javax.jcr.nodetype.ConstraintViolationException: No matching node definition found for cq:dialog)

I cannot find this directory in my project, which leads me to believe that AEM is the issue. Can someone please provide some insight on that matter?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ariellea4070516

@smacdonald2008, thanks! Your question made me think about the content I was deploying. Turns out I had some straggling folders from other builds in my repo that was causing the issue. Removed those and the install/deploy worked like a charm.

4 replies

smacdonald2008
Level 10
November 7, 2018

How was the package created? Are you attempting to move an AEM project from one instance to another one?

ariellea4070516
Level 3
November 7, 2018

No, I simply altered the pom.xml file in my project and redeployed in order to install the nodejs plugin.

ariellea4070516
ariellea4070516AuthorAccepted solution
Level 3
November 7, 2018

@smacdonald2008, thanks! Your question made me think about the content I was deploying. Turns out I had some straggling folders from other builds in my repo that was causing the issue. Removed those and the install/deploy worked like a charm.

smacdonald2008
Level 10
November 7, 2018

Glad its working.