launchctl start error:尝试启动NEO4J服务器时文件描述符错误

时间:2013-12-17 00:50:43

标签: neo4j

昨天neo4j按预期工作,今天不是。我收到以下错误:

unknownc8e0eb17b72f% ./bin/neo4j status
Neo4j Server is not running
unknownc8e0eb17b72f% ./bin/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
Detected installation in launchd, starting it...
launchctl start error: Bad file descriptor

运行./bin/neo4j控制台不会导致问题,我可以使用本地主机上的Web工具查看我的图形。

也许相关,我正在使用jexp的批量导入工具来导入我的数据并且标签没有通过。

我尝试过重启,删除和重新加载等等。我正在使用neo4j的2.0 RCI版本。

我看到了大约6个月之前的相关问题,但是使用了新的2.0版本以及遵循该线程的建议对我不起作用的事实使我想要打开一个新问题。

1 个答案:

答案 0 :(得分:1)

您已将其安装为服务。有关如何卸载的信息,请参阅此答案:

"launchctl start error: Bad file descriptor" when trying to start Neo4j server