Re: [Neo4j] neo4j : transactions cluster

2011-01-12 Thread Peter Neubauer
John, feel free to give feedback on how useful the information is and what could be improved! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer

Re: [Neo4j] User Digest, Vol 45, Issue 35

2011-01-12 Thread Dave Hesketh
Craig First of all, I must apologise for my slow response - I have been on extended leave (with, deliberately, no internet access - you can live without it!). I am in the process of writing-up (for internal record) the testing process I have been using to benchmark RTree versus PostGIS. I will

[Neo4j] Trouble with neo4j.py - Ubuntu 10.10

2011-01-12 Thread Tim McNamara
Has anyone else experienced difficulty running neo4j.py on Ubuntu 10.10? I'm having difficulty building the package. I've installed Jython, but am receiving the following traceback: $ ~/jython/jython -V Jython 2.5.2rc2 $ ~/jython/jython setup.py install setup.py:54: UserWarning: Setuptools is

Re: [Neo4j] Trouble with neo4j.py - Ubuntu 10.10

2011-01-12 Thread Peter Neubauer
Tim, from the message, it sounds like you should setup http://pypi.python.org/pypi/setuptools which will simplify things? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] Trouble with neo4j.py - Ubuntu 10.10

2011-01-12 Thread Tim McNamara
My CPython can find setuptools fine.. I wonder if it's just something I've done incorrectly when I installed Jython. On 12 January 2011 23:25, Peter Neubauer peter.neuba...@neotechnology.comwrote: Tim, from the message, it sounds like you should setup http://pypi.python.org/pypi/setuptools

Re: [Neo4j] [SPAM] Re: Neoclipse Remote access

2011-01-12 Thread rick.bullo...@burningskysoftware.com
Same here, on neo 1.2 on Windows. - Reply message - From: Kalin Wilson Development d...@kalinwilson.com Date: Tue, Jan 11, 2011 8:51 am Subject: [SPAM] Re: [Neo4j] Neoclipse Remote access To: Neo4j user discussions user@lists.neo4j.org Thanks Anders, I changed the connection mode in

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, as the database reruns all not synced transaction on startup after a startup and clear shutdown all transaction that should be accounted for should be applied and all others discarded. So an new EmbeddedGraphDatabase( path ).shutdown() should clean it up for you (or starting and

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Anders Nawroth
Hi! Would you please provide the error message that you get from neoclipse? (And the StackTrace if possible). Note that you can see some info by starting neoclipse from a command line. Also, there's a log file located at: [neoclipse-install-dir]/workspace/.metadata/.log /anders

[Neo4j] Neo4j community poll :)

2011-01-12 Thread Peter Neubauer
Hi everyone! Inspired by the blog post over at http://naramore.net/blog/why-people-don-t-contribute-to-os-projects-and-what-we-can-do-about-it, I put up a poll at https://spreadsheets.google.com/a/neopersistence.com/viewform?formkey=dDVkWGRBNVlnV242U25rNnNaUDJHQWc6MQ, and it would be great if

Re: [Neo4j] Trouble with neo4j.py - Ubuntu 10.10

2011-01-12 Thread Tobias Ivarsson
No, that is just a warning. The real problem seems to be that the setup script is unable to find the artifactId in one of the dependency poms. I have yet to come up with a good way to make the script retrieve the dependency jars. -tobias On Wed, Jan 12, 2011 at 11:25 AM, Peter Neubauer

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, I get the following messages, when I start from the command line. As I supposed the problem is due to the random stop of my program, when I debug. I mean when I debug, I just click the stop button in Eclipse. This seems to cause the problem. But how do I work around this? 12.01.2011

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, That just shows that the recovery of the transaction started. Does it also say that it finishes the recovery after a while? You should allow it to end the recovery and then do a clear shutdown of the database. If you connect to the db with neoclipse it shouldn't pose any problem. How

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, I let neoclipse do its work. After the messages mentioned below, only checking service ... starting neo4j checking service ... starting neo4j checking service ... starting neo4j checking service ... appears, interrupted by the message The neo service is not available; and after I clicked

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
I rather meant your program. Just have it start up, and shutdown() the EmbeddedGraphDatabaseService cleanly. Afterwards try to use neoclipse. Cheers Michael Am 12.01.2011 um 20:21 schrieb Andreas Bauer: Hi, I let neoclipse do its work. After the messages mentioned below, only checking

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, ok, I did that and now I get this stack trace 12.01.2011 21:04:57 org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog doInternalRecovery INFO: Non clean shutdown detected on log [cep/nioneo_logical.log.1]. Recovery started ... 12.01.2011 21:05:01

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, what version of neo4j are you running against? The latest 1.2 or sth else? And did you delete any of the files of the database? Thanks a lot Michael Am 12.01.2011 um 21:10 schrieb Andreas Bauer: Hi, ok, I did that and now I get this stack trace 12.01.2011 21:04:57

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Anders Nawroth
Hi! What version of Neoclipse are you using? Basically, anything not built from source recently is too old to use with the current Neo4j versions. /anders 2011-01-12 20:21, Andreas Bauer skrev: Hi, I let neoclipse do its work. After the messages mentioned below, only checking service

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, I use the latest stable version for mac available on the neo4j homepage (V1.2). And no, I didn't delete anything. Regards, Andi Am 12.01.2011 um 22:52 schrieb Michael Hunger: Hi Andi, what version of neo4j are you running against? The latest 1.2 or sth else? And did you delete

[Neo4j] Download site down?

2011-01-12 Thread Adam Mendlik
I haven't been able to access https://svn.neo4j.org/ or http://components.neo4j.org/ for a few days. Can someone confirm those sites are up? Thanks. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Download site down?

2011-01-12 Thread Peter Neubauer
Adam, things are up for me, so it might be something on your local side? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org   

[Neo4j] Newbie Question related to IMDB

2011-01-12 Thread david fauth
I'm new to Neo4J and have successfully loaded the IMDB sample. Is there an easy way to migrate the IMDB sample from the built-in jetty server to either Tomcat or the Neo4J application server? I've looked through the list but haven't seen that answered anywhere. Looking forward to diving in and

Re: [Neo4j] Newbie Question related to IMDB

2011-01-12 Thread Jim Webber
Hi Dave, Do you mean that you want to deploy Neo4j onto Tomcat? At the moment that's not supported (we don't produce a .war out of our build). Not sure what you mean by Neo4j application server though - can you clarify? Jim On 13 Jan 2011, at 02:30, david fauth wrote: I'm new to Neo4J and

Re: [Neo4j] Newbie Question related to IMDB

2011-01-12 Thread Michael Hunger
HI Dave, the imdb app is packaged as a war using maven. So you can deploy that easily to Tomcat. The Neo4J Server provides a RESTful interface and is not intended to host applications. If you just want to use the imdb data as your dataset in the Neo4j Server then just copy the files from the