[Bug 216] OpenJDK java web start fails to open jnlp files version 1.5

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jun 26 08:52:57 PDT 2009


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=216





------- Comment #4 from jon.vanalten at redhat.com  2009-06-26 15:52 -------
Great.  I am now able to run the SweetHome3D jnlp, but not the spark-angels
example provided in the original report.  Here is the result when run from a
terminal:

net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch
JNLP file.
        at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:446)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:674)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:438)
        ... 1 more
Caused by: java.lang.NoClassDefFoundError: sparkangels/vb
        at com.sparkom.launcher.Main.main(Unknown Source)
        ... 6 more
Caused by: 
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:438)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:674)
Caused by: java.lang.NoClassDefFoundError: sparkangels/vb
        at com.sparkom.launcher.Main.main(Unknown Source)
        ... 6 more


However, this does launch without barfing using Sun's proprietary javaws.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list