Hi everyone,I have a project in AEM 6.0 (SP2) where we want to extract content from files used on a page for a Solr search index with the help of the Apache Tika library. Now I'm getting (it seems random but rather often) the following exception:24.09.2015 16:08:03.807 *ERROR* [172.31.19.108 [144310...
Hi Guys, While I'm walking through the Users ( AEM Security ), I've got something want to know. When I right click on the user there are several option ( Create / delete / active / deactivate ). Obviously I know create and delete but I can't get the rest. Once I click active button, yellow things c...
Hi,After starting a workflow with wfSession.startWorkflow(wfModel, wfData); how can i wait the end of it before the return value?I'm not able to find the correct function.Thanks
Hi,While deploying our application we are getting a WARN which says:*WARN* [FelixFrameworkWiring] org.apache.sling.servlets.resolver [org.apache.sling.servlets.resolver.SlingServletResolver(593)] Could not get service from ref [javax.servlet.Servlet, javax.servlet.ServletConfig, java.io.Serializabl...
HiWe are using AEM6 Sites We have implemented a custom importer where we are pulling data from social channels into AEM. We require the content pulled from the social channels to be moderated by an administrator in the author instance before it gets published. Can we use the moderation UI in Adobe c...
Is there a service other than the Link Checker that would modify href attributes in markup?I have a servlet that returns some json data. Part of that data is a string representing a Handlebars template, which includes a section (after escaping) like <a href=\'{{{this.url}}}\'><img src=... . This is ...
I'm having the following exception: org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.when I try to make commit to a ResourceResolver. It's only happening to me in a new machine where I'm migrating my tools, in the older It works fine with the same packages. Do ...
On my author, I have a js clientlib (loading up in the cq.authoring.editor.hook category) where I'm trying to read data from Granite.author.page.info:(function(window, document, Granite, $) { "use strict"; info = Granite.author.page.info; ...Unfortunately, this data seems to load asynchronously, so ...
We are trying to setup the dispatcher on an AEM Publish instance.Our server configuration:AEM version: AEM 5.6.1.SP2OS: Windows Server 2012 R2 (64 bit OS and x64-based processors)Application server: IIS 8.5Dispatcher version: 'dispatcher-iis-windows-x64-4.1.10.zip'We followed the official Adobe docs...