ruby on rails - ERROR Failed to start Neo Server -
i have use neo4j rails application. started installing neo4j server.i followed steps install here on linux.
but when run
./bin/neo4j console
it gives
error failed start neo server on port [unknown port] bad value 'conf/neo4j-http-logging.xml' setting 'org.neo4j.server.http.log.config': http log directory [/opt/neo4j-community-2.3.2/data/log] not writeable. org.neo4j.graphdb.config.invalidsettingexception: bad value 'conf/neo4j-http-logging.xml' setting 'org.neo4j.server.http.log.config': http log directory [/opt/neo4j-community-2.3.2/data/log] not writeable.
i unable start neo4j server.help me how resolve it. in advance.
the error message mentions root cause:
http log directory [/opt/neo4j-community-2.3.2/data/log] not writeable.
so check file permissions , fix them user running neo4j can write directory.
Comments
Post a Comment