简体   繁体   English

无法在 Neo4j 上启用结构

[英]cannot enable fabric on Neo4j

I'm trying to enable fabric on neo4j 4.1.3 enterprise but getting the below error.我正在尝试在 neo4j 4.1.3 企业版上启用结构,但出现以下错误。

Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.dbms.database.DefaultSystemGraphInitializer@17fede14' was successfully initialized, but failed to start. Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.dbms.database.DefaultSystemGraphInitializer@17fede14' 已成功初始化,但无法启动。 Please see the attached cause exception "The specified database 'fabric' already exists.".请参阅附件原因异常“指定的数据库‘结构’已经存在。”。

#fabric config
fabric.database.name=fabric

fabric.graph.0.uri=neo4j://localhost:7687
fabric.graph.0.database=client1
fabric.graph.0.name=client1

fabric.graph.1.uri=neo4j://localhost:7687
fabric.graph.1.database=client2
fabric.graph.1.name=client2

I deleted everything under /data and restarted and it seems to have resolved it.我删除了 /data 下的所有内容并重新启动,它似乎已经解决了它。

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

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