Re: [Neo4j] Unable to being transaction

2011-09-06 Thread Adriano Henrique de Almeida
Hi Dima, and regarding your second message, the NotFoundException for the phone property, what happens is that, on the beginning you had some nodes without the phone property, and some time after, nodes were created with this phone property, and that's a good thing, each node can have it's own pro

Re: [Neo4j] Unable to being transaction

2011-09-06 Thread Jacob Hansson
Like Bryce mentions, this is due to a problem the transaction manager has encountered, there should be an exception from it sometime before these stack traces show up. If you are able to, look further back in your logs for output from org.neo4j.kernel.impl.transaction.TxManager, there should be a

Re: [Neo4j] Unable to being transaction

2011-09-05 Thread Bryce
Hi Dima, I have actually had what I think is the same issue a few times. I haven't figured out exactly what the issue is yet but this is where I got to. Basically I somehow got: "Unable to rollback transaction. Some resources may be commited others not. Neo4j kernel should be SHUTDOWN for resour

Re: [Neo4j] Unable to being transaction

2011-09-02 Thread Dima Gutzeit
Any thoughts on the matter ? It scares me that the database can stop processing requests like that, unless I am doing something very illegal and wrong. Thanks in advance. Regards, Dima Gutzeit. On Thu, Sep 1, 2011 at 9:09 PM, Dima Gutzeit wrote: > Here is the story. I had some problem with

Re: [Neo4j] Unable to being transaction

2011-09-01 Thread Dima Gutzeit
Here is the story. I had some problem with my index, some inconsistency, which cause lots of those: org.neo4j.graphdb.NotFoundException: phone property not found for NodeImpl#115. at org.neo4j.kernel.impl.core.Primitive.newPropertyNotFoundException(Primitive.java:172) ~[neo4j-kernel-1.4.ja

Re: [Neo4j] Unable to being transaction

2011-09-01 Thread Peter Neubauer
Dima, got the rest of the stacktrace? 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 - Your high performance

[Neo4j] Unable to being transaction

2011-09-01 Thread Dima Gutzeit
Any idea what can cause this: org.neo4j.graphdb.TransactionFailureException: Unable to begin transaction at org.neo4j.kernel.EmbeddedGraphDbImpl.beginTx(EmbeddedGraphDbImpl.java:393) ~[neo4j-kernel-1.4.jar:1.4] at org.neo4j.kernel.EmbeddedGraphDatabase.beginTx(EmbeddedGraphDatabas