简体   繁体   English

Neo4j错误,无法在端口[80]上启动Neo Server

[英]Neo4j error, Failed to start Neo Server on port[80]

I have a Neo4j database using port7474, this database works fine. 我有一个使用port7474的Neo4j数据库,该数据库工作正常。 Then I got a new database,in the beginning, it also worked, but after several days, it can not start. 然后我得到了一个新的数据库,一开始它也可以工作,但是几天后就无法启动。 The error messages show "Failed to start Neo Server on port[80]", so I change the \\conf\\neo4j-server.properties, from port 80 to port 7474, still can not start. 错误消息显示“无法在端口[80]上启动Neo Server”,因此我将\\ conf \\ neo4j-server.properties从端口80更改为端口7474,仍然无法启动。

What is the probelm? 什么是探针? The old neo4j database can still work, what is wrong with the new one? 旧的neo4j数据库仍然可以工作,新的数据库又有什么问题呢?

This error message indicates that there is one neo4j-server.properties file setting the port to 80. Maybe you've downloaded and installed multiple versions of Neo4j to different locations. 该错误消息表明存在一个将端口设置为80的neo4j-server.properties文件。也许您已下载Neo4j的多个版本并将其安装到不同的位置。 Use a global search eg find / -name neo4j-server.properties (or do the same via point&click when being on Windows) to identify them. 使用全局搜索(例如find / -name neo4j-server.properties (或在Windows上通过point&click进行相同的操作)来识别它们。

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

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