2013-03-13 84 views
0

將安裝文件帶到我的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. 

仍然學習了很多這一點。任何想法都表示讚賞。

回答

2

看起來像你沒有自己/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