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

NitroHazeDev
NitroHazeDev
Online

Badges

Badges
39

Accepted Solutions

Accepted Solutions
11

Likes Received

Likes Received
159

Posts

Posts
343

Discussions

Discussions
52

Questions

Questions
291

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by NitroHazeDev
Customize the badges you want to showcase on your profile
AEM 6.5.8 and 6.5.12- Querybuilder -Group daterange and path - Adobe Experience Manager 13-06-2022
Is it possible to do a grouping of paths and date range?type=dam:Assetgroup.1_path=/content/dam/test/Ygroup.1_daterange.property=jcr:createdgroup.1_daterange.upperBound=2022-06-12group.2_path=/content/dam/test/Xgroup.2_daterange.upperBound=2022-06-13group.2_daterange.property=jcr:createdgroup.p.or=truep.limit =-1@arunpatidar @Veena_Vikram @DEBAL_DAS

Views

143

Likes

0

Replies

6
Re: Move to aem as a cloud service - Code smells - Adobe Experience Manager 10-05-2022
@arunpatidar Is there a way to ease the switch between asset api's that pass inputstream. The day cq asset manager create asset passed input stream . Does not have a createRevision method as well.

Views

120

Like

1

Replies

1
Re: Move to aem as a cloud service - Code smells - Adobe Experience Manager 09-05-2022
Hi Arun, Thanks for the details .. I was looking for more pointers for some of the below @arunpatidar . 1. Is this not going to break existing functionality with the switch?2.aligned3. Does Modernizer tool help? looks like it is the suggested way over manual.. are there docs or help on how this can be smoothly achieved?4. Please elaborate. Not sure i follow.. 5. Will try switching from com.day.cq.dam.api.AssetManager to com.adobe.granite.asset.api and validate

Views

179

Like

1

Replies

3
Re: AEM 6.5 Metadata profile search on the Metadata profile page - Adobe Experience Manager 08-05-2022
In response to my question, below is what i followed to implement the feature. The outstanding bug was the card view since perhaps MP do not have that view in foundationI used the omni search api and set the resource type to apps/XXX/components/metadata with the overlay for list card view Ensure there is an ID set in the omnisearch class that you have implemented and use the ID for the search in the UI.Ensure index is set and that it works prior to running the search

Views

68

Likes

0

Replies

0
Re: AEM Dispatcher cloud manager deployment - Adobe Experience Manager 08-05-2022
In case it helps someone. After trial and errors, Our pipeline needed checkin of conf.modules.d.Without conf.modules.d, we ended up with issues where the service wasn't loading, no MPM Loaded error or so.Ensure the sym links are established. We ended up checking in conf, conf.d, conf.dispatcher.dValidation errors weren't a piece of cake to clear, since i was evaluating it on windows and executing the command httpd -t, did not help much until the CSE tried doing it in clone env, since we naturall...

Views

97

Likes

0

Replies

0
Move to aem as a cloud service - Code smells - Adobe Experience Manager 08-05-2022
All, We are using the deployment manager and trying to resolve the code smellsWhile i could resolve most the following are the ones i need kinda second opinion 1.Use of legacy components- how could this be resolved without majorly breaking anything?The component /apps/XXX/components/structure/pages/base (transitively) extends the legacy foundation component wcm/foundation/components/page. 2. What is the best approach to resolve this? What would be the best approach for the JS and other site desi...

Views

222

Likes

0

Replies

5
Re: ACS-AEM-Generic list- 500 Error thrown - Adobe Experience Manager 02-05-2022
@DEBAL_DAS @Deleted Account tried renaming and it did not work, infact knocking off the nodes did not help either. We had an in place upgrade not sure if that is the cause. Moving to lower version is a challenge at the moment. But glad to know that this is an issue and i can concur. I would most likely begin working towards a resolution, let's see if i can make it work@Deleted Account do let me know if you get to notice any differences, will keep you posted.

Views

357

Likes

2

Replies

0
Re: ACS-AEM-Generic list- 500 Error thrown - Adobe Experience Manager 26-04-2022
Hi @DEBAL_DAS Thank you for your help with this.As mentioned this is not a problem on local instance as many have noted but on higher env .Please find the links shared for more details. Assumed Rewriter is the culprit, but that solved the issue momentarily. Attached logs

Views

470

Likes

2

Replies

4
Re: ACS-AEM-Generic list- 500 Error thrown - Adobe Experience Manager 25-04-2022
@Ravi_Pampana The strange part is that i am able to work with the list successfully on my local but not on higher env. The .json (url exposed as JSON) works fine as well. It is the rendering of the list components on the page that throws a 500 Error. Will try checking for special characters but a simple, test1, test2 test3 upto say 15 entries breaks on higher env while it works fine on local.. so special characters does not seem like the cause. Wondering if you happened to check the links i sent...

Views

518

Like

1

Replies

0
Re: ACS-AEM-Generic list- 500 Error thrown - Adobe Experience Manager 25-04-2022
Totally, that is what makes me wonder, I see a Null pointer Exception but very unclear and version 4.10.0 acs commons. It does not appear to be special char issueERROR- GET /mnt/overlay/acs-commons/components/utilities/genericlist.html- org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException java.lang.NullPointerException: nullWARN - GET /mnt/overlay/acs-commons/components/utilities/genericlist.html- org.apache.sling.engine.impl.SlingHttpservletresponseImpl Respon...

Views

575

Like

1

Replies

2