Gremlin on Neo4j 2.2.7

时间:2015-11-19 14:46:24

标签: neo4j gremlin

我需要将Gremlin脚本发送到我的Neo4j 2.2.7数据库的可能性,所以我尝试使用其中一个预建版本来安装thinkaurelius neo4j plugin

不幸的是,我猜这些版本是为较旧的Neo4j版本(2.1.6)构建的,因此,当我尝试使用Java 8从我的Windows机器启动Neo4j时出现此错误:

Starting Neo4j Server failed: javax.servlet.ServletException: org.neo4j.server.web.NeoServletContainer-e1dd969@ae4c07fc==org.neo4j.server.web.‌​NeoServletContainer,-1,false

为了尝试使用Gremlin语言,我尝试从gremlin console连接到我的数据库(数据库没有被任何其他进程使用)但是,当我运行graph = Neo4jGraph.open('<path to my db>')控制台停止响应(没有出现新的提示)。

有人知道我可以做些什么来在我的数据库上运行一些Gremlin脚本吗?

0 个答案:

没有答案