|
Re: Plugin fails to load, red mark on Plugin Registry [message #11235 is a reply to message #10817] |
Mon, 07 July 2008 20:48 |
Eclipse User |
|
|
|
Originally posted by: zx.code9.com
John J Barton wrote:
> Anyone have a procedure for debugging this?
Start Eclipse with -console, and type 'ss'
That should give you a list of bundles.
Find the bundle of interest... type 'start <id>'
Or type 'diag <id>' to see what Equinox says about the issues.
My guess there's a packaging issue on your end.
Cheers,
~ Chris
|
|
|
|
|
Re: Plugin fails to load, red mark on Plugin Registry [message #11341 is a reply to message #11304] |
Mon, 07 July 2008 23:06 |
Eclipse User |
|
|
|
Originally posted by: zx.code9.com
What's your bundle? Why are you diagnosing the osgi bundle
(org.eclipse.osgi) ?
So your bundle is already started? and active?
so 'diag johns.bundle' returns an OK status?
We should be able to diagnose this sucker, just need to figure out how
to get you in a state where you can do this ;)
Cheers,
~ Chris
|
|
|
|
Re: Plugin fails to load, red mark on Plugin Registry [message #11414 is a reply to message #11377] |
Mon, 07 July 2008 23:43 |
Eclipse User |
|
|
|
Originally posted by: zx.code9.com
John J Barton wrote:
> I need to do this for 3.4 and for Europa, and I think the solutions are
> different.
That sounds like a bug if you're not getting a console... which OS?
If your bundle is listed as active... that means its started and
functioning according to the OSGi environment... you can even put test
print statements in the bundle start/stop to verify that this is the case.
Cheers,
~ Chris
|
|
|
|
|
|
|
|
|
Re: Plugin fails to load, red mark on Plugin Registry [message #11741 is a reply to message #11704] |
Tue, 08 July 2008 19:11 |
Eclipse User |
|
|
|
Originally posted by: zx.code9.com
John J Barton wrote:
> So thanks I've found the problem. But I am really surprised that this is
> the way users find out that they don't have the right pre-reqs for a
> plugin.
How did you install the plug-ins? Basically any normal way you installed
plug-ins shouldn't of let you install your plug-in w/o the proper pre-reqs.
Cheers,
~ Chris
|
|
|
|
|
Re: Plugin fails to load, red mark on Plugin Registry [message #11848 is a reply to message #11812] |
Tue, 08 July 2008 22:11 |
Eclipse User |
|
|
|
Originally posted by: zx.code9.com
> Ok I opened a fresh copy of eclipse-jee-europa-winter-win32. Then I used
> my update site to install my plugin. Everything when smoothly. But in
> the end the plugin does not work and the osgi console says the same
> thing, missing required bundle org.eclipse.server.core_1.1.0
The only way I can see this happening is if someone defined a feature
improperly so when you went to download things, Update Manager thought
everything was OK but it really wasn't...
With Ganymede, you shouldn't run into these issues as p2 is much smarter
and actually uses dependency data from bundles themselves as part of the
p2 metadata.
Cheers,
~ Chris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|