Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 37: Expected: <
- at net.sourceforge.nanoxml.XMLElement.expectedInput(XMLElement.java:1184)
- at net.sourceforge.nanoxml.XMLElement.scanElement(XMLElement.java:1023)
- 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
Advertisement
Add Comment
Please, Sign In to add comment