Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Bundle resolution error messages
Bundle resolution error messages [message #510277] Wed, 27 January 2010 04:43 Go to next message
Pawan Singh is currently offline Pawan SinghFriend
Messages: 9
Registered: July 2009
Junior Member
We just started using Eclipse 3.5.1 to build our RCP and we see this error on every launch of RCP. Basically, osgi loader complains that org.eclipse.equinox.internal.util.event is not resolved. We have double and triple checked and everything is there. I searched the web and forums and several other people are having this same issue - but no solution as been posted so far.

Anyone has any ideas on this?

-Pawan

!ENTRY org.eclipse.equinox.ds 4 0 2010-01-05 21:32:35.962
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:337)
Re: Bundle resolution error messages [message #516727 is a reply to message #510277] Wed, 24 February 2010 22:17 Go to previous message
Phil Denis is currently offline Phil DenisFriend
Messages: 26
Registered: October 2009
Junior Member
Do you have org.eclipse.equinox.util bundle included in your runtime configuration? Can you start your application with -console and verify that it shows up when you execute the command "ss org.eclipse.equinox.util" from the console? If its there, but not started, then try the command "diag #", where # is the bundle id assigned to org.eclipse.equinox.util bundle (ss shows this to you)...
Previous Topic:OSGi configuration best practices
Next Topic:Launching Equinox Raises Circularity Exception
Goto Forum:
  


Current Time: Thu Apr 25 20:26:56 GMT 2024

Powered by FUDForum. Page generated in 0.03643 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top