Hi can anyone please tell Why I am getting this errors in my logs17.10.2017 12:23:41.120 *ERROR* [qtp1447577037-166] org.apache.felix.metatype Missing element AD in element OCD : bundle://22.0:0/OSGI-INF/metatype/org.apache.jackrabbit.oak.blob.cloud.s3.S3DataStoreService.xml17.10.2017 12:23:41.122 *...
Hello Good People of AEM,I'm trying to install a content package as part of a testing automation step; before the test install a package, after the test uninstall the package. My tests are written in Java and I'm trying to use the HTTP API to CRX. The 1st problem: The documentation disappeared. It ...
Hi Everyone,We installed Service Pack 1 on AEM 6.2 author environment.After that the Workflow process step "Create Sub Assets" doesn't work anymore.This the log.19.10.2017 11:29:41.835 *DEBUG* [JobHandler: /etc/workflow/instances/server0/2017-10-19_1/update_asset_14:/content/dam/test-gw/GDE Albero....
Hi,I wondered if anybody can please advise me.I'm using the standard audio component in 6.2. In author it works fine, but when published and viewing on the site I get a 'mixed content' error and it doesn't work.All of the other DAM assets work fine and point to https when we link to them from AEM a...
so I have the code belowI have a breakpoint in this line 27 and another one in line 29.when debugging my code (eclipse user here), the program stops at the first breakpoint. And when I resume (F8), it never stops in the second breakpoint. I suppose something happened to it (fatal error perhaps) and ...
I am getting the following errorNo repository found at http://localhost:4502/http://localhost:4502/server/-/jcr:root : org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respondhttp://localhost:4502/crx/-/jcr:root : org.apache.commons.httpclient.NoHttpResponseExcep...
Hi Everyone, I am trying to see is there any way to configure the dispatcher agents either with 2 CQ-Handle options or with regex command. That way I no need to write a custom code to invalidate the cache or no need to configure one more agent to fulfill the need. Any suggested approaches for thi...
HI Team,Is it possible to get dynamic participant step dialog values to customized process step, if possible could you please guide me how to proceed.i am getting null in value1:my code is :DynamicParticipant :public class MyDynamicParticipant implements ParticipantStepChooser{ public String getPa...
AEM 6.3 Service Pack 1 (6.3.1.0) was released 13th of October, and contains many new OSGI bundleshttps://docs.adobe.com/content/docs/en/aem/6-3/release-notes/sp1/_jcr_content/contentbody/download/file.res/bundle-list.… Anyone found the new and updated uber-jar for 6.3.0 SP1? Can only see 6.3.0 in re...
Hi All,I have a requirement where i have a dtopdown in multifield, based on the selection values i need to show/hide other widgets.For example image/video are the options in dropdown, for image 3 widgets(path, alt text, url) should show. For video (id and image path) should.How to achieve it? I...