On 04/10/11 23:54, Martynas Jusevicius wrote:
TDB 0.8.10 on Windows Vista btw.

On Tue, Oct 4, 2011 at 11:25 PM, Martynas Jusevicius
<[email protected]>  wrote:
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


I don't think anything has been changed in this code area for some time.

The node table has been corrupted at some time in the past.

It would be possible to get tdbdump to print a few details (at a very low level - i.e. the NodeId being looked up).

Are you using memory mapped files at all? They are "troublesome" on windows if you close and open databases in the same JVM.

        Andy

Reply via email to