【发布时间】:2014-08-10 20:37:48
【问题描述】:
我无法使用 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.
data/log/console.log 没有太多用处:
2014-06-20 06:24:04.865+0000 INFO [API] Setting startup timeout to: 120000ms based on -1
我在 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 VM (build 24.45-b08, mixed mode)
对出了什么问题或如何更好地调试问题的任何想法表示赞赏
【问题讨论】:
-
data/graph.db/messages.log 中有什么内容?