[Bug 921] New: Nullpointer Exception when launching webstart URL: http://volta.canoo.com/CanooVoltaDemo

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Apr 13 05:20:15 PDT 2012


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

             Bug #: 921
           Summary: Nullpointer Exception when launching webstart URL:
                    http://volta.canoo.com/CanooVoltaDemo
    Classification: Unclassified
           Product: IcedTea-Web
           Version: 1.1.1
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: NetX (javaws)
        AssignedTo: omajid at redhat.com
        ReportedBy: detlef.brendle at canoo.com
                CC: unassigned at icedtea.classpath.org


When accessing the URL : http://volta.canoo.com/CanooVoltaDemo
which holds a JNLP, the IceTea plugin crashes with a NullpointerException:

I Use Firefox version 11.0 and the IcedTeaWeb Plugin version 1.1.1
The URL works fine with javaws from JDK_6.

Detlef





net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize application.
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:776)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:887)
Caused by: java.lang.NullPointerException
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.addToCodeBaseLoader(JNLPClassLoader.java:1351)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.merge(JNLPClassLoader.java:1330)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:305)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:767)
    ... 2 more
Caused by: 
java.lang.NullPointerException
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.addToCodeBaseLoader(JNLPClassLoader.java:1351)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.merge(JNLPClassLoader.java:1330)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:305)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:767)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:887)

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list