java - Can't get Neo4j embedded server to start in an Eclipse project -


i'm using neo4j 1.8.2 on , have followed directions using java api in eclipse (indigo) project. i've downloaded package , have set classpath jar files in lib directory. when try substantiate using:

graphdb = new embeddedgraphdatabase(graphdbname); 

or

graphdb = new graphdatabasefactory().newembeddeddatabase(graphdbname); 

i'm getting following error (in eclipse):

thread [main] (suspended (exception lifecycleexception))  embeddedgraphdatabase(internalabstractgraphdatabase).run() line: 240  embeddedgraphdatabase.<init>(string, map<string,string>, iterable<indexprovider>, iterable<kernelextension>, iterable<cacheprovider>) line: 79  embeddedgraphdatabase.<init>(string, map<string,string>) line: 70  embeddedgraphdatabase.<init>(string) line: 55  wslinkmanager.openneo4jdb() line: 86  wsrtest.main(string[]) line: 122 

i have read/write privileges directory given storing database , neo4j manages create , write files it. don't think file access problem.

am supposed else setup neo4j besides download , use jars?


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -