Hey,

When creating a Neo4jGraph from gremlin (1.1-SNAPSHOT), I cannot change node
in neo4j-shell (1.4-M03).
It's probably related to inexistent root node 0...

Here is the steps to reproduce this issue:

~$ gremlin

         \,,,/
         (o o)
-----oOOo-(_)-oOOo-----
gremlin> g = new Neo4jGraph("/data/neo4j/tinkergraph")
==>neo4jgraph[EmbeddedGraphDatabase [/data/neo4j/tinkergraph]]
gremlin> g.loadGraphML("data/graph-example-1.xml")
==>null
gremlin> g.V.count()
==>6
gremlin> g.E.count()
==>6
gremlin> g.shutdown()
==>null
gremlin> quit

~$ neo4j-shell -path /data/neo4j/tinkergraph
Jun 9, 2011 12:34:17 PM org.neo4j.kernel.impl.transaction.TxManager init
INFO: Unresolved transactions found, recovery started ...
Jun 9, 2011 12:34:17 PM org.neo4j.kernel.impl.transaction.TxManager init
INFO: Recovery completed, all transactions have been resolved to a
consistent state.
NOTE: Local Neo4j graph database service at '/data/neo4j/tinkergraph'
Welcome to the Neo4j Shell! Enter 'help' for a list of commands

neo4j-sh \W$ ls 1
*age  =[29]
*name =[marko]
(marko,1) --[created]-> (lop,3)
(marko,1) --[knows]-> (josh,4)
(marko,1) --[knows]-> (vadas,2)
neo4j-sh \W$ pwd
org.neo4j.graphdb.NotFoundException: Node[0]
neo4j-sh \W$ cd -a 1
org.neo4j.graphdb.NotFoundException: Node[0]


Thanks beforehand for you help,
Pierre
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to