I am using sling distribution agent package distributed but its not working for me.This is what I have.@Component(immediate = true, service = EventHandler.class, property = { "event.topics=org/apache/sling/distribution/agent/package/distributed", "event.filter=(|(distribution.type=ADD)(distr...
It just stalls at this point (see attached image) I've attached the error.log (below) as well.I'm running Java 11 16.06.2021 09:40:53.351 *INFO* [FelixStartLevel] org.apache.sling.commons.log.logback.internal.Activator LogbackManager initialized at bundle startup16.06.2021 09:40:53.357 *INFO* [Felix...
java.lang.RuntimeException: org.apache.jackrabbit.oak.api.CommitFailedException: OakOak0001: Can't open the transformer at com.google.common.io.Closer.rethrow(Closer.java:149) at com.adobe.granite.skyline.migration.commons.ContentExtractor.migrateToLocalSegmentstore(ContentExtractor.java:248) at ...
I'm using AEM 6.5.7.As part of Launch Implementation, a dataLayer object is created and we have pushed the data as below. For Page name, i could retrieve using window.dataLayer.page[0].eventInfo.pagename in the browser console as below; Please find the below screenshot for the complete dataLayer use...
Hi,I am trying to create a system user on AEM Cloud, but the url where the system users are created is not available on Cloud. How can I create or at least export/import a system user on Cloud? Thanks!
Hi teams I just updated my AEM (localhost) but I am having some Touch UI issues. Some options does not appear.For example, my AEM 6.5.9.0 does not show Create Review Task when I select a folder in Assets. I tried to clear cookies and Chrome browser cache and use incognito mode but he issue persists....
Hi,i have written some ecma script for participant step in workflow.But i am not able to get that script in Participan step below is scren shot Can any one guide me whether i have done in correct manner ecma script for let me know if any information is needed from my end
Hello Team, We are using AEM 6.4. We have custom code implemented to listen to Publish event when dam asset is published. Handler parses the contents of the assetand indexes to apache solr outside AEM. We are using tika parser (AutoDetectParser) which parses the document based on Asset's MIME Type. ...
Hi, Does anyone know/has implemented something that helps you to fetch the runmode in backend code. SlingSettingsService has been deprecated. WCMMode doesn't work in this case as we need to check it on a editable template(structure), where wcmmode is disabled. Thanks!
Hi All, I have a component with multifield, which has richtext and image fields, when i add the values, the image values are storing under the component node , not under the multifield node. Only first entry is adding to the node and remaining entries data from multifield is missing when submit the...