Dispatcher is unable to cache the pages on my DR server however similar configuration working on my local. try to create new cachefile: /var/www/Pub-cache/personal-banking/products/accounts/individual-savings-account.html[Tue May 03 16:42:52 2016] [D] [18412(140522128189408)] cache-action for [/pers...
Hi,The existing API on 1_relativedaterange for querybuilder is working fine if the associated properties is of the type Date.I have a requirement to filter the nodes search based a field called end date which is of the data type String. Is there any method to cast a string to date and could it be us...
HiIs there any best practices or guidelines for the Error Handling mechanism in a page level errors and the content level errors?Example:1) To handle 301,404, error pages.2) If any specific content level errors on the pages, can we handle it via I18N.? if the site is having bunch of error messages h...
I want to use two <sly data-sly-use> calls based on different conditions. Option 1 : Does not work. <sly data-sly-test="${testCondition}"> <sly data-sly-use.javaClass="com.package.java"> </sly> <sly data-sly-test="${testCondition1}"> <sly data-sly-use.javaClass1="com.package.java1"> </...
We are facing weird issue with AEM. server date is showing in the PDT and also, we are using the -Duser.timezone in the timezone to set the timezone as PST but still in the siteadmin#, seeing some different timezone. Please advice, logs are fine, it is showing correct timezone only.bash-4.2$ dateMon...
Regarding error log attached, our AEM services had stopped working and had to be restarted.We uploaded about 2000 xml files with about 5000 jpgs, only couple mb in size for the jpgs.Only workflows that were running was DAM Update Asset. Suspect a memory leak some how from the error log.Anyone shed s...
Hi All,If there is a website built on top of CQ, how does google crawl and index pages.Any thoughts/pointers/reference articles on this will be helpful.
Hello allI'm curious whether there is an easy way to publish settings from the configuration (/system/console/configMgr) to the publish instance. Right now, I manually go into the setting I want to change and do it for author and then do it for publisher.