neo4j 2.0 having trouble starting
问题 I have my DB_Path String DB_PATH = "path/to/data/graph.db" then I am running GraphDatabaseService graphDb = new EmbeddedGraphDatabase(DB_PATH) In which I am met with (full exception) Exception in thread "main" java.lang.RuntimeException: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@10f102d3' was successfully initialized, but failed to start. Please see attached cause exception. at org.neo4j.kernel.InternalAbstractGraphDatabase