Hi All, I have one author and two publisher instances for my AEM setup. On publisher 1, error.log was increasing abruptly. When I checked logs, I found a lot of logs in error.log related to segment store - *ERROR* [async-index-update-async] org.apache.jackrabbit.oak.segment.SegmentNotFoundExceptionL...
I have a page, where I wanted to add a vanity URL. After adding the vanity URL,In Author instance, When checked on <SERVER_URL>/libs/granite/dispatcher/content/vanityUrls.html - VanityUrl appears fine.In the Publish instance,When checked on <SERVER_URL>/libs/granite/dispatcher/content/vanityUrls.htm...
Hi Team, My site experiences slower page loads. SO I need to identify slow running requests. How I can get it done.I saw there are options in internet.a. Use rlog.jar with the following command $ java -jar ../opt/helpers/rlog.jar -n 10 requests.log to identify long running requests.b. Use proxy.jar ...
I have embedded a custom buttonCTA component in another component. But I am unable to apply style system to the embedded component. If I use buttonCTA stand alone I am able to select the different styles but not inside the embedded component.
I have completed setting up AEM/dispatcher and I am able to access the aem pages from dispatcher but the page is not cached. I got below error in log. cache-action for [/content/we-retail/us/en.html]: NONE. Is there any setting I should make it CREATE instead NONE [Wed Dec 20 21:55:59 2023] [D] ...
Dear Team, I am currently working on a project that involves various components, such as single article and multiple article components, each associated with specific client libraries. I am facing an issue while attempting to load the single article component multiple times on a single page. The cli...
Hi,I am trying to update the text content on language-masters/en/about-us.html.Steps I Followed:Downloaded the we.retail.ui.content-4.0.0.zip from the CRX package manager. Unzip the same on local.Updated the content fragment in jcr_root/content/we-retail/language-masters/en/about-us/.content.xml. As...
Hi Team, Did anyone see the below issue on Cloud Manager build pipeline ? how this got fixed ? Thank you in advance.Error :3:05:53,154 [Exec Stream Pumper] [ERROR] The prop value with an expression type of ChainExpression could not be resolved. Please file issue to get this fixed immediately.03:05:5...
Hello All, In my AEM application, I need to display the "X" users visited.I mean User 1 has accessed my website after the site launch. So he is 1. Once 10th user visited my site, need to display10 users visited. There are 3 publisher env. So, How can I achieve this problem?