连接本地主机失败:7474;连接被拒绝。neo4j-server.properties 文件在哪里?

1 r neo4j r-neo4j

我正在尝试从 Mac OSx 上的 Rstudio 启动我的图表,通过 devtools 安装了 RNeo4j (对于 R 版本 3.1.2)“startGraph(” http://localhost:7474/db/data/ “)”,我收到了以下内容错误:

“函数错误(类型、消息、asError = TRUE):无法连接到 localhost:7474;连接被拒绝”

看起来是一个错误代码:ERR_CONNECTION_REFUSED 网上搜索,他们建议修改conf/neo4j-server.properties文件。但似乎无法找到文件来纠正它。

fkp*_*olf 5

检查一下conf/neo4j.conf,有一行:

# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
dbms.connectors.default_listen_address=0.0.0.0
Run Code Online (Sandbox Code Playgroud)