我已经按照section 4.14 of the documentation中的说明进行操作,但是我不知道如何将neo4j浏览器连接到我的嵌入式实例。服务器运行后,我通过neo4j桌面打开浏览器并运行:server connect
。这提示我输入主机,用户名和密码。我不确定要为这些值加上什么。我为主机尝试了localhost
,localhost:7687
和bolt://localhost:7687
的许多组合,并且尝试了用户名/密码组合,例如neo4j / neo4j,neo4j作为带有用户名的用户名空白密码,以及空白用户名和密码。我从未为数据库设置用户名和密码。无论我尝试什么,我总是会遇到以下错误:
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
主机,用户名和密码的正确值是什么?
答案 0 :(得分:0)
选择localhost:7687
或bolt://localhost:7687
都可以,并且用户名/密码都可以为空。有趣的是,我用maven构建uber-jar的方式似乎使bolt依赖项不可用。我切换到buck,螺栓连接器似乎启动了。