[Bug 1583] XML Parse error?
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Apr 15 11:48:13 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1583
Patrick Kolze <patrick.kolze at affinitas.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick.kolze at affinitas.de
--- Comment #1 from Patrick Kolze <patrick.kolze at affinitas.de> ---
Hi,
i am facing a similar problem on Debian 7 64 bit.
3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux
"
ii openjdk-7-jdk:amd64 7u25-2.3.10-1~deb7u1
amd64 OpenJDK Development Kit (JDK)
ii openjdk-7-jre:amd64 7u25-2.3.10-1~deb7u1
amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-7-jre-headless:amd64 7u25-2.3.10-1~deb7u1
amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-7-jre-lib 7u25-2.3.10-1~deb7u1
all OpenJDK Java runtime (architecture independent libraries)
"
"ii icedtea-7-jre-jamvm:amd64 7u25-2.3.10-1~deb7u1
amd64 Alternative JVM for OpenJDK, using JamVM
ii icedtea-7-plugin:amd64 1.4-3~deb7u2
amd64 web browser plugin based on OpenJDK and IcedTea to execute
Java applets
"
"netx: Read Error: Could not read or parse the JNLP file. (Invalid XML document
syntax. (XML Parse Exception during parsing of a jnlp element at line 52:
Expected: /))"
If i download the file "jviewer.jnlp" and check line 52 it seems that its a
syntax error.
".....
<application-desc>^M
<argument>%IP-ADDRESS%</argument>^M
<argument>6373</argument>^M
<argument>HadshASHashah^B<argument>jkkjaSG7hASJhjgjhasg818AG</argument>
</argument>^M
</application-desc>^M
...."
If i change it to
".....
<application-desc>^M
<argument>%IP-ADDRESS%</argument>^M
<argument>6373</argument>^M
<argument>HadshASHashah^B</argument>^M
<argument>jkkjaSG7hASJhjgjhasg818AG</argument>^M
</application-desc>^M
...."
it works !
On a 32 bit Debian it work without a problem.
Best Regards
Patrick
--
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/20140415/3aff8c90/attachment.html>
More information about the distro-pkg-dev
mailing list