Hi!
Well, I'm trying to combine those awesome piece o tech.. Neo4J 2.0.0 and FreeBSD.
In this crusade i'm getting into some issues.
After install Oracle Java:
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) Server VM (build 24.45-b08, mixed mode)
Installed "lsof" pkg_add -r lsof
Altered the "../neo4j/bin/neo4j" script to use the right bash, changing "/bin/bash" to "/usr/local/bin/bash"
And run it with bash instead of the FreeBSD default csh I'm getting..
# ./neo4j start
Starting Neo4j Server...Ambiguous output redirect.
cat: /usr/local/etc/neo4j/data/neo4j-service.pid: No such file or directory
process []... waiting for server to be ready. Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
rm: /usr/local/etc/neo4j/data/neo4j-service.pid: No such file or directory
Log files are not even created.. so i got no clue, but I suspect the error is related to "Ambiguous output redirect." with I also thought using bash would solve the issue.
Thanks in advance for any support..
Cheers