[Bug 3227] New: Could not read or parse the JNLP file
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sat Nov 12 21:17:08 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3227
Bug ID: 3227
Summary: Could not read or parse the JNLP file
Product: IcedTea-Web
Version: unspecified
Hardware: x86_64
OS: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: NetX (javaws)
Assignee: jvanek at redhat.com
Reporter: jeremy_spagnet at hotmail.com
CC: unassigned at icedtea.classpath.org
Created attachment 1573
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1573&action=edit
output from ICEDTEAPLUGIN_DEBUG=true firefox 2>&1 | tee plugin.log
I am using the java web start at the uspto.gov site
(https://ppair.uspto.gov/TruePassWebStart/AuthenticationChooser.html)
I generated two bug report files as per the docs (one for webstart, one for
javaws, its not really clear to me what the difference is) , but only one can
be attached in this system. This happens both using web and trying to start
javaws from the command line. (javaws uspto-auth.authenticate.jnlp, in analogy
to solution at http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1156)
the following is shown in a popup :
Fatal: Read Error: Could not read or parse the JNLP file. You can try to
download this file manually and send it as a bug report to IcedTea-Web team.
net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or
parse the JNLP file. You can try to download this file manually and send it as
bug report to IcedTea-Web team.
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:490)
at net.sourceforge.jnlp.Launcher.launch(Launcher.java:286)
at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:245)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:195)
Caused by: java.io.IOException: java.lang.NullPointerException: name can't be
null
at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:317)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:239)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:214)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:199)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:185)
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:454)
... 6 more
Caused by: java.lang.NullPointerException: name can't be null
at java.io.FilePermission.init(FilePermission.java:191)
at java.io.FilePermission.<init>(FilePermission.java:277)
at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
at java.io.FileInputStream.<init>(FileInputStream.java:127)
at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:315)
... 11 more
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20161112/88871c1a/attachment.html>
More information about the distro-pkg-dev
mailing list