Looks like the transaction log has been closed via call to NeoService.shutdown().
-Johan On Sun, Jun 1, 2008 at 1:09 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > 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) _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

