jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
289 stars 55 forks source link

Trying to install on Neo4J 2.3.2 into /lib and into /plugins #95

Open danpaulsmith opened 8 years ago

danpaulsmith commented 8 years ago

After restarting the server, trying any of the tool commands in neo4j-shell results in:

Error occurred in server thread; nested exception is:
    java.lang.NoSuchMethodError: org.neo4j.shell.kernel.GraphDatabaseShellServer.getDb()Lorg/neo4j/kernel/internal/GraphDatabaseAPI;
jexp commented 8 years ago

Sounds like a versioning issue Did you use the 2.3 branch?

Von meinem iPhone gesendet

Am 28.07.2016 um 16:32 schrieb Dan Smith notifications@github.com:

After restarting the server, trying any of the tool commands in neo4j-shell results in:

Error occurred in server thread; nested exception is: java.lang.NoSuchMethodError: org.neo4j.shell.kernel.GraphDatabaseShellServer.getDb()Lorg/neo4j/kernel/internal/GraphDatabaseAPI; — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.