andreasronge / neo4j-admin

The Neo4j server web console for the embedded neo4j.rb
25 stars 9 forks source link

java.lang.NoSuchMethodError: org.neo4j.graphdb.traversal.Evaluators.toDepth(I)Lorg/neo4j/graphdb/traversal/Evaluator; #10

Open craigtaverner opened 11 years ago

craigtaverner commented 11 years ago

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;

michaelnatkin commented 11 years ago

Me too, and the graph view is then always empty, even though the list view shows my nodes. Did you ever find a solution?

andreasronge commented 11 years ago

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

michaelnatkin commented 11 years ago

That worked, thank you!

stephenreid321 commented 11 years ago

It would be great to get a fix for this for the neo4j-admin gem.