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

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -