Hi All,I have a js file[which has logic to render some banner like content on page] which is placed under etc/clientlibs[but not mentioned in js.txt, to avoid conflicts with other custom files]. Here in this file am referring some images from /etc/clientlibs/images folder. While its in AEM, the ima...
Hello, we are getting org.apache.jackrabbit.core.data.DataStoreException: Record not found: ... exceptions when starting up AEM. But when I run datastore consistency check as given here (Datastore inconsistency record not found ) it shows no errors found?Is there any reason for this discrepancy? Or ...
HI ,I am getting an error while downloading CRXDE LITE . error is given below"Error> <Code>AllAccessDisabled</Code> <Message>All access to this object has been disabled</Message> <RequestId>0CCEA1642849895D</RequestId> <HostId> zbZnT5YhP5nWpd4L/0UdFvR8d0L3VIDzh1fcQ8NrB1H5uMr0D6Cr0/aavQmPlapVScsYCAT...
Hi All I am using AEM Developer Tool to sync the content. I created a component in CRXDE light and imported it to the eclipse using "Import from Server". Once I edit it in eclipse and try to "Export to Server" I am getting below error. . My local content structure is as below I am working wit...
Hi All,I'm trying to make one custom rest service using jersey, but when deploying bundle on AEM 6.2 getting following error:I added following dependency in pom.xml file of core project:<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> <version>1.12</version> </...
I want to make a custom property for personalization targeting. By default there are age, gender, etc. For example, I want to make a custom property for VIP user. how can I do that??
Hi all -I'm fairly new to AEM, and have run into an interesting issue. The component I'm building is going to be a financial application that our users fill out. (Think along the lines of filling out an application at a bank to open up a new account.)I've got a couple of Javascript files in the comp...
I am building a simple component in aem 6.3 and there is a parsys inside the component itself, but neither am I able to edit the component nor am I able to delete it.