How, exactly? On Sunday, May 14, 2017 at 3:49:23 PM UTC-4, Chris Vest wrote: > > Make sure all your Neo4j dependencies are using the same version. > > -- > Chris Vest > System Engineer, Neo Technology > > > > On 14 May 2017, at 21.02, Bill Nicholson <[email protected] > <javascript:>> wrote: > > > > import java.io.File; > > > > > > import org.neo4j.graphdb.GraphDatabaseService; > > import org.neo4j.graphdb.factory.GraphDatabaseFactory; > > > > > > > > public class testMain { > > > > > > > > public static void main(String[] args) { > > > > > > File x = new File("c:/temp/foo"); > > > > > > // GraphDatabaseService graphDb = new > GraphDatabaseFactory().newEmbeddedDatabase( "c:/temp/foo" ); > > > > > > GraphDatabaseService graphDb = new > GraphDatabaseFactory().newEmbeddedDatabase( x ); > > > > > > > > } > > } > > > > > > > > > > Exception in thread "main" java.lang.NoSuchMethodError: > org.neo4j.kernel.impl.util.ArrayMap.<init>(BZZ) > > V > > at org > > > .neo4j.kernel.impl.locking.community.RagManager.<init>(RagManager.java:72) > > > > at org > > > .neo4j.kernel.impl.locking.community.CommunityLockManger.<init>(CommunityLockManger.java:34) > > > > > > at org > > > .neo4j.kernel.impl.factory.CommunityEditionModule.createLockManager(CommunityEditionModule.java:247) > > > > > > at org > > > .neo4j.kernel.impl.factory.CommunityEditionModule.<init>(CommunityEditionModule.java:104) > > > > > > at org > > > .neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:157) > > > > > > at org > > > .neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:124) > > > > > > at org > > > .neo4j.graphdb.factory.GraphDatabaseFactory.newDatabase(GraphDatabaseFactory.java:133) > > > > > > at org > > > .neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(GraphDatabaseFactory.java:126) > > > > > > at org > > > .neo4j.graphdb.factory.GraphDatabaseFactory$1.newDatabase(GraphDatabaseFactory.java:101) > > > > > > at org > > > .neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(GraphDatabaseBuilder.java:193) > > > > > > at org > > > .neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(GraphDatabaseFactory.java:70) > > > > > > at testMain > > .main(testMain.java:14) > > > > -- > > 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] <javascript:>. > > 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.
