Starting Neo4j Server failed: Component was successfully initialized, but server failed to start

烂漫一生 提交于 2019-12-12 02:07:17

问题


I was given a graph db I must open with Neo4j. Installed community version Neo4j-2.2.0-M02 on Win7 Ultimate laptop successfully. When I tried to start the server, after pointing to the graph db, I get the following error:

Starting Neo4j Server failed:
Component org.neo4j.server.database.LifecycleManagingDatabase@325ce05c was successfully initialized, but failed to start. Please see attached cause exception.

Logged in as windows local admin. Windows FWall is off. There's no antivirus SW installed on the machine. Local admin has full perms on entire root drive. When I point to the default db, Neo4j server starts normally and I can browse http://localhost:7474/ without a problem.

Any lead will be appreciated.


回答1:


The aforementioned error message was the result of using a Neo4j version different to the one the graph db was originally developed. In particular, the original graph db was developed in ver 2.0.4 Community that due to my lack of knowledge I was trying to run on an installation of Neo4j ver. 2.2.0-M02 (for development only). The code owner enlightened me to the fact and an attempt to bring up the graph db on ver. 2.0.4 Community was successful. Thanks for your support.




回答2:


Delete the folder "c:\Users\Yourname\MyDocuments\Neo4j"




回答3:


I removed the plugins that were loaded from <NEO4J_HOME>/plugins as they were also loaded from under <DATABASE_HOME>/plugins



来源:https://stackoverflow.com/questions/28018153/starting-neo4j-server-failed-component-was-successfully-initialized-but-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!