将安装文件带到我的linux服务器。但是当我去运行它时,我会遇到一些奇怪的错误
[user@server 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.
还在学习很多这方面的知识。任何想法都表示赞赏。
答案 0 :(得分:2)
您似乎没有/home/afrieden/neo4j-community-1.9.M04
。尝试更改所有权:
sudo chown -R afrieden:users /home/afrieden/neo4j-community-1.9.M04