Had the same issue and I found that creating a dedicated neo4j user with bash as shell resolves it. The steps I did to get Neo4J 2.0.1 running:
pkg install bash pkg install openjdk pkg install lsof Modify both the neo4j and utils script to use /usr/local/bin/bash instead of /bin/bash su to neo4j user cd bin ./neo4j start Haven't found any issues yet, the setup is currently only used for testing though. Best regards, Paul -- 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.
