我无法使用java 7在OSX上启动最新的Neo4j社区服务器2.1.2.下载并解压缩neo4j-community-2.1.2-unix.tar.gz我试图运行./bin/neo4j start没有修改任何配置或数据目录,但它失败了
neo4j-community-2.1.2 markus$ ./bin/neo4j start
Using additional JVM arguments: -server -XX:+DisableExplicitGC - org.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
Starting Neo4j Server...WARNING: not changing user
process [14899]... waiting for server to be ready................................. Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
Run Code Online (Sandbox Code Playgroud)
data/log/console.log不包含太多用处:
2014-06-20 06:24:04.865+0000 INFO [API] Setting startup timeout to: 120000ms based on -1
Run Code Online (Sandbox Code Playgroud)
我在OSX Mavericks 10.9.2上运行java 7:
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server …Run Code Online (Sandbox Code Playgroud)