neo4j无法在我的机器上启动

neo4j无法在我的机器上启动,neo4j,homebrew,graph-databases,Neo4j,Homebrew,Graph Databases,我使用brew安装neo4j,当我试图通过neo4j start在终端上启动时,它会一直加载,如下所示 $ neo4j start Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog

我使用
brew安装neo4j
,当我试图通过
neo4j start
在终端上启动时,它会一直加载,如下所示

$ neo4j start 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 -XX:-OmitStackTraceInFastThrow -Dneo4j.ext.udc.source=homebrew
-Djava.awt.headless=true Starting Neo4j Server...WARNING: not changing user process [9320]... waiting for server to be ready        ...........................................................................   ...........................................................................    ...........................................................................    ......................................................................

Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
我已经检查了neo4j的一些日志…但没有显示任何错误

日志消息来自
/usr/local/ceral/neo4j/2.1.6/libexec/data/graph.db/messages.log

2015-05-21 06:46:44.248+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore.schemastore.db] brickCount=0 brickSize=0b mappedMem=0b (storeSize=64b)
2015-05-21 06:46:44.248+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore.relationshipgroupstore.db] brickCount=0 brickSize=0b mappedMem=0b (storeSize=25b)
2015-05-21 06:46:44.249+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore] brickCount=0 brickSize=0b mappedMem=0b (storeSize=81b)
2015-05-21 06:46:44.310+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-05-21 06:46:44.333+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-05-21 06:46:44.414+0000 INFO  [o.n.k.i.t.x.XaLogicalLog]: Opened logical log [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/nioneo_logical.log.1] version=0, lastTxId=1 (clean)
2015-05-21 06:46:44.417+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: Rebuilding lucene scan store, this may take a while
2015-05-21 06:46:44.418+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: Lucene scan store rebuilt (roughly -1 nodes)
2015-05-21 06:46:44.421+0000 INFO  [o.n.k.i.t.TxManager]: TM new log: tm_tx_log.1
2015-05-21 06:46:44.425+0000 INFO  [o.n.k.i.t.KernelHealth]: Kernel health set to OK
2015-05-21 06:46:43.878+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1
2015-05-21 06:57:03.825+0000 INFO  [API] Successfully shutdown Neo4j Server.
来自
/usr/local/ceral/neo4j/2.1.6/libexec/data/log/console.log的日志消息

2015-05-21 06:46:44.248+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore.schemastore.db] brickCount=0 brickSize=0b mappedMem=0b (storeSize=64b)
2015-05-21 06:46:44.248+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore.relationshipgroupstore.db] brickCount=0 brickSize=0b mappedMem=0b (storeSize=25b)
2015-05-21 06:46:44.249+0000 INFO  [o.n.k.i.n.s.StoreFactory]: [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/neostore] brickCount=0 brickSize=0b mappedMem=0b (storeSize=81b)
2015-05-21 06:46:44.310+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-05-21 06:46:44.333+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-05-21 06:46:44.414+0000 INFO  [o.n.k.i.t.x.XaLogicalLog]: Opened logical log [/usr/local/Cellar/neo4j/2.1.6/libexec/data/graph.db/nioneo_logical.log.1] version=0, lastTxId=1 (clean)
2015-05-21 06:46:44.417+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: Rebuilding lucene scan store, this may take a while
2015-05-21 06:46:44.418+0000 INFO  [o.n.k.a.i.i.LuceneLabelScanStore]: Lucene scan store rebuilt (roughly -1 nodes)
2015-05-21 06:46:44.421+0000 INFO  [o.n.k.i.t.TxManager]: TM new log: tm_tx_log.1
2015-05-21 06:46:44.425+0000 INFO  [o.n.k.i.t.KernelHealth]: Kernel health set to OK
2015-05-21 06:46:43.878+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1
2015-05-21 06:57:03.825+0000 INFO  [API] Successfully shutdown Neo4j Server.
我尝试使用
brew
重新安装neo4j,但没有帮助。 我用的是mac电脑。
java版本
/Library/java/JavaVirtualMachines/jdk1.7.0\u 71.jdk/Contents/Home/bin/java
能否尝试运行
bin/neo4j控制台
让它完成启动

它可能正在创建/更新一个索引或一个内部结构,而该索引或内部结构的创建/更新时间超过了120秒超时时间


它显示
警告:最多允许打开256个文件,建议至少打开40000个文件。请参阅Neo4j手册。Neo4j服务器已在运行,pid 78232