[Bug 1635] Fatal: Read Error: Could not read or parse the JNLP file

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jan 6 05:43:52 PST 2014


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

--- Comment #11 from JiriVanek <jvanek at redhat.com> ---
Well what you can try is also this:

install xmllint (should be in yor distribution repo)

Download the jnlp file manualy and run:
xmllint /your/downlaoded/file.jnlp

It will validate it.
It it will pass (which I doubt as error is definition at line 1: Expected: '<'
but got: '') you can try also:
xmllint --dtdvalid http://java.sun.com/dtd/JNLP-6.0.dtd
/your/downloded/file.jnlp

But only few jnlp files are really valid:)


On the other hand, Andrew is probably right, that it looks more like itw is not
able to download the file at all. And so receive empty file, or some 404 error
or something like that. 

I guess you have run it from commandline?

It may be worthy to run (two commands)
javaws -Xclearcache
javaws -Xnofork -verbose url/to/file.jnlp

also maybe -nosecurity tag may be worthy to try.

-- 
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/20140106/f7a7d5d1/attachment-0001.html 


More information about the distro-pkg-dev mailing list