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

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jan 22 06:55:38 PST 2014


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

Andrew Azores <aazores at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aazores at redhat.com

--- Comment #1 from Andrew Azores <aazores at redhat.com> ---
If you edit the JNLP file (tasmanager.cgi) and look for this line:

   <icon href="TASManagerSplash.gif" kind=splash />

the parser is complaining about the word splash not being enclosed in quotation
marks. Changing the line to this:

   <icon href="TASManagerSplash.gif" kind="splash" />

fixes the parse exception, and launch continues past this stage.

The new parser in 1.5 handles this file fine with no modifications.

-- 
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/20140122/0d207be7/attachment-0001.html 


More information about the distro-pkg-dev mailing list