无法启动 neo4j 控制台

Can't start neo4j console

我以前在我机器上的一个小硬盘驱动器上安装了 neo4j,我在一个更大的硬盘驱动器上创建了一个新安装,现在我无法启动 neo4j 控制台。我可以启动 neo4j shell,但控制台在此之后挂起:

WARNING: Max 16384 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Starting Neo4j Server console-mode...
Using additional JVM arguments:  -server -XX:+DisableExplicitGC -Dorg.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 -Xms512m -Xmx30000m
2015-01-09 19:24:14.268+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1

关于为什么会发生这种情况有什么建议吗?我曾经收到过类似的 Max x open files allowed 警告,并且一切正常。关于在哪里寻找错误来源的任何建议都会很棒。谢谢!

不是因为打开文件的警告。

但是,您肯定会在文件 graph.db/messages.log.

中的日志中找到错误

通常这些类型的错误是由于:

  • 配置错误,例如路径、大小或类似内容
  • 需要商店升级,因此您需要设置 allow_store_upgrade=true