Hi,I have installed a fresh AEM 6.1, and service pack 1. Whenever I start the server, the following error message appears. The sites seems still working and as well as crxde.20.04.2016 15:25:33.345 *INFO * [main] Setting sling.home=crx-quickstart (command line)20.04.2016 15:25:33.354 *INFO * [main] ...
Hi All,I have newly configured publish instance and trying to to do a test connection but getting below error message.Replication test to http://localhost:4503/bin/receive?sling:authRequestLogin=119.04.2016 23:04:40 - Create new HttpClient for Default Agent19.04.2016 23:04:40 - * Auth User: admin19....
My client wants to display the node name instead of jcr:title in side the sites section of the admin console. Is there a way to configure this or does it require coding?
Hi All,I need to create a component which has HTML smart Image with an overlay text on it.Could not find any reference articles on the same. Any pointers/reference on this will be helpful.
Hi,I have installed the AEM 6.1 on the Amazon AWS EC2 linux instance, but I cannot access the site using the IP of the instance http://<<host ip>>:4502.May I know whether there are some additional steps required besides the https://docs.adobe.com/docs/en/cq/5-6-1/getting_started/download_and_startwo...
I am trying to use requireJS in AEM.have gone through the below three URLs, please let me know if there is any more material or some other link I can refer.https://github.com/yaycmyk/CQ5-RequireJShttp://stackoverflow.com/questions/21222235/using-require-js-for-client-side-dependancies-in-adobe-cq5h...
What is the best approach to add new style to list in text? Checkmark ones:/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/rtePlugins/listsI want to add check mark style next to bullet and numbered.
Whenever I deploy the bundle module (OSGI code - service and components) with maven(mvn -PautoInstallPackage install clean) , the Service is not recognized in jsp . I am getting Service not found error. When I checked in the system/console, the bundle is in installed state and I am not able to start...
HiI have a requirement where I dont need inline editing and need editing inside dialog using RTE.When I add sling:resourceType='cq/gui/components/authoring/dialog/richtext' for making the field a richtext field in touch ui dialog, it works well and appears fine.BUT all the options like fullscreen bu...