Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Equinox on Mustang


What build of Equinox are you running.  There was a problem in Eclipse 3.2 M4 and earlier.
See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=121332
Please try Eclipse 3.2 M5 build.

Tom





"Sven Schulz" <schulz78@xxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

02/20/2006 05:09 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Equinox on Mustang





Hi,

I try to run standalone Equinox OSGi on Mustang (Java 6) with DS. Everything
works fine on top of Java 5. But when with Mustang I get the following error
log

!SESSION 2006-02-20 11:54:20.598
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0-beta2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments:  -console

!ENTRY org.eclipse.osgi 2006-02-20 11:54:20.608
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle
initial@reference:file:bundles/org.eclipse.equinox.ds-1.0.0.jar/ was not
resolved.
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:985)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:565)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:289)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:137)

!ENTRY org.eclipse.osgi 2006-02-20 11:54:20.618
!MESSAGE Bundle
initial@reference:file:bundles/org.eclipse.equinox.ds-1.0.0.jar/ [3] was not
resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 11:54:20.618
!MESSAGE Missing imported package javax.xml.parsers_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 11:54:20.618
!MESSAGE Missing imported package org.xml.sax_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 11:54:20.618
!MESSAGE Missing imported package org.xml.sax.helpers_0.0.0.

It looks like something is going terribly wrong here. A SAXParserFactory is
registered as a service (checked on the console). Any ideas?

Regards,
Sven

--
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top