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

markus_bulla_adobe
markus_bulla_adobe
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
77

Likes Received

Likes Received
208

Posts

Posts
162

Discussions

Discussions
10

Questions

Questions
153

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by markus_bulla_adobe
Customize the badges you want to showcase on your profile
Re: how to get admin session using service user - Adobe Experience Manager 29-04-2021
@manikanthar1295,If you are a visual learner (by watching videos), here is a great tutorial on how this can be done. End to end configuration + code will be available - https://www.youtube.com/watch?v=H_ljzX9B4Q0The video goes through step by step, creating a system user, setting up OSGI configuration (service user)), and includes an OSGI service example.

Views

283

Likes

2

Replies

0
Betreff: AEM project release managment - Adobe Experience Manager 29-04-2021
Hi @mitadiana!Release Management is a very broad topic and there is no one-size-fits-all approach here. Every AEM project has different prerequisites, dependencies, requirements, etc. While there are some smaller projects that do release builds manually, most projects have some kind of CI/CD chain in place that helps them automate this task. Often this is based on an already established tool set. So the bottom line here is: use what you already have in place and/or are comfortable to work with. ...

Views

177

Like

1

Replies

0
Betreff: Permission sensitive caching dispatcher - Adobe Experience Manager 29-04-2021
Hi @trc41594544!There are two prerequisites for it:You need to add the according dispatcher configuration (the /auth_checker section mentioned in the documentation you linked and posted by @Asutosh_Jena_) andyou need to have your authorization checker servlet up and running on your AEM instance. If you are now requesting any page that matches the defined filter rules of the auth_checker section from the dispatcher, the following will happen:The dispatcher will send a HEAD request to the auth ser...

Views

213

Like

1

Replies

0
Betreff: Filter rejects: GET /bin/customservlet - Adobe Experience Manager 29-04-2021
Hi @Antony6790!As @Asutosh_Jena_ already mentioned, the trailing slash may be an issue in your rule and the rewriting should not be necessary.In addition to that, please review your full set of filter rules in the dispatcher configuration and make sure that there is no deny-rule placed after your servlet allow-rule and that the ID of your allow-rule is unique (the leading /0123 numbering if you're following the default pattern). Please note: the ID numbering of filter rules is not required to be...

Views

238

Like

1

Replies

0
Re: Project bundles does not start after couple of builds... - Adobe Experience Manager 29-04-2021
Hi @hptarora! If your project bundle is not able to resolve all required dependencies/services it will not be able to start.Please check the services that are marked in red on the detail view of your bundle and make sure that the according services are available. Once all required dependencies are available, the bundle should be able to start. You may also try to start the bundle manually through Web Console (/system/console/bundles). If it fails (e. g. due to missing dependencies) this will thr...

Views

478

Like

1

Replies

0
Betreff: AEM Non-licensed version 6.5.0 - Adobe Experience Manager 29-04-2021
This is an issue with your local Maven build of the frontend module caused by node / npm. The build process has issues to execute the required binaries. Unfortunately, I'm neither a node/npm expert nor do I have a Windows machine at hand to test it. However, once you get this build issue sorted, things should work as expected. Have you checked the two points that I mentioned in my initial answer (location of node.exe that is mentioned in the error message and moving the project to another folder...

Views

962

Like

1

Replies

0
Re: Dispatcher critical issue - Adobe Experience Manager 28-04-2021
Thanks all for the suggestions. Adding a new farm was not causing this issue and it testing generated this traffic.

Views

175

Like

1

Replies

0
Betreff: Content Migration from CQ5 to Contentful - Adobe Experience Manager 27-04-2021
Hi @Kailash07! There are several ways to export content from AEM. Let me list some of them:@Asutosh_Jena_already mentioned the .infinity.json selector+extension that exposes the content structure in a JSON format. It will list the whole content hierarchy with all subnodes. Be aware: depending on the size of your content tree you may want to split the query for certain subtrees of the content hierarchy and not just query the root node. You can build a CRX content package of your content. If you u...

Views

465

Likes

2

Replies

0
Betreff: .cfg.json file not working - Adobe Experience Manager 14-04-2021
I got the pattern you provided to work thanks. I gave up trying to do it outside of the service (i.e. having a separate class for the config). FYI the log statement inside the activate does not work for me, even if I set it to log.error.

Views

2.1K

Likes

0

Replies

0
Betreff: Managing permissions on DAM - Adobe Experience Manager 08-04-2021
While technically the size of a private folder or the number of assets inside that folder is not an issue in itself, this sounds a bit like trying to skip step 1 from my initial answer. The concept of private folders provides an agile ad-hoc collaboration workflow. If you are trying to establish a standard workflow for your organization, then a properly designed and implemented workflows backed by an authorization concept is the right way to go.

Views

313

Likes

0

Replies

0