Hi,We would like to run a clustered AEM 6.1 environment, which is backed by a clustered Mongo DB. We are able to do so, but only with both AEM 6.1 sharing the same Data Store. Is it possible to have each instance of AEM 6.1 use it's own data store? Our repository.home value for org.apache.jackrab...
Hi,As part of the personalization implementation in one of our projects, we have created few traits, similar to the trait available OOB at path: /libs/cq/personalization/components/traits/profileproperty/age. These traits are available in sidekick to be dragged while creating the segment rules for d...
Hi All,I have a doubt in overriding the page during copying page from source to destination.Suppose TShirt page exists in source and destination area. My TShirt page structure in crxde as followsTShirtTShirt —> jcr:content TShirt —> jcr:content —> headerTShirt —> jcr:content —> parTShirt —> jcr:...
Hi All, The below exception is repeatedly occurring in our AEM instance, Please let us why this exception is occuring and how to resolve this issue01.10.2015 04:41:38.204 *ERROR* [Thread-45] com.day.cq.wcm.msm.impl.RolloutManagerImpl Exception during process of event {}java.lang.NullPointerExc...
Hi All, The below exception is repeatedly occurring in our AEM instance, Please let us why this exception is occuring and how to resolve this issue01.10.2015 07:15:44.692 *ERROR* [JobHandler: /etc/workflow/instances/2015-10-01/model_446699832952:/content/dam/xyz/logos/thoughts/394de802-d6fe-11...
Hi all,I have four images 'abc-820x462-en.jpg', 'abc-590x394-en.jpg', 'abc-820x462-fr.jpg' and 'abc-590x394-fr.jpg' of different dimensions which are to be displayed as per the dimensions selected and also as per the language of the page.We are able to select the image as per the dimension : <img s...
We have run into what seems an odd situation with our CQ 5.5 installation. I create a page thru siteadmin and the value of jcr:content/jcr:primaryType is cq:PageContent as expected. If I then select the page, open the properties dialog, and save the page the jcr:primaryType is being changed to nt:un...
I'm having some challenges around clientlibs and personalization. It seems like one of the real strong benefits of the clientlib concept is the ability to put a cq:includeClientLib tag on a component, and let AEM manage only including it on the page once. However, this breaks down when using the per...
I am trying to implement login functionality in our website.I have written java code for custom login functionality by overlaying OOTB login component.when I log in using the component the authentication succeeds...it shows in logs that it was able to log in with the user creds provided.However the ...