[Bug 982] New: Regression: crossftp no longer runs throwing a ZipException

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed May 16 10:48:45 PDT 2012


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

          Priority: P3
            Bug ID: 982
                CC: unassigned at icedtea.classpath.org
          Assignee: unassigned at icedtea.classpath.org
           Summary: Regression: crossftp no longer runs throwing a
                    ZipException
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: ddadacha at redhat.com
          Hardware: x86_64
            Status: NEW
           Version: unspecified
         Component: General
           Product: IcedTea-Web

Running 'javaws http://www.crossftp.com/crossftp.jnlp' throws a ZipException. I
tested this with a clean clone of IcedTea-Web HEAD, 1.2 and 1.1, all have the
same issue. I am guessing the JNLP has changed since the release of 1.2 and is
thus causing this exception.

I build HEAD using --with-jdk-home pointing to an icedtea6, icedtea7 and
icedtea7-forest build, all have the same behaviour.

Exception from 1.2 build's javaws:

java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:214)
    at java.util.zip.ZipFile.<init>(ZipFile.java:144)
    at java.util.jar.JarFile.<init>(JarFile.java:152)
    at java.util.jar.JarFile.<init>(JarFile.java:103)
    at net.sourceforge.jnlp.tools.JarSigner.verifyJar(JarSigner.java:241)
    at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:201)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:1226)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:473)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:198)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:317)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:770)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize application. 
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:778)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A
fatal error occurred while trying to verify jars. 
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:479)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:198)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:317)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:770)
    ... 2 more
Caused by: 
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal
error occurred while trying to verify jars. 
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:479)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:198)
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:317)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:770)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120516/a858302a/attachment.html 


More information about the distro-pkg-dev mailing list