Menu

#3 Offline-allowed not working

open
jnlp (2)
5
2002-08-28
2002-08-28
Anonymous
No

I have an application which needs to run offline.
Only the first time it connects to the server.
I get the folowing gd.xml.ParseException:
mismatched close tag
at gd.xml.tiny.TinyResponder.recordElementEnd
(TinyResponder.java:81)
at gd.xml.XMLParser.readClosingTag
(XMLParser.java:717)
at gd.xml.XMLParser.readDocument
(XMLParser.java:808)
at gd.xml.XMLParser.parseXML
(XMLParser.java:82)
at gd.xml.tiny.TinyParser.parseXML
(TinyParser.java:35)
at netx.jnlp.Parser.getRootNode
(Parser.java:920)
at netx.jnlp.JNLPFile.<init>(JNLPFile.java:142)
at netx.jnlp.JNLPFile.<init>(JNLPFile.java:128)
at netx.jnlp.JNLPFile.<init>(JNLPFile.java:115)
at netx.jnlp.runtime.Boot.getFile(Boot.java:185)
at netx.jnlp.runtime.Boot.run(Boot.java:146)
at java.security.AccessController.doPrivileged
(Native Method)
at netx.jnlp.runtime.Boot.main(Boot.java:133)
at java.lang.reflect.Method.invoke(Native
Method)
at netx.jnlp.runtime.Boot13.main
(Boot13.java:98)
netx: Invalid XML document syntax.error:

Probably because it cannot find the given JNLP-file.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB