Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
craigtaverner opened this issue Feb 13, 2013 · 4 comments

Comments

@craigtaverner
Copy link

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
Copy link

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
Copy link
Owner

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
Copy link

That worked, thank you!

@stephenreid321
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants