【发布时间】:2018-08-06 12:06:47
【问题描述】:
运行 Neo4j 桌面版 1.0.15。尝试启动 DB 导致启动失败:
数据库启动失败: 数据库 [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a] 'v3.3.1' 已退出 状态为“已杀”。检查日志
主要日志部分如下
2018-02-26 23:03:38.004+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@6411d3c8' was successfully initialized, but failed to start. Please see the attached cause exception "Connection timed out: connect". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@6411d3c8' was successfully initialized, but failed to start. Please see the attached cause exception "Connection timed out: connect".
Caused by: java.lang.RuntimeException: Error starting org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory, C:\Users\kiril\AppData\Roaming\Neo4j Desktop\Application\neo4jDatabases\database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a\installation-3.3.1\data\databases\graph.db
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.backup.OnlineBackupKernelExtension@c6e0f32' was successfully initialized, but failed to start. Please see the attached cause exception "Connection timed out: connect".
Suppressed: org.neo4j.kernel.lifecycle.LifecycleException: Exception during graceful attempt to stop partially started component. Please use non suppressed exception to see original component failure.
Caused by: java.io.IOException: Unable to establish loopback connection
【问题讨论】:
-
我连续 3 次出现此错误,然后没有更改任何内容,在第四次尝试时它开始正常(当时我仍在寻找真正的解决方案)。这只是我们对 Neo4j 所期望的标准错误行为和糟糕的支持。
-
遇到了非常相似的问题,要进行交叉链接,因为这是我在寻找答案时遇到的第一个问题,我的是 java process that got left running 它已经被否决了,我有点困惑关于。无论如何,希望它可以帮助另一个迷失的灵魂。
标签: database neo4j desktop-application