AEM Install Issue | Community
Skip to main content
mkumar
August 19, 2019
Solved

AEM Install Issue

  • August 19, 2019
  • 3 replies
  • 2630 views

Hello Community,

I wanted to move my aem instance repository from one machine to another. I have copied my crx-quickstart folder from old machine and tried restarting it in new machine . Unable to access any console and facing below upgrade issue which i did not intend to.

I am not trying to upgrade this instance. Facing this issue while starting the instance with crx-quickstart folder from old instance as to skip the project content, configuration which is more time consuming.

I am using AEM 6.4

stdout.log have below lines

Quickstart startup at Mon Aug 19 22:39:40 IST 2019

UpgradeUtil.handleInstallAndUpgrade has mode UPGRADE

How would i skip this Upgrade while stating the AEM ?

Thanks,

Vinay

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 vish.dhaliwal

As mentioned by Cal, provide the complete steps you follow for moving the crx-quickstart.

You can append the java argument “-Dorg.apache.sling.launchpad.startupmode=restart” to CQ_JVM_OPTS in the crx-quickstart/bin/start script which will force instance to startup in RESTART mode.

Regards,

Vishu

3 replies

Adobe Employee
August 19, 2019

You cannot move the crx-quickstart folder from one instance to another. Try using the online/Offline backup and then move the snapshot/backup to the new instance. More details at [1]

[1] Backup and Restore

cal-netsolution
August 20, 2019

Hi,

As per your query I understand, you are moving the crx-quickstart folder, quickstart- jar and license properties to a new machine.

And trying to start AEM, so the same instance for example author you have in your old machine, it should start as is in your new machine.

When I tried from my end, I copied the crx-quickstart folder, quickstart- jar and license properties from my old machine to new machine, the author instance I had in my old machine is working normally in new machine. UpgradeUtil.handleInstallAndUpgrade has mode RESTART in stdout.log.

Can you elaborate the steps you are performing?

Best,

Cal   

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
August 20, 2019

As mentioned by Cal, provide the complete steps you follow for moving the crx-quickstart.

You can append the java argument “-Dorg.apache.sling.launchpad.startupmode=restart” to CQ_JVM_OPTS in the crx-quickstart/bin/start script which will force instance to startup in RESTART mode.

Regards,

Vishu