I'm dumping via tdbdump and it just cuts the file abruptly when
terminating with this error:
$ tdbdump --loc=./tdb_temp > prod.nq
Exception in thread "main" java.util.NoSuchElementException
at org.openjena.riot.tokens.TokenizerText.next(TokenizerText.java:90)
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(NodeTa
bleNative.java:158)
1294276 lines and 262365104 bytes get written.
What could be the problem?
Martynas