简体   繁体   English

无法使用gremlin连接到Neo4j db-实例化Neo4j数据库时出错

[英]Unable to connect to Neo4j db using gremlin - Error instantiating Neo4j Database

I am new to the neo4j-gremlin. 我是neo4j-gremlin的新手。 I have downloaded the latest version of tinkerpop-3.3.1 and neo4j-community-3.3.3 on Windows machine. 我已经在Windows计算机上下载了最新版本的tinkerpop-3.3.1和neo4j-community-3.3.3。

I followed the installation instructions given on the tinkerpop site for Neo4j-Gremlin and was able to install neo4j-gremlin plugin but when i try to connect to the neo4j graph.db using gremlin console(graph = Neo4jGraph.open('C:/neo4j/data/databases/graph.db')) 我遵循了tinkerpop网站上针对Neo4j-Gremlin的安装说明,并且能够安装neo4j-gremlin插件,但是当我尝试使用gremlin console(graph = Neo4jGraph.open('C:/neo4j/data/databases/graph.db'))连接到neo4j graph.db时gremlin console(graph = Neo4jGraph.open('C:/neo4j/data/databases/graph.db'))

I get the following error. 我收到以下错误。 Also the display stack trace option is also not available. 此外,显示堆栈跟踪选项也不可用。 It jumps directly to gremlin prompt. 它直接跳到gremlin提示符。 Any thoughts? 有什么想法吗?

Error instantiating Neo4j Database for C:/neo4j/data/databases/graph.db

屏幕截图

I was able to bring this setup with gremlin-server running Neo4j plugin. 我能够通过运行Neo4j插件的gremlin-server带来此设置。 You can look at my GitHub project https://github.com/achandak123/gremlin-orm-neo4j . 您可以查看我的GitHub项目https://github.com/achandak123/gremlin-orm-neo4j Don't worry about the README version talking about 2.3 n all. 不用担心README版本谈论2.3 n。 This works with tinker pop 3.3.1 and neo4j plugin 此功能适用于Tinker Pop 3.3.1和neo4j插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM