macOS xdg-desktop-icon

Jiri Vanek jvanek at redhat.com
Tue Dec 4 11:03:37 UTC 2018


On 12/3/18 9:10 PM, jtesdall wrote:
> Thanks Jiri, those changesets did fix the issue. However, now I get an error
> when trying to debug that says it cannot read the jnlp?? I also get the same
> error if a build a new jar file from eclipse with the latest source
> downloaded saturday. I know you said I can't build from eclipse without
> cygwin. Do I need cygwin setup to debug as well?

Nope. For debugging you should not need cygwin.

Ithink the exception is clear,isnt it:)  You are reading malformed jnlp - it loosk like it is not
xml at all. Tagsoup.jar is used by ITW to readmalfromed XMLs, but in your case, it may be that you
are reading non-existing file, or getting some nice 404/503/whatever html repsonse.

Without traces how you get to the exception (comandline?) I cna only gaze to crystallball.
> 
> 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:487)
> 	at net.sourceforge.jnlp.Launcher.launch(Launcher.java:287)
> 	at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)
> 	at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:264)
> 	at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:1)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:204)
> 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
> net.sourceforge.jnlp.MalformedXMLParser.getRootNode(MalformedXMLParser.java:79)
> 	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:1392)
> 	at net.sourceforge.jnlp.JNLPFile.parse(JNLPFile.java:815)
> 	at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:233)
> 	at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:215)
> 	at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:200)
> 	at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:186)
> 	at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:451)
> 	... 6 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:1202)
> 	at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:505)
> 	at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:466)
> 	at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:114)
> 	... 18 more
> 
> 
> 
> 
> --
> Sent from: http://openjdk.5641.n7.nabble.com/OpenJDK-Distribution-specific-Packaging-f25548.html
> 


-- 
Jiri Vanek
Senior QE engineer, OpenJDK QE lead, Mgr.
Red Hat Czech
jvanek at redhat.com    M: +420775390109


More information about the distro-pkg-dev mailing list