Expand my Community achievements bar.

SOLVED

Error while installing the packge

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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.