How to identify a user last logged in into AEM , In the given scenario AEM is connected with LDAP or IDP and the users are synced into AEMMy POVEven if the users are authenticated in LDAP or IDP crx token will be created in AEM .So can we try to get a valid crx token time as the last login time?Plea...
I created index for custom properties in author instance. it is reindexed successfully and warning message “Traversing 1000 nodes…” in error.log is also wiped off in author instance.But when i installed the same package in publish instance, reindexing is not working(i.e reindex value is set not sett...
When i tried to build maven project in eclipse , i am getting "Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Moved Permanently" error. Please help.
Hi Everyone,When i copy the content from browser and then to notepad, notepad++ to rich text, by default tool is adding font family to p tag. How to avoid adding style attribute to P tag when content is copied from browser, notepad etc...<p style = "font-family: tahoma , arial , helvetica , sans-ser...
Hi All,I am facing an issue with classic components which are used in touch UI framework that are included as <cq:include path="articleintro" resourceType="/apps/intel/commons/components/content/articleintro"/>but when i am trying to edit the component and save it sling:resourceType property is not ...
Hi All,When we are accessing our production website (abc.com) , then one image is not loading , as shown in below screenshot.We are using AEM 6.1Can anybody help me on this ?Thanks in advance.
We have made reverse replication agent disabled, however we still see the following errors in the logs-*ERROR* [pool-6-thread-20-com/day/cq/replication/job/publish_reverse(com/day/cq/replication/job/publish_reverse)] com.day.cq.replication.impl.AgentManagerImpl Job contains agent which is not starte...
ConfigManager is not saving the values. It is taking default values always, any changes in osgi values are not being reflected after saving. Sometimes it does save for few properties, Values are being saved when there is no warning icon If there is warning icon, none of the values are saved. Moving ...
Hi Everyone,I am trying to login with the j_security_check through a Servlet. The below is the code I have in my Servlet.HttpClient httpClient = new HttpClient();PostMethod postMethod = new PostMethod(“http://localhost:4502/content/tuhin/home/j_security_check”);postMethod.addParameter(“j_username”, ...