【发布时间】:2015-10-06 07:11:58
【问题描述】:
我做了什么..
通过运行密码查询保存电影节点和关系后,尝试连接到由 neo4j 2.2.3 生成的 graph.db,以便使用示例电影图(稍后使用其他图..)对于 localhost:7474 的 neo4j 界面中的 Movie Graph
按照此处的说明手动安装 Neo4j 2.x 的蓝图实现 https://github.com/tinkerpop/rexster/wiki/Specific-Graph-Configurations .. 还更新了 Rexster.xml
将 Rexter.xml 中的 更新到我的 graph.db 后,尝试从 localhost:8182/graphs/neo4jsample/tp/gremlin?script=gVmap() 访问图表
但它返回{"message":"Graph [neo4jsample] could not be found"}
来自 gremlin 控制台g = new Neo4jGraph('*path/to/my/graph.db*')
抛出
org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.StoreLockerLifecycleAdapter@9d35b10' was successfully initialized, but failed to start.
是 Rexster 和 Gremlin 还不支持 Neo4j 2.x 实现,还是我没有完成所有必需的步骤来正确配置它?
感谢任何指点! 谢谢!
【问题讨论】:
标签: neo4j graph-databases gremlin rexster