We just upgraded from AEM 6.1 to 6.3. I am getting a blank screen just after the code deployment in the new environment.I am getting the below error in the error.log file-*ERROR* [10.44.48.183 [1500665039114] GET /content/regent.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDebugFilter Unexpected error...
Hello -We have lots of pages in our AEM Publisher that end up returning a 302 or 301 redirect response.Is there any way to configure Dispatcher to cache those, so they don't make their way to the publisher each time?I tried turning on the "header caching" for the "Location" header, but that didn't s...
Hi, we have a class that inherits from UnarchiverProcess:public class htmlAssetProcessD extends UnarchiverProcess {And we've started seeing these warnings:[WARNING] C:\Users\mknight\Documents\izotope-frontpage-aem\core\src\main\java\com\izotope\core\workflow\htmlAssetProcess.java [1:1]: Component c...
Could someone please help me with using a list of maps in Sightly.I am using a sling model with a List<Map<String, String>> variable and wish to iterate through the list and dynamically pull values from the map based on variable names. For example a map may contain two variables with the following k...
Hello,After checking that in our PRO AEM environment the active sessions number is increasing over the time, we have performed a small test. Basically, from an external application we are modifying the content and every modification is performed between a lock-unlock block. Surprisingly, every lock ...
I am trying to implement nested multi fields in touch UI. I have tried below example and it worked fine.Experiencing Adobe Experience Manager - Day CQ: AEM 63 - Touch UI Nested ( Multi-Multi ) Coral 2 Composite Multifield However, if I add any new fields after multifield(highlighted in bold) , dialo...
Hello, I have a menu component that has a submenu hover effect that I want to edit.This menu will appear on the whole website, so I want to edit it just one time by using design mode. I created a custom action with cq:actionConfigs where I created a toggle to make the submenu appear in these modes w...
I was looking to possibly taking the AEM Business Practitioner certification exam again, but noticed that now it's for AEM Mobile.Does this mean that the exam has changed in scope?Also, does anyone know if they'll be providing a certification exam for Authors/Business Analysts, or is the BP exam con...
Hello:I am on 6.2 SP1 and I'm currently working with the BulkEditor and I am having a very hard time with the Query Parameters and Customer Properties fields. So I have 2 questions.QUESTION 1 of 2: When I try to enter several parameters separated by a comma, no result is returned. But if search firs...
I am working on a Project to upload files to AEM DAM through Java API. So was going through this tutorial to upload files in DAM."Adobe Experience Manager Help | Uploading files to Adobe Experience Manager DAM using AssetManager API "But I am not able to get this code check as I am getting “Null Poi...