hi,i am using my local aem instance from long time.all of a sudden only crxde is workingfor rest of pages like projects.html login page siteadmin etc are showing page not working.kindly help for bringing instance up.
Can i deploy individual component to AEM author and publish instance ?Is it also possible for etc/xxx ?Deploying complete ui.apps will be tedious.i am new to AEM. Thanks
Hi,We are using the following code i our components to display custom empty text message:-<sly data-sly-test.emptyContent="${wcmmode.edit}"><div data-emptytext="configure ${component.title}"class="cq-placeholder"></div></sly>But after using this code, we are not able to annotate the component in ann...
Hello guys,I have the following node structure it can vary depending on how the author created the page. I want to query the content of each headline, textfield, image or link field.It should just be the last node in every branch the type and depth is not important and fixed.How can I achieve this s...
Hello guys, I would like to understand about the "jcr: content" node. The node creates on the page creation. Would you tell me, when the node will be deleted?I can see the page with "jcr:content" node on Author instance but the same page does not contain "jcr:content" node on Publisher instance. The...
I am getting below error on restarting an authoring instance. This is on a Unix box.HTTP ERROR: 503Problem accessing /. Reason:AuthenticationSupport service missing. Cannot authenticate request.What could be the reason and the solution?
To disable the geolocation, I found this instruction, but it is two years ago, not sure if it applies to AEM 63. touch UI?Rename /libs/cq/personalization/components/contextstores/geolocation to /libs/cq/personalization/components/contextstores/geolocation_newDoes anyone know?Thanks.
I have created in an even listener and this is the code. What I am looking to do in my Listener is to check if a particular property has been updated. If it is then take an action.package com.aem.sites.interfaces;import javax.jcr.observation.Event;import org.osgi.service.metatype.annotations.Attribu...
Hello All,We have SFDC integration with AEM and while establishing connection we are getting below error even all the connection info are correct,any hints are help on enabling logs to capture what info being posted to SFDC will be helpful to us to debug/troubleshoot this issue.Thanks in advanceErro...
Hi,I have a scenario where we need to get all the assets referenced across all pages. This includes all assets including images, css, videos, etc. So have the following questions.AssetReferenceSearch API gives only the inline images and videos added in the page and not the referred assets within the...