Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

AEM 6.4 Fatal Errror

Avatar

Level 1

Hi Team, i'm unable to install AEM 6.4 using jar file .it is throwing fatal error class not found.

 

I'm having jdk 1.8.0_281 and jre 1.8.0_281.

AEM jar file details 

location C:\Users\AMMI\OneDrive\Desktop\AEM Training\AEM Softwares\AEM 6.4.

Error 

shaikzaheerahmed_0-1633917267472.png

i have set environment variables but i couldn't install aem 6.4

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @shaikzaheerahmed ,

              Please check the jdk path that you have added in the system environment variables and remove the previous jdk path if anything other than jdk 8.

Goto the command promt and check Java -version  

Regards,

Sanjay

 

2 Replies

Avatar

Community Advisor

Hi @shaikzaheerahmed 

 

Please check the JDK version which is in effect in your system by running the below command on command line.

 

java -version

 

It should give 1.8.0_XXX where XXX can be the version.

 

Name the file as aem-author-p4502.jar. It can be cq-author-p4502.jar as well. 

 

Navigate to the location where the jar file is present. Remove "crx-quickstart" folder and run the below command:

 

java -jar aem-author-p4502.jar

 

Check the error.log while the program installs to see if anything is failing.

 

You should be able to install AEM using jar file extract appraoch as mentioned above.

 

Thanks!

Avatar

Correct answer by
Community Advisor

Hi @shaikzaheerahmed ,

              Please check the jdk path that you have added in the system environment variables and remove the previous jdk path if anything other than jdk 8.

Goto the command promt and check Java -version  

Regards,

Sanjay