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

Using Neo4j 2.1.2 throws an error java.lang.NoSuchMethodError: org.neo4j.server.inmemory.InMemoryBootstrapper.createConfigurator() #4

Open
Mulkave opened this issue Jul 12, 2014 · 2 comments

Comments

@Mulkave
Copy link

Mulkave commented Jul 12, 2014

Using additional JVM arguments:  -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
Exception in thread "main" java.lang.NoSuchMethodError: org.neo4j.server.inmemory.InMemoryBootstrapper.createConfigurator()Lorg/neo4j/server/configuration/Configurator;
        at org.neo4j.server.inmemory.InMemoryBootstrapper.createNeoServer(InMemoryBootstrapper.java:9)
        at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:102)
        at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:57)

Installed on Centos 6 with openjdk.

@jexp
Copy link
Owner

jexp commented Jul 14, 2014

Thanks for the heads up, this project was initially setup against 2.0.0 so would need a version update. Feel free to do it and send in a pull request :)

@Mulkave
Copy link
Author

Mulkave commented Jul 18, 2014

Ah alright, well I am no Java expert so it would take me a good amount of time to do so 😕. I wish though!

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

2 participants