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

BrijeshYadav
BrijeshYadav
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
21

Likes Received

Likes Received
73

Posts

Posts
108

Discussions

Discussions
38

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BrijeshYadav
Customize the badges you want to showcase on your profile
Re: Cannot serve request to /content/graphiql/ in org.apa... - Adobe Experience Manager Headless 23-06-2022
Any idea why the graphql doesnt work on publisher instance on AEM 6.5.11.0. Getting below error: Could not create resource resolverCannot serve request to /content/cq:graphql/global/endpoint.schemaerrors on this server

Views

207

Like

1

Replies

0
Re: User and group report - Adobe Experience Manager 12-04-2022
mport org.apache.jackrabbit.api.security.user.UserManager;import org.apache.jackrabbit.api.security.user.UserManager;import java.util.Iterator;import org.apache.jackrabbit.api.security.user.User;import org.apache.jackrabbit.api.security.user.Authorizable;import org.apache.jackrabbit.api.security.user.Group;def resourceResolverFactory = getService("org.apache.sling.api.resource.ResourceResolverFactory")def resourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);UserMana...

Views

203

Likes

0

Replies

0
Re: Frequent Logout in AEM Environment. - Adobe Experience Manager 23-03-2022
We faced the same problem and unfortunately we cannot even login to crx to follow what has been mentioned in this forum. Following are the steps I took to fix this - Problem : 1. Not able to access /system/console/configMgr 2. Not able to login to crx and thus could not delete /apps/system/config/org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.config as per suggestion by @BrijeshYadav 3. Sytem restart didn't helped. Fix : 1. Stop aem instance. 2. Go to /crx-quickst...

Views

184

Likes

2

Replies

0
Re: How to Rollout pages via Programmatically - Adobe Experience Manager 21-02-2022
Hi @imadullakhan ,Can you please let us know why the above solution is not working and what is your use case to help you better Thanks

Views

125

Like

1

Replies

0
Re: Fetch Content from AEM between two dates using Query - Adobe Experience Manager 14-02-2022
Let's suppose you want to retrieve list of pages based between current time and 14 days based on some criteria then you could refer below example - map.put("path", pagepath.trim());map.put("type", FMConstants.CQ_PAGE_NODETYPE);map.put("1_group.daterange.property", "jcr:content/expires");map.put("1_group.daterange.lowerBound", getCurrentDate());map.put("2_group.relativedaterange.property", "jcr:content/expires");map.put("2_group.relativedaterange.upperBound", "14d");map.put("p.limit", "-1"); Plea...

Views

320

Like

1

Replies

0
Re: Best Approach for multi-country multi-language site - Adobe Experience Manager 09-02-2022
If you are going to involve a 3rd party translation connector, @JeevanRaj suggestion will work great for you.

Views

261

Likes

2

Replies

0
Re: HTTP ERROR: 405 Problem accessing /system/console/bundles - Adobe Experience Manager 08-02-2022
Its usually happen when bundle is not OSGi compliance. How did you build the bundle ? Was it using maven command or converted a Java jar file to OSGi bundle ?Does other bundles installation works or its same issue for other bundles also ?Did you try to install via package manager ?If possible share your bundle or share bundle manifest file along with logs while uploading the bundle /Brijesh Yadav

Views

140

Like

1

Replies

0
Re: Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5) - Adobe Experience Manager 02-02-2022
@GopalV Given that you are migrating from 6.1, we need to do repository migration (to new version of Oak Segment Tar present in 6.3) - Usage of OOTB migration profile using --load-profileMore about this from official docs - https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/in-place-upgrade.html#content-repository-migration

Views

133

Like

1

Replies

0
Re: Logout functionality in Publish - Adobe Experience Manager 07-10-2021
Hi,You can do logout similar to@Reference(policy = ReferencePolicy.DYNAMIC, cardinality = ReferenceCardinality.OPTIONAL) private volatile Authenticator authenticator; doLogout(){ // Logout AEM session removeAllSessionCookies(request, response); final org.apache.sling.api.auth.Authenticator currentThreadAuthenticator = this.authenticator; if (currentThreadAuthenticator != null) { String postLogoutRedirectUrl = /custom-logout-page.html; org.apache.sling.auth.core.AuthUtil.setLoginResourceAttribute...

Views

298

Like

1

Replies

0
Re: AEM data backup - Adobe Experience Manager 12-07-2021
As we have more than one publish servers, can we use that same crx-quickstart folder on any servers or we must use the exactly the same package what I copied.. Let say there will be Author_backup, Publisher_1_backup, Publisher_2_backup and Publisher_3backup.

Views

691

Like

1

Replies

0