Adobe Experience Manager, Version 5.6.1.20130606. We are invoking CQ Garbage Collection with delete=true to reduce the size of crx-quickstart/repository, however GC hangs and has no impact on the disk usage. We have tried invoking GC from the CQ JMX UI and from a curl command line:curl -v -u admin:...
For Example:aem.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'dispatcher.any' for configurationauthor.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'author_dispatcher.any' for configurationI have tried this in various combinations as fol...
Hi All,In my OOTB AEM 5.6.1 instance, I want to have few stale workflows.I am not getting how to do this. Any detailed thoughts/pointers/ideas here would be really helpful.Few people had given good feedback[it was at a very high level] on one of the discussion that I had raised here,but unfortunatel...
Hi,I want to fetch DAM asset from JCR and obtain inputstream for a node or for an asset so that I can read that asset. I have implemented below code.querybuilder = resource.getResourceResolver().adaptTo(QueryBuilder.class);Query query = querybuilder.createQuery(PredicateGroup.create(map), session);S...
[img]c.png[/img]Hi,Can anyone help me? Is it possible to customise the quickstart name as seen in the image above?Because i have different instances running at the same time, apart form distinguishing between the author and publish by the port number, i would also love to see what project instance i...
When a tag is deleted on the author instance, it automatically gets removed from the publish instances. I wanted to know if this was the normal behaviour? I haven't found documentation on this.Thanks.
Hi,I have written sling servlet to fetch DAM Asset from JCR Repository. Then retrieved InputStream from Rendition of an Asset, so that I can read an asset and write it to servlet response. I have attached servlet code. Code is working fine. When I hit URL http://localhost:4502/bin/testServlet?catego...
Hi,Where the Journal log are stored in cq5 server and is it implicitly configure or it has to be configure explicitly as asynchronous observation ?Please provide sample to configure the journal observation in JCR. Thanks in advance