Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ Diagnose Bundle Start"

(New page: Here is how to diagnose problems with a bundle (aka. plug-in) that doesn't want to start: * Start Eclipse with the command line option "<code>-console</code>" (this opens an OSGi console)...)
 
 
Line 7: Line 7:
  
 
This should give you a list of missing dependencies, that prevent the bundle from being started.
 
This should give you a list of missing dependencies, that prevent the bundle from being started.
 +
 +
[[Category:FAQ]]

Latest revision as of 10:39, 25 March 2010

Here is how to diagnose problems with a bundle (aka. plug-in) that doesn't want to start:

  • Start Eclipse with the command line option "-console" (this opens an OSGi console)
  • In this console, type install file:///C:/path_to_your_bundle
  • The OSGi console should answer with "Bundle id is 123", where "123" is a number assigned to your bundle
  • Now type: diag 123

This should give you a list of missing dependencies, that prevent the bundle from being started.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.