depending on your Linux distribution, the binary 'lsof' might not be preinstalled. Use the package manage (apt-get, rpm, ....) to install the lsof package - for details check out docs of your distribution. /Stefan
2014-07-03 16:06 GMT+02:00 Sagun Pai <[email protected]>: > Hello all, > > I am using Neo4j 2.0.3 Community server by installing it on my linux > system (by unzipping the tar.gz). I got this error while I tried to start > the server > > WARNING! You are using an unsupported Java runtime. > process [50690]... waiting for server to be > ready.neo4j-community-2.0.3/bin/neo4j: line 147: lsof : command not found > .neo4j-community-2.0.3/bin/neo4j: line 147: lsof : command not found > .neo4j-community-2.0.3/bin/neo4j: line 147: lsof : command not found > . Failed to start within 120 seconds. > Neo4j Server may have failed to start, please check the logs. > > I checked for the solution for this and came to know that '/usr/sbin' had > to be added to the path. On doing so and restarting the server, I got the > following message > Another server-process is running with [40903], cannot start a new one. > Exiting. > > However, when I run the command 'neo4j staus' , it says > Neo4j Server is not running > > Can anybody please help me with how should I get started with it? > > I am actually using py2neo library to interact with Neo4j server in order > to create my database. Is there any other way to create and query the > database without actually starting the server? > > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
