Hi, I am trying to set up dispatcher in my local MacBook pro - silicon chipFollwing this doc : https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/dispatcher-tools.html Ran below commands:1> ./bin/validate.sh ./src ERROR: immutable fi...
Hi everyone,I'm new to AEM, I'm trying to follow this guide https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.html#getting-started-with-redirect-managerto be able to use the Redirect Manager. I inserted the file as below: However, when I go to the link dis...
I am trying to delete the references of a component from pages where the component is being used using a Servlet. I have registered the servlet to a path. But when I hit the path I am getting a 405. In Error logs I am getting, "writeuser is not a known JCR system user id and therefore not allowed in...
Hi All,I am working on AEM 6.4 and our application running on 1 Author and 3 Publishers(P1.P2,P3) node.In last couple of months we have experienced that one of our Publisher server starts flapping or becomes quite slow sometimes (due to lack of disk space/network issue for various reasons) but was n...
One of the great benefits of using the AEM archetypes is that they're already setup at the component level to update the adobeDataLayer, but that doesn't seem to be the case when going through the WKND SPA example. Does anyone know if there is a convenient way to modify the setup to automatically p...
Hi I have a component where I need to get tags and render their localized titles. I have localized titles for tags and I would like to access those localized value, but not sure how to any suggestions please?HTL<ul><li data-sly-repeat.tag="${relatedTags.iterator}">${tag.title}// get localized title<...
Hello all,We are in the phase of migrating from AEM managed service to AEM cloud service, we want to deploy third-party jar. When we are in AEM managed services we have created an OSGI bundle from this jar but in AEM as a cloud, we can not upload and install this OSGI bundle using package manager be...
Hi all,I set up a local AEM dispatcher with in Docker on the windows 10. The dispatcher was working. Recently, I set up the dispatcher on the windows 11. I am not able to start apache. Does anyone know how can I fix it? error_log under the var/log/httpd/[Mon Mar 28 10:03:13.612600 2022] [suexec:...