QuestionQ20
Performance Optimization and TroubleshootingA DevOps engineer gets monitoring-system notifications that a bundle is stuck in the 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 resolve the problem.
What is preventing the OSGi bundle from activating?
- A At least one OSGi component throws an exception during activation.
- B At least one OSGi component reference is unsatisfied.
- C At least one OSGi bundle marked as a dependency is not available in the instances.
- D At least one OSGi component has ConfigurationPolicy set to "required" and no configuration is provided.
Community Discussion