Hi, We recently have faced few issues on a production author instance (CQ5.5) where : 1. Due to some strange reasons the "admin" user doesn't have the privileges to access the CRX repository. Though, the user is able to access the OSGI console. Paths like /, /crxde,/useradmin or in other words all c...
Hi All,We recently upgraded our server from AEM 5.6.1 to AEM 6. Everything working fine except the strange behavior we noticed with user and group."Everyone" group is added to all users after upgrade and it cannot be removed manually from users using "\useradmin" console. As everyone group has deny ...
Hi,When a Sling servlet is defined using paths, similar to:@SlingServlet(paths = "/bin/example", ...)It is accessible via localhost:4502/bin/example.When it is defined using resourceTypes, similar to: @SlingServlet(resourceTypes = "foo:example", ...)Under what URL(s) will be accessible?Also when do...
Hi, I created a new project based on the sample-project-archetype: 7 using the new AEM Eclipse plugin.I also added the maven-jspc-plugin in order to compile JSPs during the Maven build. But when running the build, the plugin errors out with:"Failed to execute goal org.apache.sling:maven-jspc-plugin:...
Hi All,Configured and connected to Scene7 as per the documentation and it is connected successfully.Facing a problem while publishing an asset to Scene7 from AEM dam. The below log iscom.day.cq.dam.scene7.impl.process.Scene7UploadProcess Dynamic Media is enabled, uploading to Scene7 is disabled!Seem...
Hi All,I have a very peculiar problem with site catalyst events. On firefox and IE browsers, load event is fired 2 times for every page and 1st request has incorrect page name ( content:xyz:page1). I have done mapping in SC Framework in CQ to map pageName property to page.title. Second request has ...
I have a scenario where we need to listeners to be registered in the same eventListener class. The listeners we are registering for two events as :1. Asset upload’s listener in DAM2. Page property changed listener for a pageadminSession.getWorkspace().getObservationManager().addEventListener(this,Ev...
I am unable to create new user in Ldap through AEM 6.0 api .I have configured All Ldap settings in AEM in Sling Cnnsole Named As:1.Apache Jackrabbit Oak LDAP Identity Provider2.Apache Jackrabbit Oak External Login Module3.Apache Jackrabbit Oak Default Sync HandlerAfter this configuration i am able...
Hi All,I need to add a custom calculated value to populate a read-only asset metadata field in DAM. Is there a handler available for me to do so?To describe further: I have added a custom metadata field for all documents and I need to display a field called ID whose value is the jcr:uuid value of on...