Expand my Community achievements bar.

SOLVED

Getting missing cq:dialog node error

Avatar

Level 3

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?

1 Accepted Solution

Avatar

Correct answer by
Level 3

@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.

View solution in original post

4 Replies

Avatar

Level 10

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

Avatar

Level 3

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

Avatar

Correct answer by
Level 3

@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.