Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-dev] Error starting PDE Junit Eclipse3 RC2

Hey all,

I’m trying to start a PDE Testcase, but the following error occurred.

Does anybody have experience with PDE JUnit?

 

Fredy

 

!SESSION Jun 15, 2004 17:17:56.437
---------------------------------------------

eclipse.buildId=unknown

java.version=1.4.2_04

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE

Command-line arguments: -version 3 -application
org.eclipse.pde.junit.runtime.legacyUItestapplication -port 1168
-testpluginname org.eclipse.contribution.junit -classnames
org.eclipse.contribution.junit.test.ViewTest

 

!ENTRY org.eclipse.osgi Jun 15, 2004 17:17:56.437

!MESSAGE Startup error

!STACK 1

java.lang.IllegalStateException: Bundle
initial@reference:file:C:/eclipse3RC2/plugins/org.eclipse.update.configurator_3.0.0/
was not resolved.

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:819)

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:438)

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:221)

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:324)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:185)

            at org.eclipse.core.launcher.Main.run(Main.java:638)

            at org.eclipse.core.launcher.Main.main(Main.java:622)

 

!ENTRY org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Bundle
initial@reference:file:C:/eclipse3RC2/plugins/org.eclipse.update.configurator_3.0.0/
[1] was not resolved.

!SUBENTRY 1 org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Missing required bundle org.eclipse.core.runtime_null,null.

 

!ENTRY org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Bundle
initial@reference:file:D:/_meineDateien/development/eclipseErweitern/org.eclipse.core.runtime/
[2] was not resolved.

!SUBENTRY 1 org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Missing required bundle org.apache.xerces_[4.0.13,4.1.0).

!SUBENTRY 1 org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Missing required bundle
org.eclipse.core.runtime.compatibility_null,null.

!SUBENTRY 1 org.eclipse.osgi Jun 15, 2004 17:17:56.453

!MESSAGE Missing required bundle org.eclipse.core.runtime_2.1.0.


Back to the top