Hi ,We are trying to install newrelic java agent in our AEM6.4 author and publisher servers.Software installed in both servers: -openjdk version "1.8.0_161" - Apache Maven 3.5.3 - aem_6.4_quickstart.jarOur installation path/opt/aem_publisher/AEM_6.4_Quickstart_Setup/crx-quickstart/We download ...
Hi,I am using Autocomplete as sling:resourceType and have added "datasource" which fetches the list of "Id" and "Title".The options and values nodes are also present and point to "granite/ui/components/coral/foundation/form/autocomplete/list" and "granite/ui/components/coral/foundation/form/autocom...
I want to iterate on the sling folder and get the information on it in java."SELECT * FROM [nt:base] AS s WHERE [jcr:primaryType]=\"sling:Folder\" AND ISDESCENDANTNODE([/etc/foldername]) and ...."In java, Iterator<Resource> queryResult = resolver.findResources("SELECT * FROM [nt:base] AS s WHERE [jc...
Hi,I am using AEM 6.4. I see oak index got corrupted due to an improper shutdown of the AEM. And i started a re-indexing of lucene but it is taking a long time with these repeated logs in the error log. How long will the indexing take and also how to verify if its re-indexing.17.05.2018 19:04:28.729...
Hey Guys,I am trying to access the path under content structure and i see that the code keeps complaining that path under /content does not exist.i have a system user with permissions to /content folder and i am trying to get the resourceresolver via the java code and check if the node exists at the...
We have a requirement where our main contents are under - /content/dam/<site> and we have big chunk of assets on /content/dam/archive folder.We are trying to figure out how we can customize the default behavior of the search so that it always checks under /content/dam/<site> and fetch results. Our u...
Dear All,I have created a OSGI component to read some user related setting from the /system/console/configMgr. The code for OSGI component is some thing like this.@Component(name = "Profile Configuration", immediate = true, metatype = true)public class ProfileConfiguration {@Property(name = "User Na...
Hi All,I have a requirement where I need to sort the search results in assets.html page as per last modified date. I am attaching a screenshot where we can see that there is no sort order as per date. This is the OOTB result with AEM6.3 SP2. Any help on this would be appreciated. I tried Adobe Exper...
we are using AEM 6.3 , and we facing issue in rendering *.pptx,xlsx file and downlod as attachment in IE11, i.e content -disposition as attachment . it is not downloading as attachment. instead it is rendering as binary file. in other browsers it works fine.Please advice any solution for this issue....