Thanks!
Upgraded Neo4j to 1.0-RC1-SNAPSHOT, now the exception is:
> ls 0
got id: 0
java.nio.channels.ClosedChannelException
        at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:89)
        at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:190)
        at org.neo4j.impl.transaction.TxLog.txStart(TxLog.java:137)
        at org.neo4j.impl.transaction.TxManager.begin(TxManager.java:508)
        at org.neo4j.api.core.EmbeddedNeo.beginTx(EmbeddedNeo.java:211)
        at org.neo4j.api.core.Transaction.begin(Transaction.java:99)
        at 
org.neo4j.newton.shellcommands.internal.LsCommand.handle(LsCommand.java:38)
        at 
org.cauldron.newton.command.knopflerfish.CommandGroupAdapter.execute(CommandGroupAdapter.java:111)
        at org.knopflerfish.bundle.console.Command$2.run(Command.java:233)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.knopflerfish.bundle.console.Command.run(Command.java:220)
        at java.lang.Thread.run(Thread.java:613)
Exception in thread "Console cmd: ls/0" java.lang.RuntimeException:
javax.transaction.SystemException: TM encountered a problem,  error
writing transaction log,java.nio.channels.ClosedChannelException
        at org.neo4j.api.core.EmbeddedNeo.beginTx(EmbeddedNeo.java:215)
        at org.neo4j.api.core.Transaction.begin(Transaction.java:99)
        at 
org.neo4j.newton.shellcommands.internal.LsCommand.handle(LsCommand.java:38)
        at 
org.cauldron.newton.command.knopflerfish.CommandGroupAdapter.execute(CommandGroupAdapter.java:111)
        at org.knopflerfish.bundle.console.Command$2.run(Command.java:233)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.knopflerfish.bundle.console.Command.run(Command.java:220)
        at java.lang.Thread.run(Thread.java:613)
Caused by: javax.transaction.SystemException: TM encountered a
problem,  error writing transaction
log,java.nio.channels.ClosedChannelException
        at org.neo4j.impl.transaction.TxManager.begin(TxManager.java:515)
        at org.neo4j.api.core.EmbeddedNeo.beginTx(EmbeddedNeo.java:211)
        ... 7 more


Is there something wrong with the Transactions?

/peter
-- 
GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
GTalk neubauer.peter
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to