[Bug 444614] New: java.lang.NullPointerException in jing
https://bugzilla.novell.com/show_bug.cgi?id=444614 Summary: java.lang.NullPointerException in jing Product: openSUSE 11.1 Version: Factory Platform: i586 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: prusnak@novell.com ReportedBy: ug@novell.com QAContact: qa@suse.de Found By: --- I'm calling: /usr/bin/jing -c /usr/share/YaST2/schema/autoyast/rnc/profile.rnc valid.xml and get: Exception in thread "main" java.lang.NullPointerException at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service$Loader2.getResources(libgcj.so.9) at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service.<init>(libgcj.so.9) at org.relaxng.datatype.helpers.DatatypeLibraryLoader.<init>(libgcj.so.9) at com.thaiopensource.relaxng.impl.SchemaReaderImpl.createSchema(Unknown Source) at com.thaiopensource.validate.ValidationDriver.loadSchema(Unknown Source) at com.thaiopensource.relaxng.util.Driver.doMain(Unknown Source) at com.thaiopensource.relaxng.util.Driver.main(Unknown Source) I dont know if we can fix that but I wanted to report it. valid.xml attached profile.rnc is part of the yast2-schema package -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=444614 User ug@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444614#c1 --- Comment #1 from Uwe Gansert <ug@novell.com> 2008-11-13 05:56:52 MST --- Created an attachment (id=251885) --> (https://bugzilla.novell.com/attachment.cgi?id=251885) valid.xml -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=444614 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444614#c2 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |prusnak@novell.com AssignedTo|prusnak@novell.com |bnc-team-java@forge.provo.novell.com --- Comment #2 from Pavol Rusnak <prusnak@novell.com> 2008-11-13 08:26:42 MST --- It works for me when I use openJDK 1.6.0 $ ls -l /etc/alternatives/java lrwxrwxrwx 1 root root 41 2008-11-12 16:24 /etc/alternatives/java -> /usr/lib64/jvm/jre-1.6.0-openjdk/bin/java Must be a GCJ bug ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=444614 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444614#c3 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com AssignedTo|bnc-team-java@forge.provo.novell.com |matz@novell.com --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2008-11-18 02:52:20 MST --- Reassigning to gcj-java maintaner. BTW: I think, that it should be closed, as it works well under openjdk. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=444614 User matz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444614#c4 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|matz@novell.com |prusnak@novell.com --- Comment #4 from Michael Matz <matz@novell.com> 2008-11-18 06:24:04 MST --- Seems to be same bug as debian http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478187 There it's trang, but jing and trang use the same source base it seems. If that is so, then the bug is because jing includes its own variant of a class that is also in libgcj (org.relaxng.datatype.helpers.DatatypeLibraryLoader), but expects the one in the executable to be used. That's a bug of jing (and trang). A patch that helped the debian package is at: http://lists.debian.org/debian-java/2008/09/msg00006.html It happens to work with sun java (and openjdk) simply because that one doesn't contain the org.relaxng. classes already in it's runtime. So, back to jing/trang maintainer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=444614 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444614#c5 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Pavol Rusnak <prusnak@novell.com> 2008-11-27 06:44:36 MST --- Jing/Trang update to 20081028 fixes that ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com