简体   繁体   English

错误无法启动Neo Server

[英]ERROR Failed to start Neo Server

I have to use neo4j for my rails application. 我必须在我的Rails应用程序中使用neo4j。 So I started installing the neo4j server.I followed steps to install here on linux. 于是我开始安装的Neo4j server.I跟着步骤来安装这里在Linux上。

But when I run 但是当我跑步时

./bin/neo4j console

It gives 它给

ERROR Failed to start Neo Server on port [unknown port] Bad value 'conf/neo4j-http-logging.xml' for setting 'org.neo4j.server.http.log.config': HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable.

org.neo4j.graphdb.config.InvalidSettingException: Bad value 'conf/neo4j-http-logging.xml' for setting 'org.neo4j.server.http.log.config': HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable.

I am unable to start the neo4j server.Help me how to resolve it. 我无法启动neo4j服务器。请帮助我解决它。 Thanks in advance. 提前致谢。

The error message very clearly mentions the root cause: 该错误消息非常清楚地提到了根本原因:

HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable. HTTP日志目录[/opt/neo4j-community-2.3.2/data/log]无法写入。

So check file permissions and fix them so the user running neo4j can write to that directory. 因此,请检查文件权限并进行修复,以便运行neo4j的用户可以写入该目录。

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

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