Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/14/21
    I've been running AEM 6.5.3.0 fine locally, but suddenly have an HTTP ERROR 500 for all the URLs I try to access at http://localhost:4502/. I checked and Docker is started with the aemdesign/aem container running (https://hub.docker.com/r/aemdesign/aem) and the instance was successfully deployed in ...

    Views

    2.6K

    Likes

    0

    Replies

    3
  • 5/14/21
    Hi,I have couple of questions - 1) I am missing the components on side panel after successfully building the project through maven as per the instructions from the WKND site. I am using 6.5.7 version. Getting Started with AEM Sites - Project Setup | Adobe Experience Manager 2) I am missing Design in...

    Views

    960

    Likes

    0

    Replies

    5
  • 5/14/21
    We have a setup with 3 sites (say n.com, r.com, s.com).  We use Akamai for caching which accesses our dispatchers by prefixing the domains with www-origin (for example Akamai accesses the dispatcher at www-origin.n.com to serve up www.n.com pages).  Recently, when launching the latest site we saw th...

    Views

    678

    Likes

    0

    Replies

    1
  • 5/14/21
    AEM 6.5.7After resizing a component in Layout mode the page (iframe) is reloaded due to afteredit listener. The behavior seems ok, but then the resized component is replaced with an empty HTL container, so there is no content (React component).In Edit mode everything is fine.What can be the reason o...

    Views

    465

    Likes

    0

    Replies

    1
  • 5/14/21
    I have a multifield component which saves to the page like below:  And I have written this code to iterate through the values and display the nodes in a list: <sly data-sly-test="${resource.hasChildren}" data-sly-list="${resource.getChildren}"> <ul data-sly-test="${item.name == 'items'}" data-sly...

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 5/14/21
    Hey so we have created our own custom rating system that we want to save the average rating to the properties page of that pages and to send it to Adobe Analytics So this would be 2 questions.  1. We are having issues with saving to the properties page when the component is pushed to the publishing ...

    Views

    625

    Likes

    0

    Replies

    3
  • 5/14/21
    Hi All, I have a requirement where I need to Automate some metadata properties of the assets and also some page properties when an asset is uploaded and when a page is created. These are custom properties added to the metadata schema and the page properties dialog. Do we have anything OOTB for this ...

    Views

    787

    Likes

    0

    Replies

    5
  • 5/14/21
    Hi All,I am trying some code to close my lifecycle form after the printing of the form.I am using the below script to close the form, but it is not working. Can someone help me on this.app.execMenuItem("Close")Thanks

    Views

    731

    Likes

    0

    Replies

    2
  • 5/14/21
    Hi,One of AEM environments, replication is not working via CRX, giving 500 server error---------------------------Log-------------------------------------------Could not load data. Received 500 (Server Error).HTTP ERROR 500 Server ErrorURI:STATUS:MESSAGE:SERVLET:CAUSED BY:/crx/de/replication.jsp500S...

    Views

    2.1K

    Likes

    0

    Replies

    5
  • 5/13/21
    Hi all, I'm trying to use the opencsv library to write a csv file. The restriction being that I do not want to create a file on the disk or even a temp file. Is there a way I can achieve it?From what I looked, the constructor for CSVWriter requires a FileWriter object. Thanks!

    Views

    783

    Likes

    0

    Replies

    1