Hi @imalakaamir ,Please remove hyphen from aem-instances folder and run the command again.else Please go through the below bloghttps://bimmisoi.blogspot.com/2021/05/local-dispatcher-setup-aem-as-cloud-on.html Hope it helpsThanks
Hi @manikanthar1295 Just declare as String[] rather than String in your java class(Object Class definition). @AttributeDefinition(name = "Custom Config", description = "Custom Config description")String[] getCustomConfig(); Hope this helps!Thanks
@tommyc11112341 , enable replication batch mode on the author and replication tier to stagger performance impact using the threshold level defined as it would be the best approach in current scenerio. Thanks
Hi @vmadala , Please check the below urlhttps://experienceleague.adobe.com/docs/experience-manager-learn/dispatcher-tutorial/chapter-3.html%3Flang%3Den Hope this helps!Thanks
@ShagunMalik , Resource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content/");remove the slash from the endResource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content"); if still the issue persists add loggers or run your class in debug mode to get the exact l...
@SagarVerliani , Please check the below link , this might help. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-import-dom4j-dependency-for-osgi-bundle/qaq-p/165217 Thanks
@troubleshooter3 , I think you should try and send language copy created from language-masters/en for translation rather than United States /english. And then it will come back as language copy rather than live copy. Hope this helps
@keshav_goud ,Please check the below link, this might helpSolved: Multiple SAML Configurations on Same AEM 6.1 Insta... - Adobe Experience League Community - 252375 Thanks
@TB3dock , Have you done the set up using below linkSet up Dispatcher Tools for AEM as a Cloud Service Development | Adobe Experience ManagerAs I tried creating a project using archtype and did the same on windows machine and its working fine. Thanks