简体   繁体   English

Neo4j 桌面数据库无法启动,状态为“KILLED”

[英]Neo4j Desktop DB failed to start with with status 'KILLED'

Running Neo4j Desktop version 1.0.15.运行 Neo4j 桌面版 1.0.15。 Trying to start DB causes the start fail:尝试启动数据库会导致启动失败:

Database failed to start: DB [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a] 'v3.3.1' exited with status 'KILLED'.数据库无法启动:DB [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a] 'v3.3.1' 退出,状态为 'KILLED'。 Check the logs检查日志

Major Log parts are below主要日志部分如下

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

It might be your neo4j was still running.可能是您的 neo4j 仍在运行。 I solved this problem by shutting down the database and restarting it.我通过关闭数据库并重新启动它来解决这个问题。

Platform: Windows 10;平台:Windows 10; Neo4j Desktop version: 1.1.13 Neo4j 桌面版:1.1.13

Open a commend-line window and go to the directory of your neo4j database.打开一个推荐行窗口并转到您的 neo4j 数据库的目录。 run

bin\neo4j status 

to check the status of your database.检查数据库的状态。

If it is running, run如果正在运行,请运行

bin\neo4j stop

to shut down your database.关闭您的数据库。 Then go back to the Neo4j Desktop, click the start button, and it could be symptom-free.然后返回到 Neo4j 桌面,单击开始按钮,它可能是无症状的。

I had the same problem and the issue was resolved when I cloned the graph I was connecting.我遇到了同样的问题,当我克隆我正在连接的图形时,问题得到了解决。 Thereafter, I could connect to the new graph without any problem.此后,我可以毫无问题地连接到新图形。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM