Neo4j Desktop DB无法以状态“ KILLED”启动 [英] Neo4j Desktop DB failed to start with with status 'KILLED'

查看:439
本文介绍了Neo4j Desktop DB无法以状态“ KILLED”启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行Neo4j Desktop 1.0.15版本。尝试启动数据库会导致启动失败:

Running Neo4j Desktop version 1.0.15. Trying to start DB causes the start fail:


数据库无法启动:
DB [database-f8950fdd-6b5f-4fea- 8c9f-e8457ee1da9a]'v3.3.1'以状态'KILLED'退出了
。检查日志

Database failed to start: DB [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a] 'v3.3.1' exited with status 'KILLED'. Check the logs

主要日志部分在下面

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


推荐答案

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

It might be your neo4j was still running. I solved this problem by shutting down the database and restarting it.

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

Platform: Windows 10; Neo4j Desktop version: 1.1.13

打开命令行窗口,然后转到neo4j数据库的目录。
运行

Open a commend-line window and go to the directory of your neo4j database. run

bin\neo4j status 

检查数据库的状态。

如果数据库正在运行,请运行

If it is running, run

bin\neo4j stop

关闭数据库。
然后返回Neo4j桌面,单击开始按钮,它可能没有任何症状。

to shut down your database. Then go back to the Neo4j Desktop, click the start button, and it could be symptom-free.

这篇关于Neo4j Desktop DB无法以状态“ KILLED”启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆