Hi All,As part of cleaning up the repository we tried to do the offline compaction, Please find below the steps we followed :To see the full effect of the online compaction later, just remove the checkpoints and don't actually run the offline compaction.Stop AEM instancerun the oak-run.jar to find...
I know there is a way to cache pages in dispatcher even with query params in URL thru ignoreUrlParams section in dispatcher.any file.My question is: Let's say I have two URLs www.abc.com/en/product.html?q=1 and www.abc.com/en/product.html?q=2. I know it's not recommended to cache pages in dispatcher...
Hi I have installed the AEM Developer tools for eclipse luna and I have followed the adobe tutorial here https://docs.adobe.com/content/docs/en/dev-tools/aem-eclipse.pdf. the installation have had success but when I create a new project AEM from eclipse with the wizard I don't have the possibility t...
Hi All,In OOTB 5.6.1 instance,in the below location we have \author\crx-quickstart\repository\workspaces-crx.defaultThe documentation "http://docs.adobe.com/docs/en/crx/2-3/administering/persistence_managers.html" mentions"As an implemention of the JCR standard, CRX includes support for multiple wor...
I am getting 500 Internal server error when I am not logged in to cq5. I don't even see http://localhost:4502/welcome or http://localhost:4502 page.Only way I can login is through http://localhost:4502/crx/de/ this url works when I login as admin I can see all the pages or browse to other cq5 urls...
We need to find all user profiles who have access to a folder to send notification to them when any asset is uploaded in that folder.What's the best and most efficient way of achieveing this?Currently we get all users and then loop through them to filter users with access. Is there an alternate way ...
Even after deleting the cache from /var/clientlibs. If I check under /var/clientlibs the clientLib.js is blank, but it is taking old js files.Even tried after restarting the bundles JSP Support and JSP Tag Lib and HTMLLibraryManager.Even restarting the CQ instance does not help. Any suggestions.
HI all,Can you help on something that should be simple but is proving not to be? I am attempting to post a simple feedback form on an instance of CQ5.6.1 using javax.mail MimeMessage. It works when passing no custom form input - that is, it will generate the email and send it. However, when any form...