We are facing wait timeout exceptions while connecting to JDBC database and it happens intermittently. It is happening when only when there is lot of idle time in the night. Exception details :{"errorType":"SQL Exception Occured","appName":"Custom-Service","responseMessage":"The last packet succ...
Hi all, In my project, we are using AEM 6.4 with react. From aem we are exposing data to react as data props like below<div data-component='changeAssessmentDetails' data-props='{"changeAssessmentTitle":"Change your assessment","cancelButtonbgColor":"#e3e000"}'></div> In react, they are creating comp...
Hi all, We would like to monitor our Dispatcher Web Application (hosted on Microsoft IIS on-prem) with AppDynamics APM tool.But couldn't succeed with that as we are not sure which Agent/Controller to use to track the Dispatcher. We tried several ones to no avail.Anyone has experience about this? How...
Hello,I am having a problem while accessing SlingBindings Object from SlingHttpServletRequest. While trying to read the SlingBindings object from SlingHttpServletRequest Attribute, it is giving "null" some times. This is a very big problem for our project and It would be greatly appreciated if some ...
I am trying to create a servlet, registered using resourceType, that can accept an HTTP POST from a client external to the AEM site. Here's is my current code: package com.ab.mysite.core.servlets; import org.osgi.service.component.annotations.Component; import java.io.IOException; import javax.ser...
Hi All, Do we have any document for dynamic media assets We have configured dynamic media in local successfully and written dynamic util class to map the URL(from metadata) for our custom component. we are unable to use image preset , viewer preset and smart crop feature. Is there any document avail...
Hi,in a AEM Forms document I use a fragment (let's call it A), which also includes the master pages where there is a title (let's call it H) to be placed at the top of the pages.Through a for loop I create n instances of A (with addInstance method). Each of these instances of A can be x pages, with ...
I am working through this tutorial, trying to get SAML SSO to work.I am using Azure AD as the identity provider, and I have a local instance of AEM 6.4 running on my machine. To expose it to the internet, I am using a tool called ngrok. I have also followed the instructions here to configure the SAM...
Hi, We use Curl to clear dispatcher cache. We issue command to ELB and ELB does the rest. curl -H "CQ-Action: Delete" -H "CQ-Handle: /content/" -H "CQ-Path: /content/" -H "Content-Length: 0" -H "Content-Type: application/octet-stream" -H "Host:www-aem-dev.manulife.ca" http://manulife-dev65-2019apri...
Hi Guys,I am new to groovy and trying to explore it's functionality for my work. I am facing issues with it's configuration. I have installed org.apache.felix.webconsole.plugins.scriptconsole-1.0.2 and groovy-all-2.4.9 I can't see Groovy Console Configuration Service in system/console/systemMgr thou...