我試圖運行在AWS上一Neo4j的服務器無法啓動,但它給以下錯誤:Neo4j的服務器在120秒內
* 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 ;我已經嘗試過,但不幸的是結果是一樣的。
規格:
- OS版本:Ubuntu的LTS 14.04
- 的Neo4j:2.0.3穩定版
而且,我做的,從通過批處理2個CSV文件批量導入導入程序停止服務器後,但是當我導入後重新啓動服務器時,它不會啓動併產生上述錯誤。
認真嗎?除非需要特權端口,否則不應以超級用戶身份運行服務。 –
它需要特權訪問系統,因此我不得不這樣做 – Neal