Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/28/24
    Dear All, I have written the below JUNIT for my service IMPL and I am getting null pointer exception for below clientIntegrationDataAPIServiceImpl.requestCommunityCreation(clientCommunity); ********************************** JUNIT Class ***************************package ai.contentadmin.core.service...

    Views

    539

    Likes

    0

    Replies

    1
  • 3/28/24
    Dear Team, I have written below test class for my ClientIntegrationDataAPIServiceImpl class as below. But I am getting nullpointer exception for below in my JUNIT ClassString actual = clientIntegrationDataAPIServiceImpl.requestCommunityCreation(clientCommunity); ****************** JUNIT CLASS Client...

    Views

    965

    Likes

    0

    Replies

    4
  • 3/28/24
    I am running the dispatcher using docker on my local Windows machine. Can anyone tell me where can I find the cache folder? I need to change some cache rules and check whether it is being applied successfully or not. Also how to change this cache root in local ?

    Views

    2.1K

    Likes

    0

    Replies

    14
  • 3/28/24
    Hello Community - We see some issues with loading the clientlib which has the allowProxy property set to true. Can someone tell me if we require to do any additional changes to load the clientlib. <style type="text/css"data-sly-use.clientlibs="${'com.adobe.cq.wcm.core.components.models.ClientLibrari...

    Views

    898

    Likes

    0

    Replies

    8
  • 3/28/24
    I am updating my local AEM from 6.5.15 to 6.5.18. I have taken the service pack from one my my server which is having the higher version and installed in my local AEM, then i have restarted my local AEM.After restart when i checked my AEM version it is still showing the older one.  Although in packa...

    Views

    401

    Likes

    0

    Replies

    1
  • 3/28/24
    Hi,I am facing issue in publishing page and getting 400 bad request. Below I have added log details2024-03-28 16:06:10 - INFO - publish : Creating content for path /content/wknd/language-masters/en/products/accessory-hardware/hideaway-color-match-screws2024-03-28 16:06:10 - INFO - publish : Create n...

    Views

    426

    Likes

    0

    Replies

    1
  • 3/27/24
    I am getting volatile exception in workflow.WorkItem currentWorkItem = workflowSession.getWorkItem(workItem.getId());Please provide your thoughts here.

    Views

    462

    Likes

    0

    Replies

    2
  • 3/27/24
    Hi everyone,I came across a sling job requirement of checking if any of the pages in a list (this list will come from a TSV or CSV file stored in DAM) is in workflow or not and then do the further processing. What are the ways we can try ? And Is there any way of checking that efficiently? (there ar...

    Views

    428

    Likes

    0

    Replies

    1
  • 3/27/24
    Hello Community - We have some issues with accessing /apps path for the anonymous user. We have few components in our project in those component, we are using multiple references of /apps paths in it(i.e. See below). If we access the page as a logged in user, we are able to see the component but if ...

    Views

    708

    Likes

    0

    Replies

    7
  • 3/27/24
    I created a custom Process Step in my workflow and checked "Handler Advance" & "Do not retry workflow job on failure" in the workflow properties.When this Process Step encounters an error, it throws a WorkflowException.However, even after throwing the WorkflowException, the status of my workflow rem...

    Views

    591

    Likes

    0

    Replies

    2