Neo4J 2.0.1 doesn't work with Gephi 0.8.2 and “Neo4J Graph Database Support” plugin

社会主义新天地 提交于 2019-12-25 06:57:15

问题


Have the following versions of software:

Neo4J community: 2.0.1

Gephi: 0.8.2-beta

Neo4J Graph Database Support plugin: for Gephi 0.8.2

I'm using the default.graphdb that came with Neo4j 2.0.1 (started playing with Neo4j yesterday)

While doing full import from Gephi using Neo4J plugin I get this error:

Caused by: 
 org.neo4j.kernel.impl.storemigration.UpgradeNotAllowedByConfigurationException:
 Failed to start Neo4j with an older data store version.
 To enable automatic upgrade, please set  
 configuration parameter "allow_store_upgrade=true"

Now, I found neo4j.properties and uncommented the "allow_store_upgrade=true" part, but nothing has changed. I still get the same error. I'm not even sure that it tries to load that neo4j.properties file, because if I rename the file I still get exact error (I'm 100% sure the path is correct).


回答1:


Edit your neo4j.properties file, uncomment the following line :

allow_store_upgrade=true

This will automatically upgrade your database to support the newer neo4j version



来源:https://stackoverflow.com/questions/21905230/neo4j-2-0-1-doesnt-work-with-gephi-0-8-2-and-neo4j-graph-database-support-plu

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