Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Mattias Persson
Hi again and sorry for late response, This has been some nut to crack, but finally I think the bug is resolved. It's committed and will be available in the next milestone, but is already available (at least within the next hour or so) in SNAPSHOT builds from the neo4j maven repository. I'd like

Re: [Neo4j] The imdb example is broken

2011-01-17 Thread Alfredas Chmieliauskas
Dear Michael, thanks for all the help! But I just get the feeling that I am in some parallel universe. Because the imdb example still requires import org.springframework.datastore.graph.annotation.GraphProperty; see:

Re: [Neo4j] The imdb example is broken

2011-01-17 Thread Michael Hunger
Hi Alfredas, yes the parallel universe is that you are looking at an older fork of the examples repository by Thomas Risberg. The only valid examples repo is here: http://github.com/SpringSource/spring-data-graph-examples That should also be mentioned in the reference docs. Thomas actually

[Neo4j] Unmanaged extensions example

2011-01-17 Thread Peter Neubauer
Hi Dave and others, there is now a proper example of deploying an unmanaged extension into the root URL space to the Neo4j Server, see http://components.neo4j.org/neo4j-examples/snapshot/ and http://docs.neo4j.org/chunked/snapshot/server-unmanaged-extensions.html in the reference manual. I just

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
Great! Thanks alot! Let me know when and where I can download the update! Cheers, Andi Am 17.01.2011 um 10:03 schrieb Mattias Persson: Hi again and sorry for late response, This has been some nut to crack, but finally I think the bug is resolved. It's committed and will be available in

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Anders Nawroth
Hi! 2011-01-17 20:42, Andreas Bauer: Great! Thanks alot! Let me know when and where I can download the update! The snapshot version of the download package is found here: http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-unix.tar.gz http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-windows.zip /anders

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Rick Bullotta
So the issue was in Neo and not Neoclipse? If so, is this a recommended patch for everyone running Neo 1.2 who might encounter a recovery/restart situation, or is this something specific to a Neoclipse issue? Thanks, Rick -Original Message- From: user-boun...@lists.neo4j.org

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
Hi, I tried to clean up my database with the new version. Seems to work. But when cleanup is done and my program wants to start the database I get Caused by: org.neo4j.graphdb.TransactionFailureException: Unable to start TM at

Re: [Neo4j] Searching for ways in imported OSM data

2011-01-17 Thread bryce hendrix
Craig, I've ran into a bit of a stumbling block. I am attempting to do find a simple route using A* from 2 nodes on 2 different ways. What is the best way to find the points closest to 2 reference points which are on ways? Assuming I've got those nodes, is there anything special I have to do,