Neo4j error : Failed authentication attempt for 'root' from 127.0.0.1

Neo4j error : Failed authentication attempt for 'root' from 127.0.0.1

我已经在 ec2 上部署了我的 neo4j 数据库。它工作正常,直到几天前开始出现错误:

Failed authentication attempt for 'root' from 127.0.0.1

Ec2 完好无损。这个 neo4j 突然停止的原因可能是什么?几天前它运行良好。我什至没有添加太多数据。

这是使用 sdn 连接到 neo4j 数据库的代码:

@Bean(destroyMethod = "shutdown")
public GraphDatabaseService graphDatabaseService() {
    return new SpringRestGraphDatabase(
            "http://52.73.217.65/db/data",
            "neo4j", 
            "mypass");
}

连接尝试时显示的错误是 503 Service Not Available,这意味着 neo4j 不 运行 正确。

问题来自损坏的 neo4j 安装,/var/lib/neo4j 文件夹是空的,所以解决方案是备份数据(如果它们仍然可用)并设置新的 neo4j 安装。