On 06/08/13 06:11, nadav hoze wrote:
please help, we got this exception while trying to pull data from our
datstore in production:

com.hp.hpl.jena.tdb.index.bplustree.BPTreeException: Record
[0000000000003a86000000000000470d0000000000000000] not in this page:
BPTreeRecords[id=140147, link=140164]: Len=170 Max=341:
...

at
com.hp.hpl.jena.tdb.index.bplustree.BPTreeRecords.error(BPTreeRecords.java:257)
at
com.hp.hpl.jena.tdb.index.bplustree.BPTreeRecords.findPage(BPTreeRecords.java:89)
at
com.hp.hpl.jena.tdb.index.bplustree.BPTreeNode.findPage(BPTreeNode.java:247)
...

org.openjena.atlas.iterator.RepeatApplyIterator.hasNext(RepeatApplyIterator.java:37)
at
org.openjena.atlas.iterator.RepeatApplyIterator.hasNext(RepeatApplyIterator.java:34)
at
org.openjena.atlas.iterator.RepeatApplyIterator.hasNext(RepeatApplyIterator.java:34)
at org.openjena.atlas.iterator.Iter$4.hasNext(Iter.java:260)


You are using an old version - not sure which but org.openjena.atlas.iterator has moved under org.apache.atlas.

Your database is corrupt.

Some kind of non-transactional change was made in the past and the system abruptly stopped or crashed about that time. This may have been a long time ago - reading of the database has just discovered this.

        Andy

Reply via email to