Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » o.e.equinox.ds missing constraint
o.e.equinox.ds missing constraint [message #129356] Fri, 17 April 2009 13:23 Go to next message
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
(Was in eclipse.platform.rcp but recommended to post here)
In an RCP Product based on SDK 3.5M6, we get an error message in the Error
Log at start up regarding o.e.equinox.ds and a Missing Constraint in
o.e.equinox.internal.util.event (see below).

If I start with -console and run diag on o.e.equinox.ds, it reports "No
unresolved constraints" even though the entry still appears in the log.
Likewise, diag of o.e.equinox.util is fine. Note exported\imported version
is "1.0" while the error indicates "1.0.0" is required. o.e.equinox.ds has
start level of 1.

Does anyone know what this is and how to resolve?

!ENTRY org.eclipse.equinox.ds 4 0 2009-04-14 16:39:25.364
!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:1399)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1383)
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:1093)
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:220)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)

Thanks,
Mike
Re: o.e.equinox.ds missing constraint [message #129368 is a reply to message #129356] Fri, 17 April 2009 14:13 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
msacarny wrote:
> (Was in eclipse.platform.rcp but recommended to post here)
> In an RCP Product based on SDK 3.5M6, we get an error message in the
> Error Log at start up regarding o.e.equinox.ds and a Missing Constraint
> in o.e.equinox.internal.util.event (see below).
>
> If I start with -console and run diag on o.e.equinox.ds, it reports "No
> unresolved constraints" even though the entry still appears in the log.
> Likewise, diag of o.e.equinox.util is fine. Note exported\imported
> version is "1.0" while the error indicates "1.0.0" is required.
> o.e.equinox.ds has start level of 1.

I believe you need to include the o.e.equinox.util bundle also well.

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Previous Topic:Loading dependent DLLs
Next Topic:[Aspects] Equinox Aspects with Java 1.4?
Goto Forum:
  


Current Time: Tue Apr 16 06:29:47 GMT 2024

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

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

Back to the top