You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2018/09/17 16:39:00 UTC

[jira] [Resolved] (OPENMEETINGS-1930) OpenMeetings 4.0.5 in Public Room when try record icedtea-web error

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-1930.
--------------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.0.6

IcedTea is definitely behaves very bad

{code}
<![CDATA[ some text; [Missing]]]>
{code}

is valid XML, no reason to fail ....

Should be fixed in next nightly build

> OpenMeetings 4.0.5 in Public Room when try record icedtea-web error
> -------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-1930
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1930
>             Project: Openmeetings
>          Issue Type: Bug
>            Reporter: Alvaro
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 4.0.6
>
>         Attachments: public_4.0.4.jnlp, public_4.0.5.jnlp.jnlp
>
>
> OM 4.0.5, at Public Room when try record, icedtea-web give an error (i've tested in diferents OSes):
> net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the JNLP file. You can try to download this file manually and send it as bug report to IcedTea-Web team.
>  at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:490)
>  at net.sourceforge.jnlp.Launcher.launch(Launcher.java:286)
>  at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)
>  at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:245)
>  at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:195)
> Caused by: net.sourceforge.jnlp.ParseException: Broken Malformed parser. You may have missing tagsoup installation or your ITW was not built against it. Check your installation and/or consult distribution. Invalid XML document syntax.
>  at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:118)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1321)
>  at net.sourceforge.jnlp.JNLPFile.parse(JNLPFile.java:801)
>  at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:232)
>  at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:214)
>  at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:199)
>  at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:185)
>  at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:454)
>  ... 6 more
> Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of a jnlp element at line 36: Unexpected end of data reached
>  at net.sourceforge.nanoxml.XMLElement.unexpectedEndOfData(XMLElement.java:1150)
>  at net.sourceforge.nanoxml.XMLElement.readChar(XMLElement.java:927)
>  at net.sourceforge.nanoxml.XMLElement.checkCDATA(XMLElement.java:759)
>  at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:986)
>  at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:1018)
>  at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:1018)
>  at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:514)
>  at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:466)
>  at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:114)
>  ... 17 more
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)