[Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Joel Cordeiro
Hi, i'm getting the followed stack trace after trying to delete the relationships of a node, followed by the delete of the node (the goal is to remove the node from the store, which must have no relationships, before doing that). org.neo4j.kernel.impl.nioneo.store.InvalidRecordException:

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
Was your data inserted with the BatchInserter on 1.4.M05 or 1.4.M04 or similar? 2011/7/21 Joel Cordeiro jkorde...@gmail.com Hi, i'm getting the followed stack trace after trying to delete the relationships of a node, followed by the delete of the node (the goal is to remove the node from

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Joel Cordeiro
Yes, the data was inserted with BatchInserter on 1.4M04. Joel Filipe Antunes Cordeiro jkorde...@gmail.com j...@student.dei.uc.pt 2011/7/21 Mattias Persson matt...@neotechnology.com Was your data inserted with the BatchInserter on 1.4.M05 or 1.4.M04 or similar? 2011/7/21 Joel Cordeiro

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
I'm sad to say that there was a bug in BatchInserter in M04 and M05 which could create some invalid relationship records. Is it a critical data set or is it easy to reinsert it with the BatchInserter of 1.4? 2011/7/21 Joel Cordeiro jkorde...@gmail.com Yes, the data was inserted with

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Joel Cordeiro
Thank you for the answer. The data set is not critical. It is easy to reinsert with the BatchInserter of 1.4. What is critical on my dataset is to keep it updated at runtime, that's why i need to add and remove nodes, and consequently their relationships. How can i solve that issue? Best regards,

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
Just start from a fresh database with 1.4 and you wont run into this issue... No other change required. Den torsdagen den 21:e juli 2011 skrev Joel Cordeirojkorde...@gmail.com: Thank you for the answer. The data set is not critical. It is easy to reinsert with the BatchInserter of 1.4. What is