When I use neo4j community installer and start a new graph database. I can use browser and access the address http://localhost:7474/ and run query.
When I use neo4j embedded in application and use the statement: graphDb = new GraphDatabaseFactory().newEmbeddedDatabase( DB_PATH ); to make a new graph database. I also can use java api to run some query in application. But the problem is, now I can't access http://localhost:7474/ any more. I got the error: Starting Neo4j Server failed: Error starting org.neo4j.kernel.EmbeddedGraphDatabase, Do you know why? how we can fix it?. Thanks -- 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.
