Re: [Neo4j] TransactionFailureException

2011-09-12 Thread Johan Svensson
Hi, Did you get any error that caused the shutdown hook to run? Is there a tm_tx_log.2 that contains data? Regards, Johan On Fri, Sep 9, 2011 at 2:42 PM, skarab77 wrote: > Hi, > > I have the following problem: when my program crash in the middle of the > transaction, I am not able to start my

[Neo4j] TransactionFailureException

2011-09-09 Thread skarab77
Hi, I have the following problem: when my program crash in the middle of the transaction, I am not able to start my neo4j embedded store again. I get the following exception. Exception in thread "main" org.neo4j.graphdb.TransactionFailureException: Unable to start TM, no active tx log file fou

Re: [Neo4j] TransactionFailureException

2010-07-06 Thread Alexander Viefhues
Yes, I think that could be the problem, we are trying to fix this problem. If it don't work I will mail again. Thank you for helping. Am 06.07.2010 17:41, schrieb Mattias Persson: > For one thing it can happen if you try to commit a transaction where you > have a deleted Node which still has re

Re: [Neo4j] TransactionFailureException

2010-07-06 Thread Mattias Persson
For one thing it can happen if you try to commit a transaction where you have a deleted Node which still has relationships attached to it. (Relationships connected to a Node aren't deleted in Node#delete() ). 2010/7/6 Toni Menzel > Thats a quite generic exception that could have all kinds of rea

Re: [Neo4j] TransactionFailureException

2010-07-06 Thread Toni Menzel
Thats a quite generic exception that could have all kinds of reasons. At best you share the whole Stacktrace and the context ? Just look at [1]. The exception you mention is the high level exception that could be for example be raised from a previous RollbackException or any other exception. Toni

[Neo4j] TransactionFailureException

2010-07-06 Thread Alexander Viefhues
Hallo, can somebody explain when a "TransactionFailureException: Unable to commit transaction" is thrown. I don't found anything about that an the homepage, wiki etc. Thank you for helping. Alex ___ Neo4j mailing list User@lists.neo4j.org https://list