When injecting ResourceResolverFactory into my custom OSGi service I'm gettting a the following exceptions thrown:*Cannot create component instance due to failure to bind reference repository*ERROR (org.osgi.framework.ServiceException: Service factory exception: org/apache/sling/api/resource/Resourc...
Trying to run TarMK compaction on AEM v6.2.Here is the command I'm giving it:java -Dtar.memoryMapped=true -Dupdate.limit=5000000 -Dcompress-interval=20000000 -Dcompaction-progress-log=1500000 -Dlogback.configurationFile=logback.xml -Xmx12g -jar oak-run-1.4.5.jar compact /opt2/crx/author/crx-quicksta...
Hi,I am currently looking at the new spam control filters available in FP6 (https://docs.adobe.com/docs/en/aem/6-1/administer/communities/users/limits.html). To be able to successfully implement this though, some users will need elevated privileges to be able to access the /communities/members page ...
Hi, I need to clone my present authoring and publish instances and then re deploy them on a new server.I have not done this before.What method should I use and what pitfalls should I avoid. RegardsClive Stewart
Hi guys,I am trying to figure out if there is any "sorting" logic for queries that have no "order by" clause. Take for instance the following query:select [jcr:path], [jcr:score], * from [dam:Asset] as a where contains(*, 'geometrixx') and isdescendantnode(a, '/content/dam')How do results get put to...
I am trying to export a component created in crx/de under apps/myProject/components/testComponent to eclipse workspace under src/main/content/jcr_root/apps/myProject/components//testComponent. using below command.vlt export http://localhost:4502/crx apps/myProject/components/testComponent /apps/my...
Hi All,We are upgrading our CQ instance from 5.5 to AEM 6.2. We are basically using the below com.day.cq.collab : cq-collab-commons : 5.5.2 dependency in CQ 5.5. Since the collab API is deprecated in higher versions (https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/collab/commons/CollabUse...
One of the page of our site is not editable, on checking its properties we found out that the has a property "jcr:isCheckedOut" marked as false and that's why we were not able to edit that page.I could just find that it is related to versioning. But could not figure out, how it happened and to chang...
Hi All,I have configured my resource resolver as below, Which is working fine, but after deploying the same into 6.2, the urls are not getting truncated in the links (hrefs), It is giving complete path of page like /content/site1/en/home.html, so please help me in this regard, how to fix this.Here i...
We planned to use this document https://docs.adobe.com/docs/en/aem/6-2/administer/security/security/sync.html to configure user sync on two 6.2 publish instances. It seems though that user profiles would have to be located under /home in order to be synchronized. Our requirement is to synchronize p...