Hi Team, How can I create this log file in AEM 6.2Create a new Apache Sling Logging Logger for the org.apache.jackrabbit.oak.plugins.segment package. Set log level to “Debug” and point its log output to a separate logfile, like /logs/tarmk-coldstandby.log. Any guidance on this.ThanksUma
Hi Guys,Which project structure is the recommended one for new AEM projects:https://github.com/Adobe-Marketing-Cloud/aem-project-archetypeorhttps://github.com/Adobe-Consulting-Services/lazybones-aem-templatesIs there any recommendation about this?Thanks
Hello,I'm getting the following errors in author instance:error.log:10.10.2016 05:03:38.868 ERROR [10.43.32.118 [1476090145519] POST /content/phonegap/my-app/main/jcr:content/pge-app/app-config.newupdate.json HTTP/1.1] com.day.cq.search.impl.builder.QueryBuilderImpl Unable to get PredicateEvaluator ...
Hello,I would like to discuss Adaptable.adaptTo(). This method has annotation CheckForNull.For example I have some part of code:Session session = resourceResolver.adaptTo(Session.class); Node node = session.getNode("somepath");Sonar will have blocker issue - NullPointerException might be thrown as '...
I have a particular footer component, written in sightly but the background color is hard coded, which i want to make it dynamic. I want to provide the color in the dialog, then value should hold in footer.js file, and write the sightly code to get image value dynamically in my footer.html file
Hi everyone,I am currently working with AEM 6.1 SP2. What I want to achieve is the substitution/extension of the system PageEventAuditListener.For that reason I write my own PageEventAuditHandler. It should listen just for PageEvents. However I do not know how to connect my service to the current Au...
Hi everybody.My today’s issue is regarding an architectural decision that our team had to make having two option in front (maybe you guys see more…so please advice).To start from the beginning, we had develop an AEM project (with Java backend and Angular frontend) and deployed it in one Author insta...
Hi All,I need to add parsys in html as many times as my loop runs. Below is my code that is not working.Parsys is a list with values par1, par2, par3 and so on.<sly data-sly-list.parsys="${accordian.accordianParsys}" data-sly-unwrap> ${parsys} <div data-sly-resource="${@path='${parsys}...
Created a Lucene index under : \jcr_root\_oak_index\.content.xml<indexPage jcr:primaryType="oak:QueryIndexDefinition" includePropertyTypes ="[jcr:title,jcr:description]" type="lucene" async="async"/>When package gets deployed ,I see a Warning message org.apache.jackrabbit.oak.plugins.index.lucene.In...
I get a class not found for ValueMap when adding a foundation component to responsivegrid. My custom components however work fine and all Sling bundles are activated. Any ideas whats wrong? 17.10.2016 13:28:26.103 *ERROR* [0:0:0:0:0:0:0:1 [1476703706098] GET /content/sample2/en/home/jcr:content/root...