Expand my Community achievements bar.

SOLVED

I am getting error when I installing Aem through the command prompt

Avatar

Level 1

First I get the doubt about desired admin password after giving the password it is showing some other errors. Could you please through it.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Tarun_Kumar_ReddyGo , What you have are only warnings, and shouldn't block installation. Are you sure the installation didn't proceed? First time installations take quite some time.

You would ideally see a /crx-quickstart folder created parallel to your jar.

Did you press Ctrl-C by any chance?

 

I would also suggest you to follow the below articles and make sure you have the pre-requisites setup properly for local installations.

AEM 6.5.x - https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/set-up-a-...

AEM SDK - https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-...

 

Regards,

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @Tarun_Kumar_ReddyGo , What you have are only warnings, and shouldn't block installation. Are you sure the installation didn't proceed? First time installations take quite some time.

You would ideally see a /crx-quickstart folder created parallel to your jar.

Did you press Ctrl-C by any chance?

 

I would also suggest you to follow the below articles and make sure you have the pre-requisites setup properly for local installations.

AEM 6.5.x - https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/set-up-a-...

AEM SDK - https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-...

 

Regards,

Avatar

Community Advisor

@Tarun_Kumar_ReddyGo  - I can just see the warnings but not the errors. Also could you please check if crx-quickstart exists in same directory and try re-run the Jar to launch AEM in 4502.

Avatar

Community Advisor

Hi @Tarun_Kumar_ReddyGo ,

You may pass -gui as argument to get visualisation of starting of AEM something like below

MukeshYadav__0-1732717074138.png

 

java -jar aem-author-p4502.jar -gui

 

Thanks