Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona/Container/Diagnostics

OSGi is a service oriented architecture model within the JVM. Bundles can provide services that are referenced by other bundles. Dependencies between components can be defined statically during development or dynamically during runtime. This can create a complex runtime environment that is difficult to diagnose problems.

To help facilitate problem resolution, Corona defines a Diagnostic Framework to collect data. This data provides a dump of the OSGi environment so that it can saved and later analyzed.

CoronaDiagnosticFramework.jpg

Back to the top