Re: [Neo4j] InvalidRecordException

2011-10-31 Thread Samuel Feng
Thanks David, I am using 1.4M04. 2011/11/1 David Montag > Hi Samuel, > > What Neo4j version are you running? > > David > > 2011/10/31 Samuel Feng > > > Hello List, > > > > I encountered below exception,There should be some concurrent issue. > > > > 2011-11-01 02:01:55,882 RobotScheduler_Worker

Re: [Neo4j] InvalidRecordException

2011-10-31 Thread David Montag
Hi Samuel, What Neo4j version are you running? David 2011/10/31 Samuel Feng > Hello List, > > I encountered below exception,There should be some concurrent issue. > > 2011-11-01 02:01:55,882 RobotScheduler_Worker-7 ERROR - > [ProductInstanceFactory.getPICount] Unexpected Exception > org.neo4j.

[Neo4j] InvalidRecordException

2011-10-31 Thread Samuel Feng
Hello List, I encountered below exception,There should be some concurrent issue. 2011-11-01 02:01:55,882 RobotScheduler_Worker-7 ERROR - [ProductInstanceFactory.getPICount] Unexpected Exception org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node[817] is neither firstNode[323469] nor s

Re: [Neo4j] InvalidRecordException with BatchInserter in 1.5.M02

2011-10-25 Thread Mattias Persson
Yes this have been fixed, sorry for not notifying you about it! The fix will be included in the 1.5 GA release. Thank you very much for you patience and responses. Best, Mattias 2011/10/25 Dennis Hendriksen > Hello Mattias, > > I'm curious to know if you were able to reproduce the problem. I r

Re: [Neo4j] InvalidRecordException with BatchInserter in 1.5.M02

2011-10-15 Thread Mattias Persson
Thanks Dennis for reporting it. I would like to run your code to be able to reproduce it locally, then I can probably fix the bug. Would that be possible? Best, Mattias 2011/10/14 Dennis Hendriksen > Hi all, > > Since upgrading neo4j 1.4.1 to 1.5.M02 I get a InvalidRecordException > while impo

[Neo4j] InvalidRecordException with BatchInserter in 1.5.M02

2011-10-14 Thread Dennis Hendriksen
Hi all, Since upgrading neo4j 1.4.1 to 1.5.M02 I get a InvalidRecordException while importing data in a new store using BatchInserter (never seen this exception with 1.4.1). For identical program executions the exceptions occur at different moments. The problem only occurs after inserting million

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
ountered it in an > > early 1.4 beta. ;-) > > > > I think you'll have a good result if you can switch to the 1.4.1 release! > > > > Best, > > > > Rick > > > > -Original Message- > > From: user-boun...@lists.neo4j.org [mailto:user-boun.

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
.@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On Behalf Of René Pickhardt > Sent: Wednesday, September 28, 2011 10:29 AM > To: Neo4j user discussions > Subject: Re: [Neo4j] InvalidRecordException: Record[1983624] not in > useRecord[1983624] not in use > > Hey guys, > >

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Rick Bullotta
g] On Behalf Of René Pickhardt Sent: Wednesday, September 28, 2011 10:29 AM To: Neo4j user discussions Subject: Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use Hey guys, I don't know "how" I found the old milestone. I was downloading it

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
Hey guys, I don't know "how" I found the old milestone. I was downloading it once I started using neo4j. I will just migrate to the current stable version and tell you afterwards if I still have problems. by your comments I guess the problem will be solved. Thanks so far! best regards René 2011

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
I'm curious to know how you found that old milestone also :) you picked the one out of extremely few having some kind of data problems. Den onsdagen den 28:e september 2011 skrev Chris Gioran< chris.gio...@neotechnology.com>: > Hi Rene, > > According to git log, 1,4.M04 was tagged 10/06/2011, whil

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Chris Gioran
Hi Rene, According to git log, 1,4.M04 was tagged 10/06/2011, while the fix for a bug in the BatchInserterImpl that caused corrupted stores which gave the message you are seeing is https://github.com/neo4j/community/commit/71fbe4ac1174fad16a7bb154c9f78d3f1b377248 which has a date of 04/07/2011.

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Rick Bullotta
Why are you running a beta version? On Sep 28, 2011, at 9:03 AM, "René Pickhardt" wrote: > Neo1.4.M04 community edition no self build. > > 2011/9/28 Mattias Persson > >> Which version of neo4j did you use to import your data, was it a >> downloadable package, from maven or building yourself

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
Neo1.4.M04 community edition no self build. 2011/9/28 Mattias Persson > Which version of neo4j did you use to import your data, was it a > downloadable package, from maven or building yourself from a branch? > > 2011/9/28 René Pickhardt > > > hey everyone > > > > I got a strange error message t

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
Which version of neo4j did you use to import your data, was it a downloadable package, from maven or building yourself from a branch? 2011/9/28 René Pickhardt > hey everyone > > I got a strange error message that a record is not in use if I call > hasRelationship() function even though I checked

[Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
hey everyone I got a strange error message that a record is not in use if I call hasRelationship() function even though I checked against null before! My real purpose was to start the traverser but it exited with the same error message. That is why I put the n.hasRelationship which also would not

Re: [Neo4j] InvalidRecordException: Node record NodeRecord still has relationships

2011-05-05 Thread Balazs E. Pataki
Hi Chris, Thanks for your notes. I think I figured out what I did wrong: I tried to remove nodes and relationships during traversal, like this: Iterator nodes = td.traverse( obj ).nodes().iterator(); for ( int order = 0; nodes.hasNext(); order++ ) { Node n = nodes.next()

Re: [Neo4j] InvalidRecordException: Node record NodeRecord still has relationships

2011-05-05 Thread Christoph Klaaßen
Are you sure that you deleted all relations before you try to remove the node itself? Because the exception tells that you didn't. Maybe you should step through delete process to be sure. Greetings Chris Am 05.05.2011 um 13:47 schrieb "Balazs E. Pataki" : > Hi, > > I have a complex databa

[Neo4j] InvalidRecordException: Node record NodeRecord still has relationships

2011-05-05 Thread Balazs E. Pataki
Hi, I have a complex database and I try to delete some parts of the graph using traversal. When deleting, I always delete all relationhips of a node, and then delete the node itself. At the end, however I get this exception: Caused by: javax.transaction.HeuristicRollbackException: Failed to c

Re: [Neo4j] InvalidRecordException

2011-04-06 Thread Tobias Ivarsson
This has been very thoroughly investigated, and still is being thoroughly investigated, since we have not been able to reproduce the problem at all. Any hints on what scenario this occurred in that you can provide would be immensely helpful. Cheers, Tobias On Tue, Apr 5, 2011 at 9:41 PM, Degrassi

Re: [Neo4j] InvalidRecordException

2011-04-05 Thread Degrassi Francesco
Hi Jim.   Actually there is more than one. The code is already in production, so we are not eager to move too early on new versions. Moreover, we have very small databases and performance is not an issue, so the _only_ driver for upgrade would be the fixing of specific (this :-) ) bugs.    We've no

Re: [Neo4j] InvalidRecordException

2011-04-05 Thread Jim Webber
Hi Francesco, Is there a compelling reason why you need to be on Neo 1.1? We're in the process of releasing 1.3 which has substantial advantages over 1.1 (larger databases, performance improvements, bug fixes). Could you run a quick experiment on one of the 1.3 milestone builds and perhaps pla

Re: [Neo4j] InvalidRecordException

2011-04-05 Thread Degrassi Francesco
Hello everyone. Was this issue investigated and, perhaps, solved ? We started experiencing the same today, on Neo 1.1 on CentOS 5 and couldn't manage to reproduce it reliably yet.   I will attach a stacktrace and more info tomorrow, but wanted to know if there were any news on the issue.   Thanks i

Re: [Neo4j] InvalidRecordException

2011-03-13 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 12:31 PM, Tobias Ivarsson wrote: > I need at least these two files: > neostore.nodestore.db > neostore.relationshipstore.db I managed to get permission to send you data and tomorrow while in office I'll let you know the URL. Thanks so much for the great support! -- Mass

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Tobias Ivarsson
I need at least these two files: neostore.nodestore.db neostore.relationshipstore.db -tobias On Fri, Mar 11, 2011 at 11:26 AM, Massimo Lusetti wrote: > On Fri, Mar 11, 2011 at 10:49 AM, Tobias Ivarsson > wrote: > > > Please tell me that you have the database file in the state they were in > > w

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Axel Morgner
Hi Tobias, I sent you more detailed information off the list. Greetings Axel On 11.03.2011 10:49, Tobias Ivarsson wrote: > Please tell me that you have the database file in the state they were in > when this happened. That you have not tried to repair the database in any > way. > If you do, cou

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 10:49 AM, Tobias Ivarsson wrote: > Please tell me that you have the database file in the state they were in > when this happened. That you have not tried to repair the database in any > way. > If you do, could you please send me those database files off-list (dropbox > or

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Tobias Ivarsson
Please tell me that you have the database file in the state they were in when this happened. That you have not tried to repair the database in any way. If you do, could you please send me those database files off-list (dropbox or similar, or contact me directly to discuss how to transfer it). I wi

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Axel Morgner
Hi Johan, here are some config details: System is Ubuntu 10.10 uname -a Linux dev1 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 x86_64 GNU/Linux Filesystem is ext4 on an SSD 03:00.0 SATA controller: JMicron Technology Corp. JMB361 AHCI/IDE (rev 02) Host: scsi0 Channel: 00 Id:

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 10:14 AM, Johan Svensson wrote: > Hi, > > I am assuming no manual modifying of log files or store files at > runtime or between shutdowns/crashes and startups has been performed. Sure. > What filesystem are you running this on (and with what configuration)? This is Free

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Johan Svensson
Hi, I am assuming no manual modifying of log files or store files at runtime or between shutdowns/crashes and startups has been performed. What filesystem are you running this on (and with what configuration)? Massimo since you say it happen more and more if the db grows can you write a test cas

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Thu, Mar 10, 2011 at 9:58 PM, Massimo Lusetti wrote: > On Thu, Mar 10, 2011 at 6:11 PM, Axel Morgner wrote: > >> Hi, >> >> I'm getting an InvalidRecordException >> >> org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node[5] is >> neither firstNode[37781] nor secondNode[37782] for Re

Re: [Neo4j] InvalidRecordException

2011-03-10 Thread Massimo Lusetti
On Thu, Mar 10, 2011 at 6:11 PM, Axel Morgner wrote: > Hi, > > I'm getting an InvalidRecordException > > org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node[5] is > neither firstNode[37781] nor secondNode[37782] for Relationship[188125] >     at > org.neo4j.kernel.impl.nioneo.xa.ReadT

[Neo4j] InvalidRecordException

2011-03-10 Thread Axel Morgner
Hi, I'm getting an InvalidRecordException org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node[5] is neither firstNode[37781] nor secondNode[37782] for Relationship[188125] at org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.getMoreRelationships(ReadTransaction.java:131) at

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-03 Thread Lars Hvile
ere? - the file system is just regular files on the host - the unclean shutdown was me terminating the jvm on purpose while doing inserts Lars - Reply message - Fra: "Tobias Ivarsson" Til: "Neo4j user discussions" Emne: [Neo4j] InvalidRecordException during traversal aft

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-03 Thread Tobias Ivarsson
I've been able to manually put the store into a consistent state. I did this by simply skipping the references to Relationship[2055394] that had somehow gotten into the relationship chain of Node[1]. I haven't, however, been able to reproduce or find the cause of this. It would have been interesti

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-02 Thread Lars Hvile
ion or something like that? > > Regards, > Lars Hvile > > Fra: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] på > vegne av Tobias Ivarsson [tobias.ivars...@neotechnology.com] > Sendt: 1. februar 2011 22:04 > Til: N

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Tobias Ivarsson
> Fra: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] på > vegne av Tobias Ivarsson [tobias.ivars...@neotechnology.com] > Sendt: 1. februar 2011 22:04 > Til: Neo4j user discussions > Emne: Re: [Neo4j] InvalidRecordException during traversal after unclean > shutdow

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Lars Hvile
av Tobias Ivarsson [tobias.ivars...@neotechnology.com] Sendt: 1. februar 2011 22:04 Til: Neo4j user discussions Emne: Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown And this was not using the batchinsert either? Because batchinsert will most likely leave the data corru

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Tobias Ivarsson
And this was not using the batchinsert either? Because batchinsert will most likely leave the data corrupt if not shut down cleanly. Just want to make sure, by covering the simplest things first. -tobias On Tue, Feb 1, 2011 at 7:12 PM, Lars Hvile wrote: > This exact error has already been disc

[Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Lars Hvile
This exact error has already been discussed on the mailinglist back in 2009 (http://lists.neo4j.org/pipermail/user/2009-November/001906.html), but without a conclusion? During some inserts, I did an unclean shutdown. When I restarted neo, the standard recovery stuff was logged, and it said that

Re: [Neo4j] InvalidRecordException exception

2010-12-28 Thread Johan Svensson
On Thu, Dec 23, 2010 at 12:34 PM, George Ciubotaru wrote: > > Taking a second look over that locking mechanism, I've noticed that it uses > read locks for a delete operation. Should there be write locks instead? > Yes, sorry about that it should be write locks. The read locks will still allow fo

Re: [Neo4j] InvalidRecordException exception

2010-12-23 Thread George Ciubotaru
f Of David Montag Sent: 17 December 2010 16:43 To: Neo4j user discussions Subject: Re: [Neo4j] InvalidRecordException exception Hi George, If you would like to share your code, or really any code that reproduces this, along with the store directory, it would be easier for us to help you. David On F

Re: [Neo4j] InvalidRecordException exception

2010-12-23 Thread Johan Svensson
ne release(s). > >   Thanks, > >   Rick > >   Original Message ---- >   Subject: Re: [Neo4j] InvalidRecordException exception >   From: Johan Svensson <[1]jo...@neotechnology.com> >   Date: Wed, December 15, 2010 8:32 am >   To: Neo4j user discussions <

Re: [Neo4j] InvalidRecordException exception

2010-12-17 Thread rick.bullotta
Hi, Johan. Is this related to the patch you provided me for a similar issue? I had thought it made it into the milestone release(s). Thanks, Rick Original Message Subject: Re: [Neo4j] InvalidRecordException exception From: Johan Svensson <[1

Re: [Neo4j] InvalidRecordException exception

2010-12-17 Thread David Montag
not using any lock mechanism other than the one you've proposed and > that only for that delete operation. Any idea of might be wrong here? > > Thank you, > George > > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] >

Re: [Neo4j] InvalidRecordException exception

2010-12-17 Thread Mattias Persson
> George > > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On Behalf Of Johan Svensson > Sent: 15 December 2010 13:32 > To: Neo4j user discussions > Subject: Re: [Neo4j] InvalidRecordException exception > > This

Re: [Neo4j] InvalidRecordException exception

2010-12-17 Thread George Ciubotaru
operation. Any idea of might be wrong here? Thank you, George -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Johan Svensson Sent: 15 December 2010 13:32 To: Neo4j user discussions Subject: Re: [Neo4j] InvalidRecordException except

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread Johan Svensson
Behalf Of Johan Svensson > Sent: 15 December 2010 12:23 > To: Neo4j user discussions > Subject: Re: [Neo4j] InvalidRecordException exception > > Sorry, should also have asked what Neo4j version you use but guessing it is > 1.1 or early milestone release? > > If so I think the pr

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread George Ciubotaru
accept the exception. Thank you for your quick and detailed response. Best regards, George -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Johan Svensson Sent: 15 December 2010 12:23 To: Neo4j user discussions Subject: Re: [Neo4j] In

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread Johan Svensson
   at Graphing.Graph.deleteRelationships(Graph.java:1234) > > Thanks, > George > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On > Behalf Of Johan Svensson > Sent: 15 December 2010 10:44 > To: Neo4j user discussi

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread George Ciubotaru
: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Johan Svensson Sent: 15 December 2010 10:44 To: Neo4j user discussions Subject: Re: [Neo4j] InvalidRecordException exception Hi George, Could you provide the full stacktrace for the exception. Regards, Johan On Wed

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread Johan Svensson
>                } >                ... >                finally >                { >                        tx.finish(); >                } >                ... > > I'm getting the InvalidRecordException when deleting a relationship in the > last case above (rela

Re: [Neo4j] InvalidRecordException exception

2010-12-15 Thread George Ciubotaru
ontag Sent: 15 December 2010 05:01 To: Neo4j user discussions Subject: Re: [Neo4j] InvalidRecordException exception Hi George, Could you please provide some background info on how you created/populated your Neo4j graph? David On Tue, Dec 14, 2010 at 10:03 AM, George Ciubotaru <

Re: [Neo4j] InvalidRecordException exception

2010-12-14 Thread David Montag
Hi George, Could you please provide some background info on how you created/populated your Neo4j graph? David On Tue, Dec 14, 2010 at 10:03 AM, George Ciubotaru < george.ciubot...@weedle.com> wrote: > Hello guys, > > I'm getting "org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: > Reco

[Neo4j] InvalidRecordException exception

2010-12-14 Thread George Ciubotaru
Hello guys, I'm getting "org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Record[558335] not in use" exception from time to time when deleting a relationship. I don't seem to find much information about this kind of exception. Any idea what it means? Thank you, George ___

Re: [Neo4j] InvalidRecordException: Node[2] not part of firstNode[0] or secondNode[0]

2010-11-04 Thread Thomas Lutz
...@lists.neo4j.org] Im Auftrag von Peter Neubauer Gesendet: Mittwoch, 3. November 2010 11:39 An: Neo4j user discussions Betreff: Re: [Neo4j] InvalidRecordException: Node[2] not part of firstNode[0] or secondNode[0] Thomas, are you using the ReadOnly DB service at the same time as the Batchinserter

Re: [Neo4j] InvalidRecordException: Node[2] not part of firstNode[0] or secondNode[0]

2010-11-03 Thread Peter Neubauer
Thomas, are you using the ReadOnly DB service at the same time as the Batchinserter, so you are looking while the insertion is happening? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitte

[Neo4j] InvalidRecordException: Node[2] not part of firstNode[0] or secondNode[0]

2010-11-02 Thread Thomas Lutz
Hello, I'm using neo4j version 1.1 on Debian with the readonlyGraphDbService to get nodes and relationships and the BatchInserter to insert new things. When calling "for (Relationship rel : node.getRelationships()) {" (node is from "for (Node node : readonlyGraph.getAllNodes()) {" before) I get t