We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
Sometimes while working in a secured network, we might face issues running our build with Maven. You might end up getting the above exception .I tried to explain how to overcome that and run the build the project successfully here Error while maven build - sun.security.validator.ValidatorException:...
Hi everyone, i am trying to add/update new/existing property with value to asset metadata and when i say resolver.commit(), it results in following exceptionjava.lang.IllegalArgumentException: Value for key (property name here) can't be put into node: [Ljava.lang.String;@1455d8b2...
Hi everyone, i use replication API to replicate assets from author to publishers. As part of replication process and after calling replicate(), I see following exception many times in a day for many assets,om.day.cq.replication.ReplicationException: javax.jcr.InvalidItemStateExce...
Hi,We are developing a plug-in for Rich Text Editor (RTE) Component. The plug-in will insert a <svg> tag (to display images for bullet points).The issue is that, when we close the plug-in after entering necessary content, the <svg> tag is present in RTE, but on final closure of the RTE, the <svg> ta...
Hi All,During migration from AEM 6.1SP into AEM 6.3 we.ratail content appears.Before an update we had nosamplecontent runmode.Someone faced such issue?Thank you in advance.
Hey guys, My project is kind of large and I'm getting some issues on there.When attempting to delete pages there is an exception thrown.Steps:1) deactivate page2) select delete3) exception error is thrown4) refresh page5) page is not deletedHere some logs that I got.08.01.2018 14:14:31.101 *ERROR* [...
Im working on a project that has multiple markets and AEM is our CMS. Wanted to know if we can use same vanity urls for same page across different markets.I know vanity url in AEM does not allow duplicates within a single instance. But has anyone seen a work around that would facilitate the same.To ...
Hello everyone, I've a problem with the asset manager where the Card view (ONLY the Card View) is not showing all the items, just two folders but I've more assets that if I set another type of view such as Column or List I see all the assets.My instance:AEM 6.2 SP1 (previous to install SP1 I've to i...
Hi Team,Can you please suggest me how to create subassets for DOCX and PPT in DAM. I see PPT subassets in DAM but no content is shown when I open it.Thanks,SD
Hi Guys,I have one functionality where I have to click on submit button and generate email with attach a pdf.- I am able to send the email.- pdf contains dymanic content which is coming from API.- this pdf is working fine. only need to attach it in email on fly or saving somewhere. and delete auto a...