Hi All,
I'm trying to set up AEM as Cloud service in my local and I'm not able to bring it up and running.
When I open AEM page I get blank screen.
Could you please help me to resolve the issue.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Anny0505
First you need to make sure you have Java 11 running on your local machine by running the below command:
java - version
If JDK 11 is not available on your machine, then download JDK 11 based on the OS from here and install it. Post installation verify the same using the above command.
https://www.azul.com/downloads/?version=java-11-lts&package=jdk
Now Log in to https://experience.adobe.com/#/downloads with your Adobe ID (your Adobe Organization must be provisioned for AEM as a Cloud Service to download the AEM as a Cloud Service SDK)
Navigate to the AEM as a Cloud Service tab, sort by Published date and download the SDK.
Extract the Quickstart Jar from the AEM SDK zip and rename it to aem-author-p4502.jar
Start the local AEM Author Service by executing the following from the command line:
java -jar aem-author-p4502.jar
Note: You cannot start the AEM as Cloud Service Quickstart Jar by double-clicking.
If everything goes well you should be able to see AEM author running on 4502!
More details here: https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-env...
Thanks!
Hi,
Could you please follow steps mentioned here-https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime.html?lang=en
Still if u are getting error pls share the logs
Please install compatible jdk
Hi @Anny0505
First you need to make sure you have Java 11 running on your local machine by running the below command:
java - version
If JDK 11 is not available on your machine, then download JDK 11 based on the OS from here and install it. Post installation verify the same using the above command.
https://www.azul.com/downloads/?version=java-11-lts&package=jdk
Now Log in to https://experience.adobe.com/#/downloads with your Adobe ID (your Adobe Organization must be provisioned for AEM as a Cloud Service to download the AEM as a Cloud Service SDK)
Navigate to the AEM as a Cloud Service tab, sort by Published date and download the SDK.
Extract the Quickstart Jar from the AEM SDK zip and rename it to aem-author-p4502.jar
Start the local AEM Author Service by executing the following from the command line:
java -jar aem-author-p4502.jar
Note: You cannot start the AEM as Cloud Service Quickstart Jar by double-clicking.
If everything goes well you should be able to see AEM author running on 4502!
More details here: https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-env...
Thanks!
Hi,
What's the AEM SDK version you are using? Also, Java version plays a big role here.
Download the latest AEM sdk along with Java 11 to start the AEM local runtime.
For all the setup requirements, Review [1]
Views
Likes
Replies