2

我已按照文档第 4.14 节中的说明进行操作,但我不知道如何将 neo4j 浏览器连接到我的嵌入式实例。服务器运行后,我通过 neo4j 桌面打开浏览器并运行:server connect. 这会提示我输入主机、用户名和密码。我不确定要为这些值添加什么。我已经为主机尝试了许多 、 和 的组合,localhost并且我尝试了用户名/密码组合,例如 neo4j/neo4j、neo4j 作为带有空白密码的用户名,以及空白用户名和密码。我从来没有为数据库设置用户名和密码。无论我尝试什么,我总是会收到以下错误:localhost:7687bolt://localhost:7687

ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket `readyState` is: 3

主机、用户名和密码的正确值是什么?

4

1 回答 1

1

结果要么要么没问题localhost:7687bolt://localhost:7687而且用户名/密码都可以为空。有趣的是,我用 maven 构建我的 uber-jar 的方式似乎使 bolt 依赖不可用。我切换到降压,螺栓连接器似乎启动了。

于 2018-08-01T17:09:29.167 回答