Hi,"data-sly-call: expression evaluates to null." is something that I see in error stack trace. 1] Looks there there is some issue in statements where this is used, where the custom client lib related things are getting called. You might want to cross-verify this once.2] This to me looks like a cust...
Hi,Attaching link to similar discussion on forum.http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__ollk-hi_guys_whichpr.html
Hi,I could think of the below :Have a service user to read the file, which will be probably be placed at a specific DAM location. Sharing few snippets, which might help you.Node assetNode = session.getNode(damPath);Use ResourceResolver, adapt it to an Asset and further do the below :BufferedReader b...
Hi All,Have seen robots.txt in AEM codebase which has entries like User-agent: *Disallow: /Can someone let me know what exactly is the use of this file and what do these above properties in it signify.Any thoughts on this will be helpful.
Hi All,Also, we notice some entries like below :1]IppBadImageAnchorException2] %20exceptionStack='{%10%20%20%20%20Image%20Anchor%20is%20Invalid:%20Original%20name:%20./content/dam/assets/images/media.jpg%20Resolved%20name:%20/crx/author/crx-quickstart/launchpad/felix/bundle396/data/image-server/imag...
Hi All,We are using Adobe Experience Manager, Version 6.2.0.SP1. Our environment is configured with Dynamic Media to work properly. All of a sudden, for the past few days it is not working and we are seeing the below errors :Note : At places where there were custom names/entries they have been repla...
Hi All,I have seen in multiple instances wherein serialVersionUID is assigned some random Long value in custom servlet. I am not sure as to why exactly is this used. Don't see this variable getting used anywhere.Can someone please let me know as to what purpose does it serve.