Hi,I'm Prashant Bhargava. I've recently got started with Adobe AEM 6.3.I'm trying to run AEM server on Amazon EC2 instance using the following command:java -XX:MaxPermSize=512mm -Xmx1604M -jar AEM_6.3_Quickstart.jarOn trying to open the link I get following error:Internal Server ErrorCannot serve re...
HelloAt the moment the 'Add Rendition' file upload only works for 1 rendition at a time, my client asked me if it is possible to make it work for multiple renditions at a time.I found the corresponding node under '/libs/dam/gui/content/assetdetails/jcr:content/actions/fileupload' and set the the mul...
Hi,I am using AEM 6.1 and took the aem archetype project from the official website of AEM which is maven-archetype-master . When i am trying to build the project with mvn-clean-install it is throwing the below error[ERROR] Plugin org.apache.maven.plugins:maven-source-plugin:3.0.1 or one of itsdepen...
Hi, I am referring to the article "Creating your First Adobe Experience Manager 6.3 website" at the following web site.Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website I see some posts in its video site Creating your First Adobe Experience Manager 6.3 website ...
Hi,I tried AEM Google Maps API Integration descried in the below UR:Adobe Experience Manager Help | Integrating custom Adobe Experience Manager Component with third-party libraries When I created a page and opened it, the following is what I see.I read that this code was tested on Adobe CQ 5.5, Adob...
Hello,My organization is currently upgrading our AEM environment from 6.1 to 6.2. We completed our stage setup and are experiencing zero issues. The URLs are working without any issues. However, when we move the same dispatcher code to PROD when we try testing the production URLs by spoofing our ...
I'm having trouble getting a sling model to work in 6.3. I'm getting the following error in the logs:Cannot find a file corresponding to class className in the repository.I think I have the correct configuration in my POM: <plugin> <groupId>org.apache.felix</groupId> ...
Hi Team,I have to set a system user (serviceuser) for my project so I tried to create osgi config node for org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl with the name org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-myprojectI have added the below properties -s...
Hi,I want to write Test Cases for Servlet & Services written using OSGi R6 specification (i.e. Official OSGi Declarative Services Annotations in AEM - Adobe Experience Manager | AEM/CQ | Apache Sling ) in AEM 6.3.But, facing issues to write Test Cases. Could anyone tell which Test case package i can...
Hi All,We are upgrading from AEM 6.2 to AEM 6.3. In one of our jsp we are trying to get tags using Tag Manager but in publish instance tag manger is not able to find tags as etc is hidden for anonymous user.We are getting Tag Manager by adapting resourceResolver (implicit object).TagManager tagManag...