Posted by: Pdfprep
Post Date: December 8, 2020
A DevOps Engineer receives notifications from the monitoring system about a bundle being stuck in “installed” state.
– A new version of an OSGi bundle was recently deployed.
– All author and publish instances are affected.
– Manually starting the bundle does not solve the issue.
What prevents the OSGi bundle from being activated?
A . At least one OSGi component throws an exception during activation.
B . At least one OSGi component has ConfigurationPolicy set to “required” and no configuration is provided.
C . At least one OSGi bundle marked as a dependency is not available in the instances.
D . At least one OSGi component reference is unsatisfied.
Answer: A
Leave a Reply