You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we do get following error since version 1.10.0 (Windows only):
net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the JNLP file at 'file:/C:/Users/XXXX/Downloads/client.jnlp'. 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:333)
at net.sourceforge.jnlp.Launcher.launch(Launcher.java:193)
at net.sourceforge.jnlp.runtime.Boot.launch(Boot.java:355)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:335)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:73)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.runMain(Boot.java:279)
at net.sourceforge.jnlp.runtime.Boot.mainWithReturnCode(Boot.java:132)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:114)
Caused by: java.io.IOException: java.lang.NullPointerException: name can't be null
at net.sourceforge.jnlp.JNLPFileFactory.openURL(JNLPFileFactory.java:132)
at net.sourceforge.jnlp.JNLPFileFactory.create(JNLPFileFactory.java:104)
at net.sourceforge.jnlp.JNLPFileFactory.create(JNLPFileFactory.java:88)
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:324)
... 8 more
Caused by: java.lang.NullPointerException: name can't be null
at java.base/java.io.FilePermission.init(FilePermission.java:321)
at java.base/java.io.FilePermission.<init>(FilePermission.java:488)
at java.base/java.lang.SecurityManager.checkRead(SecurityManager.java:661)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:146)
at net.sourceforge.jnlp.JNLPFileFactory.openURL(JNLPFileFactory.java:128)
... 11 more
Some notes:
we do use bellsoft-jdk11
with the same JNLP file until OWS version 1.9.1 it worked well.
on Linux Ubuntu with the same OWS version the issue doesn't appear.
Hi,
we do get following error since version 1.10.0 (Windows only):
Some notes:
Following the masked client.jnlp for reference.
Thanks in advance for any support.
The text was updated successfully, but these errors were encountered: