Crash at start up after Ubuntu upgrade
in
Integration and Hardware
•
1 month ago
Hi all,
Processing don't start up after a OS upgrade (12.04 > 12.10 > 13.04).
Here is the error :
Fatal: Read Error: Could not read or parse the JNLP file.
With these 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:211)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:177)
Caused by: net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1305)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:206)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:190)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:175)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:161)
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:477)
... 5 more
Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of the XML definition at line 1: Expected: '<' but got: '#'
at net.sourceforge.nanoxml.XMLElement.expectedInput(XMLElement.java:1143)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:503)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1301)
... 10 more
I tried google.
I tried to uninstall & reinstall java
Tested with 2.0 and 2.0.2 Processing versions.
Same error...
Thanks for your help.
PS : I'm not sure it's the right place for this question. Sorry if not.
Processing don't start up after a OS upgrade (12.04 > 12.10 > 13.04).
Here is the error :
Fatal: Read Error: Could not read or parse the JNLP file.
With these 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:211)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:177)
Caused by: net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1305)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:206)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:190)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:175)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:161)
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:477)
... 5 more
Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during parsing of the XML definition at line 1: Expected: '<' but got: '#'
at net.sourceforge.nanoxml.XMLElement.expectedInput(XMLElement.java:1143)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:503)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:464)
at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1301)
... 10 more
I tried google.
I tried to uninstall & reinstall java
Tested with 2.0 and 2.0.2 Processing versions.
Same error...
Thanks for your help.
PS : I'm not sure it's the right place for this question. Sorry if not.
1