Could not Install Package from AEM 5.6.1 to AEM 6.3 | Community
Skip to main content
CT1012
Level 4
July 31, 2017
Solved

Could not Install Package from AEM 5.6.1 to AEM 6.3

  • July 31, 2017
  • 11 replies
  • 2827 views

Q1:    I'm trying to install a "redirect" page component package from AEM 5.6.1 to AEM 6.3 through package manager. Getting an error

"javax.jcr.nodetype.ConstraintViolationException: OakConstraint0021: /apps/******/components/page/redirect/dialog/items/tabs/items/leftNav/items/leftNavURL/items/link/component-a/component-a.jsp/jcr:content[[nt:resource]]: Mandatory property jcr:data not found in a new node"

Q2:  Another non-container component named "component-a" is linked under dialog item "leftNavUrl".under redirect page component. Is it possible to do so in 6.3.

link under leftNavURL which is causing the exception.

<link

                                    jcr:primaryType="cq:Widget"

                                    fieldDescription="Select file from the Content Finder or enter complete URL."

                                    itemId="webURL"

                                    name="./directLink"

                                    xtype="pathfield">

                                    <template-a

                                        cq:isContainer="{Boolean}false"

                                        jcr:description="Component A"

                                        jcr:primaryType="cq:Component"

                                        jcr:title="Component A"

                                        sling:resourceSuperType="foundation/components/page">

                                        <dialog

                                            jcr:primaryType="cq:Dialog"

                                            height="400"

                                            stateful="false"

                                            xtype="dialog">

                                            <items jcr:primaryType="cq:WidgetCollection">

                                                <tabs jcr:primaryType="cq:TabPanel">

                                                    <items jcr:primaryType="cq:WidgetCollection">

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 VeenaVikraman

I removed the error causing node and installed the package and it is installed now properly. I am investigating on what would be the expected node structure for that the one which is causing issue .

CT1012 Can you please paste a screenshot of the node structure for template-a.jsp ​here ?

11 replies

smacdonald2008
Level 10
August 1, 2017

Deploying a component in 5.6 to 6.3 may not work due to the changes in the JCR.

Can you please make a small package that contains this dialog. You component logic does not need to be there - put placeholder code. Then put the package on Google drive so community can attempt to deploy to AEM 6.3 and see if fixes can be made.

VeenaVikraman
Community Advisor
Community Advisor
August 2, 2017

Yes , Please share a sample code as scott explained. May be we can figure out the fix .

CT1012
CT1012Author
Level 4
August 2, 2017

Please access the following link Sample-component.zip - Google Drive

VeenaVikraman
Community Advisor
Community Advisor
August 2, 2017

I am looking into it now ..

smacdonald2008
Level 10
August 2, 2017

I am seeing the error too - looking deeper into this,

VeenaVikraman
Community Advisor
VeenaVikramanCommunity AdvisorAccepted solution
Community Advisor
August 2, 2017

I removed the error causing node and installed the package and it is installed now properly. I am investigating on what would be the expected node structure for that the one which is causing issue .

CT1012 Can you please paste a screenshot of the node structure for template-a.jsp ​here ?

smacdonald2008
Level 10
August 2, 2017

AN FYI--- it works on 6.1 not 6.2 or 6.3. Remove the node as suggested by Veena.

You can use a tool like WinRaw:

VeenaVikraman
Community Advisor
Community Advisor
August 2, 2017

CT1012

     Do you think the node structure you packaged and installing is correct ? do you think someone might have accidentally dragged and dropped a component inside your dialog node. Because what I see here in your node structure doesn't make sense to me

Because what I see here just makes me believe this was a total mistake in your node structure  

CT1012
CT1012Author
Level 4
August 3, 2017

Since it is a part of upgrade, no other developer is familiar with reasons and structures developed in 5.6.1. Initially i thought it was a mistake and installed it in AEM 6.3 without that error causing node.

For my future development concern just want to clear the air around this error, posted the same here to know the reason if anyone can clear the exception(unknown to me).

Appreciate your efforts veena and macdonald. Thank you

CT1012
CT1012Author
Level 4
August 3, 2017

I believe the same. Will keep you posted if i find any authoring errors after installing the modified component.