Re: [Neo] Repository Lock problem

2010-02-05 Thread Anton Popov
Hello Johan, There was no active transactions, because I've manually killed the process that worked on repository. After killing it, I've tried to restart the process, but get an error. After deleting files active_tx_log I was able to start the process. On 5 February 2010 15:26, Johan Svensson

Re: [Neo] Repository Lock problem

2010-02-05 Thread Johan Svensson
Hi, The active_tx_log should not have anything to do with the "Unable to lock store". Only one process/JVM can have write access to the same store at a time. If you try to start multiple GraphDatabaseServices to the same store in write mode this exception will be thrown. Could it be that the time

Re: [Neo] Repository Lock problem

2010-02-04 Thread Anton Popov
Found already. Need to remove "active_tx_log" file - possibly this will help someone. On 4 February 2010 14:13, Anton Popov wrote: > Hello everybody, > > > What can I do if my repository was locked by the thread that is not already > in the process list? > > Trying to connect to that repository