I have been trying to setup dispatcher in my local using docker, I have built the docker image and it is running in the container but it is not working, I could see an error that says "Failed to Start The Apache Http Server" and this is why my localhost is not working on 8080.
Hi All, We have generated service credentials as mentioned in https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/authentication/service-credentials.html?lang=en# However, we are trying to integrate AEM with Pega. While integrating, it is expecting us ...
Hi, I'm trying to build an old AEM project on my PC and I have this error after "mvn clean install" command $ mvn clean install -q[ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:4.1.0 or o...
Hi All, I have by mistake deleted abcxyz@techacct.adobe.com (tech account) in our Dev environment (AEMaaCS instance). It is not getting synced again. How to fix this issue? Can anyone help here please? Thanks, Lavanya
Hi All,In my aem service impl, when I am adapting my resource to ContentFragment Object it returns null CF object.Although my resource is not null and I can see my resource path as well. Thanks!
We have an requirement where few users shouldn't have access to Tools option from the navigation window, can anyone please tell me at which location of the file we can give the necessary permission?
scenario:I have 2 AEM environments: pre-prod and prod pre-prod = environment which contains all the latest code/configuration changes (this includes feature requests and bug fixes BUT not the latest content). prod = currently running environment that's available to the public. (Not so latest cod...
I am trying to implement maxmind's geoip2 and I am at the step where I need to initialize the DatabaseReader, my database file is currently stored at ui.content/src/main/content/jcr_root/conf/<my-app>/geoip/GeoLite2-City.mmdb and I am trying to access it like this: public Location getLocation(In...
Hi, I am having trouble with redirecting visitors to an error page that is located within the dispatcher itself. The use case for this would be to send visitors to a very general error page when AEM is entirely down/maintenance is in progress. I have read elsewhere in other posts that the best wa...
I have a custom component I have created which has a parsys on it. My component is an extension of the core image component: <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/...