[Bug 3227] Could not read or parse the JNLP file

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Nov 12 21:23:52 UTC 2016


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

--- Comment #2 from jeremy rutman <jeremy_spagnet at hotmail.com> ---
output file javaws.log, from 
javaws -verbose [problem JNLP file] 2>&1 | tee javaws.log


jeremy at jr:~$ cat javaws.log 
System is already following XDG .cache and .config specifications
config: /home/jeremy/.config/icedtea-web file exists: true
cache: /home/jeremy/.cache/icedtea-web file exists:true
java.io.FileNotFoundException:
/home/jeremy/.config/icedtea-web/deployment.properties (No such file or
directory)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileReader.<init>(FileReader.java:72)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.parsePropertiesFile(DeploymentConfiguration.java:661)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.findSystemConfigFile(DeploymentConfiguration.java:484)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:296)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:279)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.initConfiguration(JNLPRuntime.java:457)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.<clinit>(JNLPRuntime.java:452)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487)
    at
net.sourceforge.jnlp.config.DirectoryValidator.<init>(DirectoryValidator.java:226)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15Structure(DeploymentConfiguration.java:836)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(DeploymentConfiguration.java:736)
    at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:112)

No User level deployment.properties found.
java.io.FileNotFoundException:
/home/jeremy/.config/icedtea-web/deployment.properties (No such file or
directory)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileReader.<init>(FileReader.java:72)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.loadComments(DeploymentConfiguration.java:877)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:336)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:298)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:279)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.initConfiguration(JNLPRuntime.java:457)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.<clinit>(JNLPRuntime.java:452)
    at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487)
    at
net.sourceforge.jnlp.config.DirectoryValidator.<init>(DirectoryValidator.java:226)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15Structure(DeploymentConfiguration.java:836)
    at
net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(DeploymentConfiguration.java:736)
    at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:112)

WARNING: key deployment.system.cachedir has no value, setting to default value
WARNING: key deployment.system.cachedir has no value, skipping
Forcing of offline set to: false
Starting security dialog thread
Using firefox's profiles file: /home/jeremy/.mozilla/firefox/profiles.ini
Found preferences file: /home/jeremy/.mozilla/firefox/loq6u388.default/prefs.js
Read 85 entries from Firefox's preferences
Proceeding with jnlp
net.sourceforge.jnlp.util.optionparser.InvalidArgumentException: [[problem,
JNLP, file]]
    at net.sourceforge.jnlp.runtime.Boot.getMainFile(Boot.java:309)
    at net.sourceforge.jnlp.runtime.Boot.getFileLocation(Boot.java:266)
    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)

netx: Invalid argument:
net.sourceforge.jnlp.util.optionparser.InvalidArgumentException: [[problem,
JNLP, file]]
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0

-- 
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/4d92c6e1/attachment-0001.html>


More information about the distro-pkg-dev mailing list