
|
If you were logged in you would be able to see more operations.
|
|
Some code in the TriX parser seems to assume that there will always be a nested exception. The call stack for the error is:
java.lang.NullPointerException
at org.openrdf.rio.RDFParseException.<init>(RDFParseException.java:81)
at org.openrdf.rio.helpers.RDFParserBase.reportFatalError(RDFParserBase.java:532)
at org.openrdf.rio.helpers.RDFParserBase.reportFatalError(RDFParserBase.java:508)
at org.openrdf.rio.trix.TriXParser.parse(TriXParser.java:114)
at org.openrdf.rio.trix.TriXParser.parse(TriXParser.java:76)
<...>
Looking at this in the debugger, the value for "wrappedExc" on line 114 in TriXParser.java is null.
This is with Sesame version 2.2.2.
|
|
|
There are no comments yet on this issue.
|
| |
|
|