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: aem 6.1 only crxde working - Adobe Experience Manager 30-10-2017
Hi Check your system console bundles. if more than 3 bundles in active or stopping state , AEM instance will not work. and more over you have to delete index files under this path \crx-quickstart\repository\index. try to move bundles to activate state or you can delete those bundles and upload again with fresh build snapshot jar with satisfying all dependency .Thanks.

Views

535

Likes

0

Replies

0
Re: Missing jcr:content node on the page. - Adobe Experience Manager 07-02-2019
I don't understand why AEM doesn't suggest the parent publication in the same way that page referecenes.If a page without jcr:content have no sense, maybe AEM should public the parent or nothing in this case.

Views

1.8K

Likes

0

Replies

0
Re: how to read OSGI configuration via JAVA - Adobe Experience Manager 09-02-2019
Hi,WcmUsePojos are no services, but -- as already indicated by the name -- simple pojos. Therefor all mechanics which are available for OSGI components are not available. activate() is never called during the rendering by the framework.

Views

1.6K

Likes

0

Replies

0
Re: RSS FEED default servlet for every page - Adobe Experience Manager 16-10-2017
Hi tim-schwalbe​,Make sure to proxy the request. Try with embeding jcr:content like [1] which includes jcr:content & it works. To avoid jcr:content in the url create a proxy example Page.feed.jsp with text from [2].[1] example.com/examplepage/jcr:content.rss.xml[2] /libs/foundation/components/primary/cq/Page/proxy.jsp

Views

748

Likes

0

Replies

0
Re: DAM report on space or percentage used - Adobe Experience Manager Assets 13-10-2017
Hi Yadav,Thank you very much for this - it was exactly what I was after and helps a lot. Thank you.

Views

1.1K

Likes

0

Replies

0
Re: Cannot find few custom workflows in the list when try to apply for DAM assets. - Adobe Experience Manager 26-10-2017
The issue is resolved by deleting tags under workflow jcr:content. There are two tags workflow:wcm and workflow:dam .

Views

725

Likes

0

Replies

0
Re: Usage of @Via in sling models - Adobe Experience Manager 17-07-2018
Yes, I tested this article and it works!! Below is the screenshot.Hope this helps!!Thanks,Ratna Kumar.

Views

6.3K

Likes

2

Replies

0
Re: Content migration using Crx2oak ( AEM 6.2 to 6.3) - Adobe Experience Manager 30-08-2019
please raise a new thread, as this topic seems to be different from the one mentioned already here. Thanks,Jörg

Views

5.1K

Like

1

Replies

0
Tar offline compaction time increasing - Adobe Experience Manager 08-09-2017
We are using tar offline compaction on AEM 6.1 with oak-run1.2.25.jar and datastore size is 25-30GBjava -Xmx16G -jar oak-run1.2.25.jar checkpoints segmentstorejava -Xmx16G -jar oak-run1.2.25.jar checkpoints segmentstore rm-unreferencedjava -Xmx16G -Dtar.memoryMapped=true -Dupdate.limit=5000000 -Dcompress-interval=10000000 -Dcompaction-progress-log=1500000 -Dlogback.configurationFile=compactionLog.xml oak-run1.2.25.jar compact segmentstoreAverage time for compaction is 3-4 hours but some times it...

Views

921

Likes

0

Replies

0
Re: Sling Resource Resolution Preference - Adobe Experience Manager 04-12-2018
HTML will be preferred over JSP .(If they have same file name) Also extension should not be confused as while script selection Selcetor + extension will be the best match and it will be given priority .So if you are trying localhost//resourcePath/selector1.selector2.extension.Then Script precedence will be 1 - selector1/Slector2.extension2 - selector1.extension3- selector1.(HTML/JSP/ESP/JSON)4- extension.(HTML/JSP/ESP/JSON)5- NodeName.(HTML/JSP/ESP/JSON)6- ResquestType(GET/HEAD).(HTML/JSP/ESP/JS...

Views

2.7K

Likes

0

Replies

0