Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unsatisfied component

Avatar

Level 4

Hi all,

I have an "Unsatisfied Component" error in the felix console. Please find the screenshot. What could be done for the imported class which is not satisfied there? Thanks in advance.

Reference externalizer["Unsatisfied","Service Name: com.day.cq.commons.Externalizer","Multiple: single","Optional: mandatory","Policy: static","No Services bound"]

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi,

The Externalizer service not available in the service registry cause such issue.  At [A] in the section "Declarative Service Components"  if you notice ExternalizerImpl has disabled. Then restart the bundle [A].

[A]     http://host:port/system/console/bundles/com.day.cq.cq-commons

Thanks,

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

Hi,

The Externalizer service not available in the service registry cause such issue.  At [A] in the section "Declarative Service Components"  if you notice ExternalizerImpl has disabled. Then restart the bundle [A].

[A]     http://host:port/system/console/bundles/com.day.cq.cq-commons

Thanks,