[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
Fri Jan 3 08:45:30 PST 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1635
--- Comment #8 from hommesansqualite at gmail.com ---
(In reply to comment #6)
> Completely understandable. Are you familiar with XML file formatting? The
> parser is complaining about the file being malformed on the first line, so
> it shouldn't be too difficult to find this error, if there truly is one. The
> first line should look like this:
>
> <?xml version="1.0" encoding="utf-8"?>
>
> or maybe:
>
> <jnlp spec="1.0" href="some_applet.jnlp" codebase="https://bank.com/applet/">
>
> could you verify if the first line of the file is like this? It's also
> possible that the parser is wrong and the error isn't truly on the first
> line, which is why it would be easiest to verify the problem if I had
> access to the XML myself.
>
> The launchpad bug you've linked appears to be happening for a different
> cause, however. I believe that particular has also already been fixed in 1.4
> (it's reported against 1.3).
>
> As for the applet working on Windows and OS X systems, I'm inclined to
> believe that that's because users on those systems are almost guaranteed to
> be using Oracle's JRE for their webstart client, rather than IcedTea-Web. I
> doubt it has anything to do with the OS itself.
Following are the initial lines of the file.
If required I will send a sanitised copy.
Thank you for your understanding and support.
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" version="1.0" codebase="https://abntm.is-teledata.com/tb2/" >
<information>
<title>Mijn Dealingroom</title>
<vendor>Interactive Data Managed Solutions AG</vendor>
<homepage href="http://www.interactivedata-ms.com"/>
<description>Mijn Dealingroom</description>
<icon href="startup.gif"/>
</information>
<security>
--
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/20140103/15764f4b/attachment-0001.html
More information about the distro-pkg-dev
mailing list