Neo4j Desktop DB failed to start with with status 'KILLED'

前端 未结 2 1660
半阙折子戏
半阙折子戏 2021-02-06 11:47

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

Database failed to start: DB [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1d

相关标签:
2条回答
  • 2021-02-06 12:20

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

    Platform: Windows 10; Neo4j Desktop version: 1.1.13

    Open a commend-line window and go to the directory of your neo4j database. 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.

    0 讨论(0)
  • 2021-02-06 12:23

    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.

    0 讨论(0)
提交回复
热议问题