Is anyone monitoring AEM 6.5 with JMX Exporter and Prometheus + Grafana? We have a rudimentary configuration which only seems to capture JVM metrics about memory use, threads, class loading, etc. which is great - but I would like to gather more details related to specific AEM functionality like repl...
We have a Metadata Profile that we had created in AEM Assets Metadata Profiles. I added this profile to a folder by creating a folder then going to properties for that folder and under the metadata profile tab applying the metadata profile. So when I load files into that folder, why doesn't the Me...
Hi Team I am working on some hide and show logic on form-options-input component. I have written js script in form-options-input.html which is working fine however when I move this script to clientlib it is not working atal. I can see clientlibrary called in edit mode but I want changes to work ...
I'm trying to retrieve the package binary zip file using PackageManager API and not having much success. To elaborate, I have a custom workflow step running on AEM author 6.5.16 on-prem, where the package exists. In that process, I would like to obtain the package binary content programmatically and...
Hello everyone,Attached is a "small" topic that I'm trying to solve and need help. Description:Show and hide multiple text boxes and form fields depending on dropdown form or any other posible button selection.If I may formulate it in Excel manners.If "Niko" is in the drop down, only the fields int...
If an image is present in AEM, I am deleting it and then downloading the updated image through assetManager.createAsset(). After downloading, the image is updated: for example: http://localhost:4502/content/dam/torrid/pdp-assets/185/007/18500707/18500707_av1.jpg If I access image through this url...
In the post servlet binded with the resource type gives error java.lang.IllegalStateException: Request Data has already been read while saving the dialog of component to which it is binded to. InputStream stream = request.getInputStream();This is the first line of doPost inside try block. How to ...
I need to set the workflow end date and time in node. like how I am setting the worfklow initiator name: String workflowInitiator = workItem.getWorkflow().getInitiator(); if (node.hasNode("jcr:content")) { node.getNode("jcr:content").setProperty("InitiatedBy", workflowInitiator); } How to set ...