neo4j无法在linux节点上启动

问题描述:

将安装文件带到我的linux服务器。但当我去运行它,我得到一些奇怪的错误neo4j无法在linux节点上启动

[[email protected] neo4j-community-1.9.M04]$ sudo ./bin/neo4j start 
./bin/neo4j: line 54: cd: /home/afrieden/neo4j-community-1.9.M04: Permission denied 
./bin/neo4j: line 70: bin/utils: No such file or directory 
./bin/neo4j: line 65: getconfig: command not found 
./bin/neo4j: line 66: getconfig: command not found 
./bin/neo4j: line 151: detectos: command not found 
./bin/neo4j: line 152: exitonnojava: command not found 
./bin/neo4j: line 153: checkstatus: command not found 
./bin/neo4j: line 154: checklimits: command not found 
./bin/neo4j: line 156: checkjvmcompatibility: command not found 
Another server-process is running with [4523], cannot start a new one. Exiting. 

仍然学习了很多这一点。任何想法都表示赞赏。

看起来像你没有自己/home/afrieden/neo4j-community-1.9.M04。尝试更改所有权:

sudo chown -R afrieden:users /home/afrieden/neo4j-community-1.9.M04 
+2

此外,没有必要使用sudo权限运行'./neo4j start'。 – ulkas 2013-03-14 08:46:06