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

GnanendraPonnala
GnanendraPonnala
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
5

Posts

Posts
14

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GnanendraPonnala
Customize the badges you want to showcase on your profile
Re: .model.json throwing internal server error - Adobe Experience Manager 02-07-2021
Hi @animah80397281 ,please check below link, to get some info on the chances why you're getting this error,Sling model exporters thrown MissingExporterExcept... - Adobe Experience League Community - 389716 Eg: Any dependencies were not resolved

Views

319

Like

1

Replies

1
Re: Sling model exporter - Adobe Experience Manager 02-07-2021
Hi @ChitraMadan, The above information was very useful & interesting as well. If possible, please write a article on medium platform, it will be a great read.Thanks.

Views

797

Likes

0

Replies

0
Re: Dom4j bundle || unable to resolve in OSGI - Adobe Experience Manager 01-07-2021
Hi @kautuk_sahni, sure thanks!

Views

472

Likes

0

Replies

0
Re: Getting error log "AEM failed to activate Use class" - Adobe Experience Manager 29-06-2021
Hi @ShagunMalik , Could you please verify below linetag= (String) pageProperties.get("cq:tags", "Default value"); By Default cq:tags are String Array not a String Field String[] tagArrays = pageProperties.get("cq:tags", String[].class);if(Objects.nonNull(tagArrays ) && tagArrays .length>0) { tag = tagArrays[0]; -- will give first value in array.}

Views

890

Like

1

Replies

1
Re: Not able to access jcr:content properties of currentP... - Adobe Experience Manager 29-06-2021
Hi @ShagunMalik,Please check the below link , this might help.Solved: WCMUsePojo in AEM6.3 not working - Adobe Experience League Community - 277245 Thanks

Views

506

Like

1

Replies

0
Re: Dom4j bundle || unable to resolve in OSGI - Adobe Experience Manager 28-06-2021
Hi @SagarVerliani, 1.One way to resolve is, If you added dependency to project and resolved in pom.xml in IDE in local,go to your local repository .m2 folder (.m2\repository\log4j\log4j\1.2.12) get your jar according to dependency values and deploy it manually in OSGI Console. 2. The other way make use of Depfinder in OSGI console(http://localhost:4502/system/console/depfinder) to get required version of that bundle and download. Thanks,Gnanendra

Views

528

Like

1

Replies

2
Re: Existing folders, New Folders and Files are not showi... - Adobe Experience Manager 28-06-2021
Hi @Dipti_ChauhanThanks for providing inputs, the issue has been resolved, there was issue in newly created oak index

Views

767

Likes

0

Replies

0
Re: Existing folders, New Folders and Files are not showi... - Adobe Experience Manager 28-06-2021
Hi @shelly-goelThanks for providing inputs, the issue has been resolved, there was issue in newly created oak index

Views

764

Likes

0

Replies

0
Re: Existing folders, New Folders and Files are not showi... - Adobe Experience Manager 28-06-2021
Hi @kchaurasiyaThanks for providing inputs, the issue has been resolved, there was issue in newly created oak index

Views

768

Likes

0

Replies

0
Re: Existing folders, New Folders and Files are not showi... - Adobe Experience Manager 23-06-2021
Hi @Dipti_Chauhan,I was getting like below, no data.{"items": [],"hasMore": false}Note: http://localhost:4502/mnt/overlay/granite/ui/content/tree.0.html/content/dam?columnPath=/mnt/overlay/dam/gui/content/assets/jcr:content/views/column -- in local its giving data but checking for corrupted child folder will be difficult right it has more folders & files. Now http://localhost:4502/assets.html/content/dam/mybrand -- this also not showing any folders Thanks

Views

835

Likes

0

Replies

0