hi all

I get a RiotParseException with a big TDB and tdbdump from TDB-0.8.10 after
much of the data got written out. Do I have a corrupt TDB or is there a bug
somewhere ? Here is the full trace:

Exception in thread "main" org.openjena.riot.RiotParseException: [line: 1, col: 
4 ] illegal escape sequence value: f (0x66)
        at 
org.openjena.riot.tokens.TokenizerText.exception(TokenizerText.java:1067)
        at 
org.openjena.riot.tokens.TokenizerText.exception(TokenizerText.java:1057)
        at 
org.openjena.riot.tokens.TokenizerText.readLiteralEscape(TokenizerText.java:973)
        at 
org.openjena.riot.tokens.TokenizerText.readString(TokenizerText.java:489)
        at 
org.openjena.riot.tokens.TokenizerText.parseToken(TokenizerText.java:188)
        at org.openjena.riot.tokens.TokenizerText.hasNext(TokenizerText.java:68)
        at org.openjena.riot.tokens.TokenizerText.next(TokenizerText.java:89)
        at com.hp.hpl.jena.tdb.nodetable.NodecSSE.decode(NodecSSE.java:91)
        at com.hp.hpl.jena.tdb.lib.NodeLib.decode(NodeLib.java:89)
        at com.hp.hpl.jena.tdb.lib.NodeLib.fetchDecode(NodeLib.java:71)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableNative.readNodeByNodeId(NodeTableNative.java:158)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableNative._retrieveNodeByNodeId(NodeTableNative.java:85)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableNative.getNodeForNodeId(NodeTableNative.java:58)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableCache._retrieveNodeByNodeId(NodeTableCache.java:87)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableCache.getNodeForNodeId(NodeTableCache.java:58)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableWrapper.getNodeForNodeId(NodeTableWrapper.java:44)
        at 
com.hp.hpl.jena.tdb.nodetable.NodeTableInline.getNodeForNodeId(NodeTableInline.java:55)
        at com.hp.hpl.jena.tdb.lib.TupleLib.quad(TupleLib.java:126)
        at com.hp.hpl.jena.tdb.lib.TupleLib.quad(TupleLib.java:118)
        at com.hp.hpl.jena.tdb.lib.TupleLib.access$100(TupleLib.java:32)
        at com.hp.hpl.jena.tdb.lib.TupleLib$4.convert(TupleLib.java:76)
        at com.hp.hpl.jena.tdb.lib.TupleLib$4.convert(TupleLib.java:72)
        at org.openjena.atlas.iterator.Iter$4.next(Iter.java:267)
        at org.openjena.atlas.iterator.IteratorCons.next(IteratorCons.java:76)
        at org.openjena.atlas.iterator.Iter.sendToSink(Iter.java:428)
        at org.openjena.riot.out.NQuadsWriter.write(NQuadsWriter.java:31)
        at org.openjena.riot.RiotWriter.writeNQuads(RiotWriter.java:25)
        at tdb.tdbdump.exec(tdbdump.java:38)
        at arq.cmdline.CmdMain.mainMethod(CmdMain.java:85)
        at arq.cmdline.CmdMain.mainRun(CmdMain.java:47)
        at arq.cmdline.CmdMain.mainRun(CmdMain.java:34)
        at tdb.tdbdump.main(tdbdump.java:20)

cu,
brunni

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail [email protected]
++  http://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel

Reply via email to