Hi @mrudul - What are the values that you are trying to read from the environment variables? Do they vary per AEM's environment like DEV, QA, Stage and Prod? If yes, any reason why runmodes don't fit into your requirement? Thanks,Fani
Hi @webdev91 - Your resource mapping configurations might be removing the /content from your src path.It looks like you have been testing this on language-masters copy of the page and for this to work you also need rules to support pointing /language-masters to its respective /content/~/language-mas...
Hi @Pseuplex - Looks like you have a transient workflow running that is throwing an exception during an email send, and they don't leave a footprint to purge the running workflow instances.You can proceed by looking for the transient workflows available in your instance, start them one by one and ve...
Hi @SyamKowshik - This is a known issue due to the presence of a repoinit config file in the project deployed, resulting in a repository initialization error causing HTTP 503 on AEMs. To fix this, either remove the Repoinit file from the configs if not using or replace it with a org.apache.sling.jcr...
Hi @webdev91 - For determining the content structure, it is recommended to also factor in the end site urls. So to better assist you, please share the expected urls for India and US sites? Else, to simply start with you can use something like below and map/modify it against other factors like End si...
Hi @P_V_Nair - You can use the bnd maven plugin too, but the instruction you may want to use is -includeresource. More detailed steps on using this plugin for embedding third-party jar is at the link https://myaemlearnings.blogspot.com/2021/12/embed-third-party-dependency-using-bnd.html
Hi @P_V_Nair - The google could storage jar that you are using is a third-party jar and is not available in the OSGI. By adding an entry in the pom file, you are only making sure that the jar is available during local development and compile-time; but for the same to work in the context of OSGI, the...
Hi @srinivas_chann1 - Is the /xxx-info/ a page or a Servlet? If a page, the error might be from the page rendering code or anything at page level. I would also look at how the error handling is implemented in your application, the ArrayIndexOutOfBounds Exception seems to be occurring when the applic...
Hi @baoyu_li - There is no specific mention of AEMaaCS not supporting Encapsulate token.There is also a reference of the Adobe Granite Token Authentication Handler configuration in one of the AEMaaCS documentation pages with "Enable Encapsulation token Support" flag. So, I believe it is pretty much ...