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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: Ternary Sightly Condition is not working - Adobe Experience Manager 16-12-2021
Please use proper spacing before and after the operators ( ? : )and then try. I also reverified the same on my local it works fine when I use something like :${properties.prop1 ? properties.prop1 : currentPage.pageTitle}OR${properties.prop1?properties.prop1 : currentPage.pageTitle}But, gives a blank page when I do ${properties.prop1 ? properties.prop1:currentPage.pageTitle}Hence, please check the whitespaces.

Views

180

Like

1

Replies

0
Re: SDK local instance - Restart - Error 503 authentication - Adobe Experience Manager 16-12-2021
Hi @ana_belen_cano_ ,https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-restart-issue-authenticationsupport-service-missing-cannot/m-p/385769#M13710Have a look at this since your fresh instance is also leading you to such errors.However, I echo @Pavan_kalyan 's thought to dig into ERROR logs and share the same if possible. Thanks.

Views

7.5K

Likes

2

Replies

0
Re: Ternary Sightly Condition is not working - Adobe Experience Manager 16-12-2021
Reference : https://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/expression-language.html?lang=en

Views

212

Like

1

Replies

0
Re: Ternary Sightly Condition is not working - Adobe Experience Manager 16-12-2021
Hi @savi50 ,Yes there is syntax error (Do not use inverted commas inside {}), please use as : ${properties.pageTitle? currentPage.title : properties.headline}Thanks

Views

217

Likes

4

Replies

4
Re: Error: Failed to load data AEM version 6.5.0 - Workflow Models - Adobe Experience Manager 16-12-2021
Hi @francescadac ,Did you apply the overlay for path /libs/granite/ui/components/shell/clientlibs/shell/js/badge.js as mentioned in the Workaround and updated the time to 5 minutes ? (https://helpx.adobe.com/in/experience-manager/kb/Too-many-workflow-inbox-items-crashes-AEM-due-to-pulse-data-json-calls.html).Once you complete both the steps, restart the instance and that should fix your issue. Thanks.

Views

225

Likes

2

Replies

0
Re: Sling Framework Part - 1 - Adobe Experience Manager 15-12-2021
Hi @SantoshSai,The article is informative and useful for beginners or anyone who is new to Sling framework. Thanks for sharing, Cheers!

Views

111

Likes

2

Replies

0
Re: Error: Failed to load data AEM version 6.5.0 - Adobe Experience Manager 15-12-2021
Hi @francescadac , Request you to check the network tab and check for multiple requests of pulse.data.json.If YES, follow https://helpx.adobe.com/in/experience-manager/kb/Too-many-workflow-inbox-items-crashes-AEM-due-to-pulse-data-json-calls.htmlIt will fix your issue. If not please delete the completed instances of workflow under instances path(/var/workflow/instances) and retry.P.S: You might also see the same error when selecting any of the page in /sites.html .If you still face issue, please...

Views

812

Like

1

Replies

0
Re: Error: Failed to load data AEM version 6.5.0 - Workflow Models - Adobe Experience Manager 15-12-2021
Hi @francescadac , Request you to check the network tab and check for multiple requests of pulse.data.json.If YES, follow https://helpx.adobe.com/in/experience-manager/kb/Too-many-workflow-inbox-items-crashes-AEM-due-to-pulse-data-json-calls.htmlIt will fix your issue. If not please delete the completed instances of workflow under instances path(/var/workflow/instances) and retry.P.S: You might also see the same error when selecting any of the page in /sites.html .If you still face issue, please...

Views

249

Likes

2

Replies

2
Re: com.day.cq.dam.api.s7dam.scene7 does not exist after uber-jar-6.5.11 upgrade - Adobe Experience Manager 15-12-2021
Hi @vjleo94 ,Can you please help us with following info :Old AEM version with service pack(if any)New AEM version with service packI checked the packages of 6.4 & 6.5 :https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/overview-summary.htmlhttps://www.adobe.io/experience-manager/reference-materials/6-5/javadoc/overview-summary.htmlAnd I see the following were removed in 6.5 :com.day.cq.dam.scene7 com.day.cq.dam.scene7.api com.day.cq.dam.scene7.api.netWhile I see no more chan...

Views

240

Likes

2

Replies

1
Re: AEM Unit Test for servlet - Adobe Experience Manager 13-12-2021
Hi @anasustic , That is initialization of referenced service in test servlet class. This is analogous to :// any referenced service can be initialized by mock using followingservlet. = ;Let me know if you still need help, thank you.

Views

622

Likes

2

Replies

0