neo4j-admin
neo4j-admin copied to clipboard
java.lang.NoSuchMethodError: org.neo4j.graphdb.traversal.Evaluators.toDepth(I)Lorg/neo4j/graphdb/traversal/Evaluator;
The neo4j-admin server starts, but when showing the graph view I get the following error in the server logs: java.lang.NoSuchMethodError: org.neo4j.graphdb.traversal.Evaluators.toDepth(I)Lorg/neo4j/graphdb/traversal/Evaluator;
Me too, and the graph view is then always empty, even though the list view shows my nodes. Did you ever find a solution?
I believe there is a mismatch of the JARs.
If possible you should try using the standalone neo4j server which comes included with the web admin UI and use that together with the neo4j.rb and embedded Neo4j, see https://github.com/andreasronge/neo4j/wiki/Neo4j%3A%3Aha-cluster
That worked, thank you!
It would be great to get a fix for this for the neo4j-admin gem.