GitHub user leemit opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/228
Tp31 - fix for gremlin server and console to open Neo4j 2.3.* databases Neo4j 2.3.0 changed the format of the neostore.nodestore.db This causes Neo4j databases created w/ Gremlin-server (e.g. /tmp/neo4j) and neo4j databases created by the neo4j server from neo4j.com to be incompatible with each other. Also Gremlin-server/console cannot open databases created by the newer Neo4j code (2.3.0 and higher) The fix is two one line each in the gremlin pom files: gremlin-server/pom.xml neo4j-gremlin/pom.xml You can merge this pull request into a Git repository by running: $ git pull https://github.com/leemit/incubator-tinkerpop tp31 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/228.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #228 ---- commit d2531c10c0ff64dcb0b5452c09563a29cff097b0 Author: Lee Mitchell <mrleemitch...@gmail.com> Date: 2016-02-13T01:16:59Z update pom.xml dependencies to work with databases created by Neo4j 2.3.0 - 2.3.2 commit 248bbc4bff011cac4e2aaaf4558bf36347b52f54 Author: leemit <mrleemitch...@gmail.com> Date: 2016-02-13T01:30:06Z Merge pull request #1 from leemit/tp31.fix-for-neo4j-2.3.2 update pom.xml dependencies to work with databases created by Neo4j 2⦠---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---