linux - Can't run Neo4j on Antergos (integer expression expected) -


every time try run latest version of neo4j (2.3.2 community) keep getting error keeps looping.

[telmo@telmo-lt neo4j-community-2.3.2]$ bin/neo4j start warning: max 1024 open files allowed, minimum of 40 000 recommended. see neo4j manual. bin/neo4j: line 150: [: : integer expression expected bin/neo4j: line 153: lsof: command not found starting neo4j server...warning: not changing user process [1283]... waiting server ready.bin/neo4j: line 150: [: : integer expression expected bin/neo4j: line 153: lsof: command not found .bin/neo4j: line 150: [: : integer expression expected bin/neo4j: line 153: lsof: command not found .bin/neo4j: line 150: [: : integer expression expected bin/neo4j: line 153: lsof: command not found .bin/neo4j: line 150: [: : integer expression expected bin/neo4j: line 153: lsof: command not found 

this stable release , couldn't find similar problem.

can run 'lsof' command in shell? looks missing on machine. it's used define pid of neo4j process , failing in case. have /bin/neo4j file , see fails. had issues lsof version number caused if in line 150 fail. ended using dirty hack running hard coding version number.


Comments