Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Cannot install Magento AEM Connector package - ConstraintViolationException

Avatar

Former Community Member

While installing the package on AEM 6.4 (build is fine), the following error shows up:

Full error:

[ERROR] Request failed: org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0025: /apps/commerce/gui/content/catalogs/importblueprintswizard/importers[[nt:folder]]: Unexpected child node magento found in a new node (500)

Code snapshot:

I changed  sling:resourceType="/libs/granite/ui/components/foundation/layouts/well"  from sling:resourceType="/granite/ui/components/foundation/well"

Screen Shot 2019-01-17 at 12.20.05 PM.png

The package has contents as below:

Screen Shot 2019-01-17 at 11.56.55 AM.png

Related to this AEM 6.3 - Magento Connector Issue  (also tried as suggested but did not resolve)

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Thanks gauravb10066713

I was able to fix this. So the updated was to change jcr:primaryType="sling:Orderedfolder" instead of jcr:primaryType="nt:unstructured".

Fixes:

1. Replace jcr:primaryType="nt:unstructured" with jcr:primaryType="sling:Orderedfolder" for jcr:root (line 3) for both the below files:

  • .content.xml file under /magento2-aem-connector-master 2/aem-connector/ui.apps/src/main/content/jcr_root/apps/commerce/gui/content/catalogs/importblueprintswizard/importers/magento/
  • .content.xml file under /magento2-aem-connector-master 2/aem-connector/ui.apps/src/main/content/jcr_root/apps/commerce/gui/content/products/importproductswizard/importers/magento/

2. Rebuild and install the package 'mvn clean install -PautoInstallPackage'

Check the repository.. nodes should have installed correctly:

Screen Shot 2019-01-17 at 12.40.49 PM.png

View solution in original post

5 Replies

Avatar

Level 10

OakConstraint0025

Mandatory child node X not included in a new node

OakConstraint0025: /apps/commerce/gui/content/catalogs/importblueprintswizard/importers[[nt:folder]]: Unexpected child node magento found in a new node (500)

Try to create the folder - importers first may be manually, save it and then install the package or magneto node configuration and see if it works

Avatar

Level 10

Try that suggestion made by  Gaurav Behl. Let us know the outcome.

Avatar

Correct answer by
Former Community Member

Thanks gauravb10066713

I was able to fix this. So the updated was to change jcr:primaryType="sling:Orderedfolder" instead of jcr:primaryType="nt:unstructured".

Fixes:

1. Replace jcr:primaryType="nt:unstructured" with jcr:primaryType="sling:Orderedfolder" for jcr:root (line 3) for both the below files:

  • .content.xml file under /magento2-aem-connector-master 2/aem-connector/ui.apps/src/main/content/jcr_root/apps/commerce/gui/content/catalogs/importblueprintswizard/importers/magento/
  • .content.xml file under /magento2-aem-connector-master 2/aem-connector/ui.apps/src/main/content/jcr_root/apps/commerce/gui/content/products/importproductswizard/importers/magento/

2. Rebuild and install the package 'mvn clean install -PautoInstallPackage'

Check the repository.. nodes should have installed correctly:

Screen Shot 2019-01-17 at 12.40.49 PM.png

Avatar

Level 1

Hi Surenderakonathala,

                 Thanks for your post.Kindly change the

                                   jcr:primaryType="sling:Orderedfolder  to jcr:primaryType="sling:OrderedFolder ..now it will work,  Kindly share the step by step to integrate AEM6.4 with Magento2.3  Because there is no document ,your post going to save the time and it will helpful for aem developers.

Thank  you verymuch

Padmanabhan

Avatar

Level 1

Hi All,

I'm facing a problem to import product list from Magento to AEM. The error that I get during the import process is captured in the first screenshot. As you can see console log errors in the screenshot I do get the same errors when I import catalogs from Magento to AEM 6.4, however, the catalogs got imported, see the second screenshot

First screenshot:

1729159_pastedImage_1.png

Second screenshot:

1729166_pastedImage_2.png

Can somebody help how to resolve this issue.


Secondly, how can we import the we.retail sample catalog to Magento. Any instructions will be helpful.