Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Repository issues during AEM 6.4 In-place upgrade

Avatar

Level 2

Hi,

 

We're currently trying to do an in-place upgrade from AEM 6.2 to 6.4 on our Dev environment. There is an issue that we are facing during the repository migration using the Crx2Oak command. Please find below the command used for migration and the error thrown. Please help me in resolving this issue.

 

java -Xmx4096m -jar aem-quickstart.jar -v -x crx2oak -xargs -- --load-profile segment-no-ds

 

MicrosoftTeams-image (1).png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You are hitting the limit of the number of files a process can open. 

 

In case you are working on Linux: use "ulimit -n" in the same shell to display the number of files you are allowed to open. Please consult the documentation of your linux distribution how to increase it permanently.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

You are hitting the limit of the number of files a process can open. 

 

In case you are working on Linux: use "ulimit -n" in the same shell to display the number of files you are allowed to open. Please consult the documentation of your linux distribution how to increase it permanently.