Sorry, stupid mistake from my side, I actually shut downt he Neo instance! Now things are working, we can do ls <node_id> in an Newton deployment and get a node listing onto the console.
Will try to write up some wiki page on that. /peter On Sun, Jun 1, 2008 at 1:47 PM, Johan Svensson <[EMAIL PROTECTED]> wrote: > 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 > > -- 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

