Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/18/16
    Hi all, This is for AEM 6.1 . We are using Sightly. This is related to clientlib We have 2 environments - Dev & Test. On Dev its not working and on Test its working fine. We have created a custom clientLib. The category name for this clientLib is same as the category name for OOB clientLib. All we w...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 2/18/16
    In my CQ 5.6.1 instance, logging into felix console would ask for login credentials in a pop up window where as in AEM 6.1 it is redirecting to geometrixx login page. Can anyone help me understand why? Author in 6.1 redirects to author instance login pagePublish in 6.1 redirects to geometrixx login ...

    Views

    913

    Likes

    0

    Replies

    2
  • 2/18/16
    Hi,I tried to install aem 6.1 with "java -jar cq-publish-p8081.jar -r publish,nosamplecontent" option and when I login to publisher with admin user and go to http://localhost:4503/siteadmin. The page is an empty page with no content. If I do the same without nosample content option then all works fi...

    Views

    4.5K

    Likes

    2

    Replies

    11
  • 2/18/16
    Hello,When client context is included on a page with baked in custom components, those components are no longer available to edit in author mode.  I see the standard cq-placeholder for the component but when mousing over the component it is not highlighted and the edit options do not display.  The p...

    Views

    2.6K

    Like

    1

    Replies

    5
  • 2/18/16
    AEM 6.1 felix console wont display for a login dialog but redirects to geometrixx login page. I looked into the configuration for Apache Felix OSGI Management Console and it has the required credentials but it still redirects to geometrixx login.Auhtor node seems fine.Please help.

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 2/18/16
    Sample.js "use strict"; use( function () { var data = {}; data.item = []; data.item.push( { "message": "Message111", "anotherArray": [{ "ID": "1", "val": "1111" }] } ); return data; });Sightly File.html <p data-sly-use.sample="create-case-form-validations.js"></p> ${sample. item.message} returns not...

    Views

    4.0K

    Like

    1

    Replies

    4
  • 2/18/16
    Hi, all,I configured a flush agent earlier, all was working fine. When I checked today, the agent on the publish instance is still working fine. but on author instance, when I clicked on /etc/replication --> agents.publish --> flush agent --> view log, I got this error: no such agent: flush agent.Ch...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 2/18/16
    Having the same package in two different bundles, but the classes are different. Ex : two bundles has same package x.y.z but classes are different. Bundle 1 :        x.y.z.ClassABundle 2 :       x.y.z.ClassBNow I am trying to use this classes in JSP files , it is throwing me the error Caused by: org...

    Views

    578

    Likes

    0

    Replies

    1
  • 2/18/16
    I need to collect some info from page properties and child nodes properties befor replication(delete) occursIf i implement EventHandler @Component(immediate = true) @Service @Property(name = EventConstants.EVENT_TOPIC, value = ReplicationAction.EVENT_TOPIC) public class RedisVideoUpdaterService impl...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 2/18/16
    I add a component in one page. For instance, I drag and drop a Text & Image component.I edit that component with some texts and an image. Now, I need to reuse that created Text & Image component resource to render another page so that the same content can display automatically when the second page o...

    Views

    1.1K

    Likes

    0

    Replies

    5