Error while installing the packge | Community
Skip to main content
Level 4
October 16, 2015
Solved

Error while installing the packge

  • October 16, 2015
  • 1 reply
  • 563 views

Hi Team,

When i try to install a package from prod to local am getting below error.

com.day.jcr.vault.packaging.PackageException: javax.jcr.ReferentialIntegrityException: Target node dcabd5e0-249d-4872-b19f-dbc5caac927d of REFERENCE property does not exist.

I checked the node having this issue and i could not see any mixin node to that node.

Please help!!!

Thanks,

Madhu

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 smacdonald2008

this means that in the package - you are using a NOde of type reference. Its referencing another part of the JCR. However - the issue is the referenced part of the JCR does not exist. Make sure that what ever it is referencing is in the JCR.

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

this means that in the package - you are using a NOde of type reference. Its referencing another part of the JCR. However - the issue is the referenced part of the JCR does not exist. Make sure that what ever it is referencing is in the JCR.