Re: [Neo] BatchInserter.java fails

2010-03-09 Thread Mattias Persson
So, for the record: The application was run on an NFS based file system and Neo4j doesn't support that since NFS doesn't support file locking. Locking is required in the implementation of the logical logs so that it can make sure only one thread/process writes to it at any given time. 2010/3/1

Re: [Neo] BatchInserter.java fails

2010-03-01 Thread Johan Svensson
Hi, Can you reproduce this in a test case and send me the code? If not I would need the active logical log that rotation fails at (name of file is either called nioneo_logical.log.1 or nioneo_logical.log.2). Regards, -Johan On Fri, Feb 26, 2010 at 5:27 PM, Lyudmila L. Balakireva lu...@lanl.gov

Re: [Neo] BatchInserter.java fails

2010-03-01 Thread Lyudmila L. Balakireva
I attached log and java I am using, regards Hi, Can you reproduce this in a test case and send me the code? If not I would need the active logical log that rotation fails at (name of file is either called nioneo_logical.log.1 or nioneo_logical.log.2). Regards, -Johan On Fri, Feb 26,

Re: [Neo] BatchInserter.java fails

2010-02-26 Thread Lyudmila L. Balakireva
I am using neo4j-kernel version1.1-SNAPSHOT/version the full stack trace: java.lang.RuntimeException: org.neo4j.kernel.impl.transaction.TransactionFailureException: Unable to write command to logical log. at

[Neo] BatchInserter.java fails

2010-02-25 Thread Lyudmila L. Balakireva
Hi, I am testing load of ntriples to the neo from files . I am using almost the same code I found in https://trac.neo4j.org/browser/components/rdf-sail/trunk/src/test/java/org/neo4j/rdf/sail/BatchInserter.java What can cause the problem: Caused by: java.io.IOException: Log rotation failed,