0

将安装文件带到我的 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.

这个还是要学很多。任何想法表示赞赏。

4

1 回答 1

2

看起来你不拥有/home/afrieden/neo4j-community-1.9.M04。尝试更改所有权:

sudo chown -R afrieden:users /home/afrieden/neo4j-community-1.9.M04
于 2013-03-13T19:41:49.170 回答