gpt4 book ai didi

ubuntu - Neo4j 远程访问问题

转载 作者:行者123 更新时间:2023-12-04 18:30:35 36 4
gpt4 key购买 nike

我遇到了关于在 Ubuntu 12.04 上新安装 Neo4j 的问题;服务器启动正常,没有列出任何重大错误(下面发布的启动文本),但我无法远程访问 webadmin,即使未注释“org.neo4j.server.webserver.address=0.0.0.0”行。当我尝试连接时,Chrome 只是超时(错误消息“糟糕!Google Chrome 无法连接到 twofish.cs.unc.edu:7474”)。在 SO 上还有一些其他问题列出了类似的问题,但解决方案只是“它在某个时候自行修复”。

到目前为止,我已经尝试过:

- uncommenting and recommenting that line in the server config file, with stopping and starting the server in between each change.
- restarting the entire Ubuntu server.

Neo4j 的启动信息如下:

twofish(66)% sudo service neo4j-service start

WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual. Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties ->Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC ->XX:+CMSClassUnloadingEnabled

Starting Neo4j Server...WARNING: not changing user process [3505]... waiting for server to be ready.... OK.

http://localhost:7474/ is ready.



我还将整个配置文件夹放在驱动器上的一个文件夹中: https://drive.google.com/folderview?id=0Bx98DkxmHnEtLXloTDJwSUdyLTg&usp=sharing

关于可能导致问题的任何建议?

更新:
关于防火墙设置,我不能提供太多信息,因为我不负责它的安全性。这台机器是大学计算机科学系网络的一部分,我相当确定防火墙设置是在网络级别由高于我薪级的人管理的。我们是否有一个 Neo4j 实例在部门内的另一台服务器上运行(并可远程访问);但是,我不知道它的防火墙配置(或部门甚至使用的防火墙软件)是否与我遇到问题的服务器相同。

关于通过 localhost 连接:我可以使用 neo4j-shell 访问数据库并运行 "curl http://localhost:7474"返回
{
"management" : "http://localhost:7474/db/manage/",
"data" : "http://localhost:7474/db/data/"
}t

我不知道这是否意味着它可以在本地机器上访问;我假设如果 curl 没有抛出错误,则可以从 localhost 访问它...

更新: curl http://twofish.cs.unc.edu:7474从远程主机返回 curl: (7) couldn't connect to host ,所以显然我可以通过本地主机访问,但不能通过远程主机访问。

最佳答案

将 Neo4j 服务器配置中的 7474 端口更改为端口 80。您的大学防火墙很可能已经阻止了不在预先批准的端口列表中的任何内容。

根据您的 curl 请求,Neo4j 服务器正在运行并且可用。问题出在网络配置中。

关于ubuntu - Neo4j 远程访问问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22593019/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com