【发布时间】:2014-06-11 14:21:09
【问题描述】:
我正在尝试在 AWS 上运行 Neo4j 服务器,但出现以下错误:
* Restarting Neo4j Graph Database neo4j
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
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
Starting Neo4j Server...WARNING: not changing user
process [26079]... waiting for server to be ready.......... Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
谷歌搜索发现建议将最大打开文件数增加到40000个;我试过了,但不幸的是结果是一样的。
规格:
- 操作系统版本:Ubuntu 14.04 LTS
- Neo4j:2.0.3 稳定版
另外,我在停止服务器后通过批量导入器从两个 CSV 文件批量导入,但是当我在导入后重新启动服务器时,它没有启动并产生上述错误。
【问题讨论】:
标签: import neo4j runtime-error graph-databases