【问题标题】:Neo4j Desktop DB failed to start with with status 'KILLED'Neo4j 桌面数据库无法以状态“KILLED”启动
【发布时间】: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


【解决方案1】:

可能是您的 neo4j 仍在运行。 我通过关闭数据库并重新启动它解决了这个问题。

平台:Windows 10; Neo4j 桌面版:1.1.13

打开一个命令行窗口并转到您的 neo4j 数据库目录。 运行

bin\neo4j status 

检查数据库的状态。

如果它正在运行,运行

bin\neo4j stop

关闭您的数据库。 然后回到 Neo4j 桌面,点击开始按钮,就可以无症状了。

【讨论】:

    【解决方案2】:

    我遇到了同样的问题,当我克隆我正在连接的图表时问题得到了解决。此后,我可以毫无问题地连接到新图表。

    【讨论】:

    • 不幸的是,唯一帮助我的是程序重新安装
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多