Please share the full error/stacktrace and best a full project that exhibits the issue.
Also copy & pasting libs doesn't sound like a good approach perhaps best to set up a real project with gradle or maven so that your dependencies are managed cleanly. Cheers, Michael On Tue, Jul 1, 2014 at 10:20 AM, <[email protected]> wrote: > Hello, > > I got this error when i try to load my graph with gremlin. Using eclipse, > I've done this: > > 1. Create a maven project > 2. Add depency to -Neo4j > -Blueprint implementation of Neo4j( TinkerPop3) > 3. Implementation of the importation function which return a new > Neo4JGraph which take a GraphDatabaseService as parameter > 4. Export my project as a Jar > 5. Copy paste the jar in the lib of gremlin-groovy > 6. Using the loadinggraph groovy script i've implemented to load my graph > > But when I try to launch my importation function in the gremlin console: > > g = > BioNeo4JLoader.loadGremlinBioNeo4JGraph("/home/roald/Téléchargements/18.0/data","/home/roald/Documents/Masterhesis/BioNeo4JDB") > > I got the error : > > Error starting org.neo4j.kernel.EmbeddedGraphDatabase > > Do someone have an idea? > > Thanks and regards, > > Roald > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
