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/9/28 Mattias Persson <[email protected]> > 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< > [email protected]>: > > 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. > > > > This makes 1.4.M06 the earliest release to use that does not have this > > issue or, even better, go for 1.4.1 which is the latest stable > > release. Since you are comfortable using milestones, 1.5.M01 might be > > of interest to you. > > > > http://neo4j.org/download has the links that you need. > > > > hope that helped, > > CG > > > > 2011/9/28 René Pickhardt <[email protected]>: > >> Neo1.4.M04 community edition no self build. > >> > >> 2011/9/28 Mattias Persson <[email protected]> > >> > >>> 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 <[email protected]> > >>> > >>> > 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 > >>> work. > >>> > > >>> > I imported a graph with 50 mio. nodes and about the same size of > >>> > relationships. (though I am about to import more relationships later > on) > >>> I > >>> > put 2 mio. nodes in a lucence index called article. > >>> > > >>> > the counting variable t has the value 2385 (so the first 2385 calls > work > >>> > fine) if I skip this node the same problem accoures again at t = > 3239. > >>> > > >>> > maybe it is usefull to say that I inserted the graph using the batch > >>> > inserter. > >>> > > >>> > IndexHits<Node> res = article.get("key", values[0]); > >>> > if (res!=null){ > >>> > Node n = res.getSingle(); > >>> > if (n!=null){ > >>> > if (n.hasRelationship(DynamicRelationshipType.withName( "UPDATE" ), > >>> > Direction.BOTH)){ > >>> > //n.traverse(Order.BREADTH_FIRST,StopEvaluator.DEPTH_ONE, > >>> > > ReturnableEvaluator.ALL_BUT_START_NODE,DynamicRelationshipType.withName( > >>> > "UPDATE" ) ); > >>> > t++; > >>> > } > >>> > } > >>> > > >>> > callstack: > >>> > > >>> > org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: > >>> Record[1983624] > >>> > not in useRecord[1983624] not in use > >>> > > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.nioneo.store.RelationshipStore.getRecord(RelationshipStore.java:230) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.nioneo.store.RelationshipStore.getChainRecord(RelationshipStore.java:337) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.getMoreRelationships(ReadTransaction.java:114) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.getMoreRelationships(ReadTransaction.java:97) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.persistence.PersistenceManager.getMoreRelationships(PersistenceManager.java:108) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.core.NodeManager.getMoreRelationships(NodeManager.java:603) > >>> > at > >>> > > >>> > org.neo4j.kernel.impl.core.NodeImpl.getMoreRelationships(NodeImpl.java:351) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.core.NodeImpl.loadInitialRelationships(NodeImpl.java:318) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.core.NodeImpl.ensureRelationshipMapNotNull(NodeImpl.java:305) > >>> > at > >>> > > >>> > > >>> > > org.neo4j.kernel.impl.core.NodeImpl.getAllRelationshipsOfType(NodeImpl.java:156) > >>> > at > >>> org.neo4j.kernel.impl.core.NodeImpl.getRelationships(NodeImpl.java:236) > >>> > at > >>> org.neo4j.kernel.impl.core.NodeImpl.hasRelationship(NodeImpl.java:576) > >>> > at > >>> > org.neo4j.kernel.impl.core.NodeProxy.hasRelationship(NodeProxy.java:109) > >>> > at IndexEvaluation.GenerateStreams(IndexEvaluation.java:124) > >>> > at IndexEvaluation.<init>(IndexEvaluation.java:98) > >>> > at EntryPoint.main(EntryPoint. > > -- > Mattias Persson, [[email protected]] > Hacker, Neo Technology > www.neotechnology.com > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- -- mobile: +49 (0)176 6433 2481 Skype: +49 (0)6131 / 4958926 Skype: rene.pickhardt www.rene-pickhardt.de <http://www.beijing-china-blog.com> _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

