On 13/06/12 13:27, Michael Brunnbauer wrote:
Hello Andy,
On Wed, Jun 13, 2012 at 12:54:18PM +0100, Andy Seaborne wrote:
Can I run tdbdump on a TDB used by Joseki as long as
I do not cause any SPARQL updates via Joseki ?
No.
I anticipated that and ran tdbdump (from TDB-0.8.10) while Joseki was not
running. Does the Exception I posted earlier indicate a corrupt TDB ?
Regards,
Michael Brunnbauer
Exception in thread "main" org.openjena.atlas.AtlasException: formatInt:
overflow
at
org.openjena.atlas.lib.NumberUtils.formatUnsignedInt(NumberUtils.java:103)
at org.openjena.atlas.lib.NumberUtils.formatInt(NumberUtils.java:75)
at org.openjena.atlas.lib.NumberUtils.formatInt(NumberUtils.java:48)
at com.hp.hpl.jena.tdb.store.DateTimeNode.unpack(DateTimeNode.java:244)
at
com.hp.hpl.jena.tdb.store.DateTimeNode.unpackDateTime(DateTimeNode.java:169)
I don't recognize the error (and the line numbers are 0.8.10 so don't
align with development).
It looks like a weird dateTime - is there anything odd in the data?
Andy