Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] webstart problem on 1.6.0_07

I'm getting reports that Equinox is no longer running under webstart
with 1.6.0_07, while earlier updates have no problem.
This is on an older version of org.eclipse.equinox.launcher (from
3.3). Is this a known problem ? I didn't find anything in bugzilla.

This is the exception we get in the logs:

!SESSION Thu Jul 10 08:54:31 CEST 2008 -----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2008-07-10 08:54:31.737
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.io.IOException: Unable to initialize osgi.frameworkClassPath
	at org.eclipse.equinox.launcher.Main.addBaseJars(Main.java:757)
	at org.eclipse.equinox.launcher.Main.getDevPath(Main.java:649)
	at org.eclipse.equinox.launcher.Main.getBootPath(Main.java:841)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:439)
	at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:70)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1198)
	at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.sun.javaws.Launcher.executeApplication(Unknown Source)
	at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
	at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

Tom


Back to the top