Hi everyone,
AEM 6.1
I'm trying to the example Media Handler from:
https://helpx.adobe.com/experience-manager/using/damhandler.html
Maven deploys the bundle and starts the bundle.
But the Declarative Service Component stays on "state unsatisfied (reference)".
Two of the references are unsatisfied (see picture).
How can I solve this problem?
Solved! Go to Solution.
Views
Replies
Total Likes
If I read this correctly, then your problem is not an unsatisfied bundle, but an unsatisfied service. If it so far that the SCR picked up your service, then your bundle must already be active.
With declarative services, I have seen similar behavior when a service with configuration-policy=require
is missing a configuration. Another possibility is that the activate
-method threw an exception.
Please verify it.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
What version of AEM Are you using - this is a 5.x article.
Views
Replies
Total Likes
If I read this correctly, then your problem is not an unsatisfied bundle, but an unsatisfied service. If it so far that the SCR picked up your service, then your bundle must already be active.
With declarative services, I have seen similar behavior when a service with configuration-policy=require
is missing a configuration. Another possibility is that the activate
-method threw an exception.
Please verify it.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies