Repository issues during AEM 6.4 In-place upgrade | Community
Skip to main content
Level 2
April 9, 2021
Solved

Repository issues during AEM 6.4 In-place upgrade

  • April 9, 2021
  • 1 reply
  • 680 views

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

 

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 joerghoh

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.

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 10, 2021

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.