Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • When the main navigation or a content fragment on home page is updated(not published) , the home page gets published automatically and it shows that the author published it. But the author did not publish the page.

    Views

    463

    Likes

    0

    Replies

    5
  • 8/9/23
    Low-memory action set to forkUsing 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork arguments=[-Xmx1024m, -XX:MaxPermSize=256m]The JVM reports a heap size of 3550 MB, meets our expectation of 1024 MB +/- 20Setting properties from filename 'C:/Users/Mohammed Skouti/Downloads/aemser...

    Views

    932

    Likes

    0

    Replies

    2
  • 8/9/23
    I am trying to escape a method when the node is a Live Copy Variation. This is the code I wrote: Resource res = resourceResolver.getResource(path);if (res == null) { return;}ModifiableValueMap properties = res.adaptTo(ModifiableValueMap.class);if (properties == null) { return;}// Escape the me...

    Views

    328

    Likes

    0

    Replies

    2
  • 8/9/23
    I'm getting target invocation exception at this line of my code    Tag tag = resource.adaptTo(Tag.class); The resource is not adapting to Tag tag is returning null.  resource is not returning null, but getting target invocation exception.

    Views

    272

    Likes

    0

    Replies

    1
  • 8/9/23
    Hi, We're trying to integrate solr with AEM . We're following solr as an oak index approach. Followed steps mentioned on https://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/queries-and-indexing.html?lang=en . I was able to index data at '/' level by creating solr type i...

    Views

    228

    Likes

    0

    Replies

    1
  • 8/8/23
    We have requirement to create Forms in AEM website. I did some research but I dont see Form core component. I think we can't directly use AEM forms or Adaptive forms in Sites. Anyone knows how to use Adaptive forms or Normal Forms in AEM sites?

    Views

    319

    Like

    1

    Replies

    2
  • 8/8/23
    Can anyone help us resolving this issue please.This is what we could see in the Error logs. 09.08.2023 05:17:39.837 *WARN* [sling-oak-observation-19] com.adobe.cq.dam.cfm.graphql.ModelManagerImpl Could not get conf path for model /conf/testjava.lang.IllegalArgumentException: Not a valid model path: ...

    Views

    313

    Likes

    0

    Replies

    1
  • 8/8/23
    Hello community ! I have been following the tutorials from https://solutionpartners.adobe.com/training/learning_program/learningProgram52525.html?PRIME_BASE=https://learningmanager.adobe.com&code=dce6710d05b7518b771a6751930dfb82&state=state1and I am stuck with a extended component I am trying to use...

    Views

    603

    Likes

    0

    Replies

    6
  • 8/8/23
    I am needing to add hundreds of tags to the tag editor and Im hoping there is a way to do this in bulk. We are using AEM Cloud. I ran across this solution from 2018 but I am hoping 5 years later there is a better solution with less hoops to jump through:https://experienceleaguecommunities.adobe.com/...

    Views

    546

    Likes

    0

    Replies

    3
  • 8/8/23
    hi all, i have an issue when deploying project to my local it is working fine.but when i push the target jar of all module to rde using aio, there are few differences -the size of the package in cli is much larger than the one deployed on rde instance.the cli shows 5 mb of package being uploaded, wh...

    Views

    648

    Likes

    0

    Replies

    4