I have a development sandbox for a client where they have added a lot of images and projects then deleted them. There is some process that keeps running an inefficient query against assets that are no longer in the dam. The warning about the query is:17.11.2015 09:30:10.133 *WARN* [pool-6-thread-2] ...
When i firstly access to any css file on my dispatcher `Content-Type` of request is `"text/hml"`.After re access to this file request have correct `Content-Type` `"text/css"`How to fix this problem, because akamai chashes first request with wrong content type?
Hi,Is there any way to check NodeIterator hasNext() condition in sightly.For instance:Resource resource = resolver.getResource("/etc/xyz"); Node node = resource .adaptTo(Node.class); NodeIterator iterator = node .getNodes(); while (iterator.hasNext()) { Node child = iterator.nextNode(); }Here I am g...
I am using AEM 6.1. I tried the sample code from the below link,https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.htmlI have got the Repository Object and Session Object (ie., have successfully connected to the repository). But then, I get the below excepti...
Hi,in my website every request sets and/or uses a JSESSIONID cookie. Now this indicates to the caching server that a request should be handled by the publisher instance, skipping the cache.I'm pretty sure I don't need any sessions (yet). However, I cannot seem to get rid of it.Do you have any idea, ...
I followed this documentation https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/watermarking.html to achieve text watermark on the images, but it didnt yield the desired result.Following exception occured in the error log 17.11.2015 13:23:15.802 *ERROR* [JobHandler: /etc/workflow/ins...
Hi,i need to insert inside a dialog an icon picker.Which is the start point to do this task?I have an implementation via bootstrap but i don't know how insert my code into a dialog.Anyone can help me?Thanks
Hi, In CQ5 we develop custom components (like multifield having text and pathfield widgets. etc..) using ExtJS. could you please explain me how to develop such components in AEM6 and above 6 as these versions use GraniteUI .Thanks in advance,Best Regards,Vijaya Immadisetty.
Hi,We have a requirement where we want to inherit the existing design from one template to another. For example I have a Template A for which I created a design and associated that page with this design (by going into Page properties and setting the design). Now I create a new page Template say Temp...
Hi All,In order to obtain a session,final SlingRepository repos = sling.getService(SlingRepository.class); and session = repos.loginAdministrative(null); is used in the article https://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html . But I read somewhere that loginAdmin...