[Bug 3677] New: Could not read or parse JNLP file
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 9 19:26:17 UTC 2019
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3677
Bug ID: 3677
Summary: Could not read or parse JNLP file
Product: IcedTea-Web
Version: 1.6.2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: NetX (javaws)
Assignee: jvanek at redhat.com
Reporter: gallard at mmic.net
CC: unassigned at icedtea.classpath.org
Created attachment 1718
--> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1718&action=edit
sanitized jnlp
ITW crashes on jnlp parsing. (similar to bug 1635)
jnlp file is attached. (Note: the href filename seem long)
log screen is:
================================================================
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: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190109/71ea9f25/attachment-0001.html>
More information about the distro-pkg-dev
mailing list