unable to set up AEMasCloud in my local computer
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.
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.
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!
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.