I'm currently investigating transactions originating from: OtherTransaction/Java/org.apache.sling.event.impl.jobs.queues.JobQueueImpl/startJob These are coming from my AEM publishers, and I would like to understanding this startJob function within the aem. Specifically, I need clarification on the f...
Hi Experience League Community, We’ve been observing a recurring issue where our publish instances experience outages (showing a whitepage with a 504 error), and during these events, telemetry data shows a noticeable spike and plateau in transactions related to startJob 10-15 minutes before the down...
I am struggling a little with JUnits Here's my model impl class - @Model(adaptables = SlingHttpServletRequest.class, adapters = {MultifieldCollectionModel.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class MultifieldCollectionModelImpl implements Multifie...
Hello Team, Is there any latest blogs/articles about the certification course: AD0-E117AEM Sites Architect Master exam I was going through this articlehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-architect-certification-preparation-ad0-e117/m-p/652522#M163451 cc @aru...
Hi Team,I'm deploying project on local instance getting below error, could you please help how can I resolve this issueafter using the cmdmvn clean install -PautoInstallPackage How can resolve.
In a AEM AMS to AEM as a Cloud Service Migration engagement, we are dealing with 40 applications (100+ AEM Templates, 4K AEM Components) each having its own repository. We are planning to follow AEM Multi-Tenancy Best Practices to have each application tenant as a submodule to the parent aggregator ...
Wondering if AEM Sites (cloud services edition) has check-in/check-out capabilities to prevent multiple editors from overwriting changes to a content page. When a page is opened in edit mode or properties are opened, is there any concept of locking that page to prevent someone else from opening and...
Hi All,I’m working on a customization where the setRollUpImage method in our component is responsible for setting an image path. Currently, it works for most cases, but in some situations rollUpImage is null because the primary source doesn’t return a value.I want to add a fallback so that if the cu...
I’m working with the Universal Editor in Adobe Edge Delivery Services (EDS) and need to create new blocks/components for a project.My question is: in addition to implementing the new blocks, is it also possible to create custom ResourceTypes for them, similar to what we do in traditional AEM Sites?I...