Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: AEM SPA React empty divs - Adobe Experience Manager 25-07-2022
Hi @dbern-epsilon , Please refer similar question here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-react-spa-extra-divs-decoration/td-p/324118 Regards, Santosh

Views

72

Like

1

Replies

1
Re: AEM6.5 OOTB Adobe granite workflow purge not working from weekly maintenance page - Adobe Experience Manager 25-07-2022
Hi @srinivas_chann1 , Please check your workflow instance in Granite UI - > http://localhost:4502/aem/start.html Tools -> Workflow. Regards, Santosh

Views

65

Like

1

Replies

1
Re: Regex for allowedPaths to hide template after some levels level - Adobe Experience Manager 25-07-2022
Hi @gskittu , Try this, /content/mysite/([^/]*)/([^/]*)/([^/]*)/([^/]*) OR /content/mysite/(.*)/(.*)/(.*)/(.*) Regards, Santosh

Views

87

Likes

2

Replies

1
Re: Error on hitting Custom Servlet - Adobe Experience Manager 25-07-2022
Hi @janhavi_singh , Please test whether your servlet request here is responsible to handle that request by visiting http://localhost:4502/system/console/servletresolver Might be multifarious reasons, Check your servlet is in active status, is your dispatcher blocking request - check it hitting on publisher. Hope that helps! Regards, Santosh

Views

77

Like

1

Replies

0
Re: Bulk replication assets and folders- activate/deactivate - Adobe Experience Manager 22-07-2022
Hi @NitroHazeDev , Activating the given path does not activate child node within that path. But It invalidates every page within that path in Dispatcher. Tree Activation may helps in your case, please check here: https://aem4beginner.blogspot.com/how-to-perform-tree-activation-in-cq-aem Regards, Santosh

Views

64

Likes

2

Replies

1
Re: Preview Server Needs - Adobe Experience Manager 21-07-2022
Hi @Dillibabu77 ,AEM preview environment come into the picture "When authors finish their work, they need to get an approval by someone who is not familiar with AEM"Please have a look at this detailed article about "Do I need a dedicated instance for page preview?"https://cqdump.joerghoh.de/2018/12/17/do-i-need-a-dedicated-instance-for-page-preview/Hope that helps!Regards,Santosh

Views

61

Likes

2

Replies

0
Re: Deploy job is failed to due to dispatcher module in AEM 6.5 in AMS - Adobe Experience Manager 21-07-2022
Hi @Mario248 ,Please check if this similar issue discussed over here helps you : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/skip-deploy-to-dispatcher-reason-no-dispatcher-configuration/m-p/422005 Regards,Santosh

Views

29

Like

1

Replies

0
Re: Unable to upload .mov files to AEM Author - Adobe Experience Manager 21-07-2022
Hi @ashwinissrinivas ,I have tried uploading .mov asset to AEM 6.5.11 it worked for me, refer below screenshot.However, looking into error.log, there is error regarding ffmpeg as below21.07.2022 21:24:19.276 *ERROR* [JobHandler: /var/workflow/instances/server0/2022-07-18/update_asset_2:/content/dam/aaaaa/file_example_MOV_480_700kB.mov/jcr:content/renditions/original] com.day.cq.dam.video.FFMpegTranscodeProcess Could not find ffmpeg's executable com.day.cq.dam.handler.ffmpeg.FfmpegNotFoundExcepti...

Views

57

Likes

3

Replies

1
Re: How to add an Experience Fragment to existing 150 pages without authoring/editing page and roll out pages ? - Adobe Experience Manager 21-07-2022
Hi @csaini ,The best plausible approach would be to add through HTL, if it works.Hard Coded ExampleThe first example uses sightly to reference an experience fragment, /content/experience-fragments/we-retail/equipment, and the required variation, master. This will only work when the path includes the experience fragment variation path. The value here is hard coded.Dynamic ExampleIn the second example, we can see that our component adapts to the com.mysite.models.component.MyCustomComponent, Sling...

Views

107

Likes

3

Replies

1
Re: adding a dependency of jsoup-1.14.3 in our project bundle- bundle is not resolving - Adobe Experience Manager 21-07-2022
Hi @Niraj2 ,With jsoup - since it's third party jar bundle, even if you have included in dependency you still have to add the jsoup Jar to AEM as well through system console eg. http://localhost:4502/system/console/bundles Please check this: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/jsoup-jar-does-not-installed-in-osgi-bundle/td-p/276271Hope that helps!Regards,Santosh

Views

79

Likes

2

Replies

1