Hi Guys,I was trying to access a specific resource from my Servlet. Before that I created a system user, then added permission to that user to a specific node. But I think I did a mistake while configuring the user in system console User Mapper Service due to which I am unable to retrieve instance o...
Hi,WE are upgrading to AEM 6.4. I am trying to install custom package from package manager. When I am trying to do test install i m getting below error although install of package is successful.These are custom components.How do I remove these errors?reverting approx 1025 nodes... (dry run) E /apps...
Hi,I am trying to integrate OAuth handler for Facebook. Being a novice, I went through this document too: Social Login with Facebook and Twitter However, on the publish instance, I am unable to activate the handler and whenever I check it through 'j_security_check' URL using the config ID of the Fac...
As per document Asset Selector , http://localhost:4502/aem/assetpicker.html?dialog=true Use these parameters to open the asset selector as Granite Dialog. This option is only applicable when you launch the asset selector through Granite Path Field, and configure it as pickerSrc URL.I tried the fo...
I have a java service class (say CookieServlet.class) and from this class I want to record a specific information (say the cookie set time) in a log file every time this class is invoked.Creating a custom log file and having a log level of debug or info would display all the logs of this class where...
I always get the below error while I try to run the author instance jar:I have all the dependencies (JAVA_HOME, PATH etc) set on environment variables, but still facing the issue.Adobe AEM version -> 6.2Please help me on this. Let me know if you need more details.
Hi,I need to be able to have both a mobile and desktop version of each image within the image component. I need to give option to select (drag and drop) two different image for desktop and mobile in image component.Can I add two drop section in Image component one for desktop image and one for mobil...
I want to disable any URL with query strings but allow those that don't. The "Note:" section of Configuring Dispatcher says the following should work: /0001 { /type "deny" /method "*" /url "/mysite/content/test/*" } /0002 { /type "allow" /method "GET" /url "/mysite/content/test/*" } /0003 { /type "...
Hi All,I'm working in an 6.1 to 6.4 in-pace upgrade activity. As part of this, while I'm fixing the issues raised by pattern detector I found the below issue and I'm unable to fix this. Can any one help me to fix this? Appreciate your help Regards,Vijay Selvaraj
Hi all,I have to disable the Edit option for few pages. i gone though the Useradmin page with the admin login and unchecked the "Modify", "ReadACL", "EditACL" access. even though i can till see the edit options appear, but when i gone through the page as a author. i am unable to edit the content of ...