Unable to install ep-geometrixx-content package | Community
Skip to main content
kotir40948101
Level 2
October 26, 2017
Solved

Unable to install ep-geometrixx-content package

  • October 26, 2017
  • 1 reply
  • 1481 views

I'm trying to integrate Elastic path and AEM 6.3 , As i'm new and following the steps from Home Page | Touchpoint Development  installed EP-COMMERCE-AP without any error but unable to install ep-geometrixx-content package

It's throwing the error as following

Please help me in resolving it thank you!.smacdonald2008MshajiahmedelasticpathAdobe Experience Managersimaz18022468inactiveforumnotifier

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 kautuk_sahni

This look similar to this post:- Getting error when Migration user from 6.0 to 6.2 and  Could not Install Package from AEM 5.6.1 to AEM 6.3

//

The problem here was that your package has all users (at folder level - alphabets, numbers, etc), so what happens is it will replace the existing the folder structure which will remove the existing users including admin and anonymous which are now created with random id.

We resolved this issue by creating user package with individual filters (each user and group path). You can make use of ACS AEM Commons tool - https://adobe-consulting-services.github.io/acs-aem-commons/features/authorizable-packager .html for the same.

OR

I removed the error causing node and installed the package and it will installed now properly.

~kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
October 26, 2017

This look similar to this post:- Getting error when Migration user from 6.0 to 6.2 and  Could not Install Package from AEM 5.6.1 to AEM 6.3

//

The problem here was that your package has all users (at folder level - alphabets, numbers, etc), so what happens is it will replace the existing the folder structure which will remove the existing users including admin and anonymous which are now created with random id.

We resolved this issue by creating user package with individual filters (each user and group path). You can make use of ACS AEM Commons tool - https://adobe-consulting-services.github.io/acs-aem-commons/features/authorizable-packager .html for the same.

OR

I removed the error causing node and installed the package and it will installed now properly.

~kautuk

Kautuk Sahni