launch.jnlp Applet not working in OpenJDK Java 6 Web Start

Bug #905961 reported by zmedia
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openjdk-6 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

launch.jnlp Applet not working in OpenJDK Java 6 Web Start.

In Ubuntu 11.04 and 11.10 Java reports:

Error
Fatal: Read Error: Could not read or parse the JNLP file.

Details:
net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the JNLP file.
 at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:491)
 at net.sourceforge.jnlp.Launcher.launch(Launcher.java:283)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:199)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:51)
 at java.security.AccessController.doPrivileged(Native Method)
 at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:165)
Caused by: net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
 at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1251)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
 at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:477)
 ... 5 more
Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 27: Unexpected end of data reached
 at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
 at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
 at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
 at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
 at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
 at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1247)
 ... 9 more
Caused by:
net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
 at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1251)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
 at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:477)
 at net.sourceforge.jnlp.Launcher.launch(Launcher.java:283)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:199)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:51)
 at java.security.AccessController.doPrivileged(Native Method)
 at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:165)
Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 27: Unexpected end of data reached
 at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
 at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
 at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
 at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
 at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
 at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1247)
 ... 9 more
Caused by:
net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 27: Unexpected end of data reached
 at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1094)
 at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:877)
 at net.sourceforge.nanoxml.XMLElement.resolveEntity(XMLElement.java:1013)
 at net.sourceforge.nanoxml.XMLElement.scanString(XMLElement.java:658)
 at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:915)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:512)
 at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
 at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1247)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
 at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
 at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:477)
 at net.sourceforge.jnlp.Launcher.launch(Launcher.java:283)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:199)
 at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:51)
 at java.security.AccessController.doPrivileged(Native Method)
 at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:165)
----------------------------------------------------------------------------------------

In Ubuntu 10.04 Java is silent.
launch.jnlp available at http://www.netlab.ru/nldealer/index.html and attached to this report

Current Systems:

<email address hidden>
firefox 9.0.1+build1-0ubuntu0.11.10.3
openjdk-6-jre 6b23~pre11-0ubuntu1.11.10 (also tested openjdk-7-jre)

<email address hidden>
firefox 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
openjdk-6-jre 6b20-1.9.10-0ubuntu1~10.04.2

Revision history for this message
zmedia (z-media) wrote :
summary: - launch.jnlp - Applet not working in OpenJDK Java 6 Web Start
+ launch.jnlp Applet not working in OpenJDK Java 6 Web Start
zmedia (z-media)
description: updated
zmedia (z-media)
description: updated
zmedia (z-media)
description: updated
zmedia (z-media)
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openjdk-6 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.