无法从Neo4j中删除

无法从Neo4j中删除,neo4j,Neo4j,我有一个Neo4JDB版本2.1.1,社区版,我正在使用它进行测试。在运行测试之前,我需要拆除,因此我运行以下程序: MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r Active logical log detected, this might be a source of inconsistencies. Consider allowing the database to recover before running the consistenc

我有一个Neo4JDB版本2.1.1,社区版,我正在使用它进行测试。在运行测试之前,我需要拆除,因此我运行以下程序:

MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r
Active logical log detected, this might be a source of inconsistencies.
Consider allowing the database to recover before running the consistency check.
Consistency checking will continue, abort if you wish to perform recovery first.
To perform recovery before checking consistency, use the '--recovery' flag.
org.neo4j.kernel.impl.nioneo.store.UnderlyingStorageException: Unable to lock store[/usr/local/Cellar/neo4j/2.1.1/libexec/data/graph.db/neostore.relationshiptypestore.db.names]
at org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore.checkStorage(cct.sc4122648793073465175.tmp:169)
at org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore.<init>(cct.sc4122648793073465175.tmp:111)
at org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore.<init>(cct.sc4122648793073465175.tmp:74)
at org.neo4j.kernel.impl.nioneo.store.DynamicStringStore.<init>(cct.sc4122648793073465175.tmp:40)
在没有问题之后,我开始在浏览器控制台中出现以下错误

Position[12884901888] requested for high id[168718], store is ok[true] recovery[false]
运行一致性检查工具后,我会得到以下结果:

MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r
Active logical log detected, this might be a source of inconsistencies.
Consider allowing the database to recover before running the consistency check.
Consistency checking will continue, abort if you wish to perform recovery first.
To perform recovery before checking consistency, use the '--recovery' flag.
org.neo4j.kernel.impl.nioneo.store.UnderlyingStorageException: Unable to lock store[/usr/local/Cellar/neo4j/2.1.1/libexec/data/graph.db/neostore.relationshiptypestore.db.names]
at org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore.checkStorage(cct.sc4122648793073465175.tmp:169)
at org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore.<init>(cct.sc4122648793073465175.tmp:111)
at org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore.<init>(cct.sc4122648793073465175.tmp:74)
at org.neo4j.kernel.impl.nioneo.store.DynamicStringStore.<init>(cct.sc4122648793073465175.tmp:40)
任何帮助都将不胜感激


Bobby

请更新到2.1.2以避免这些问题。有可能通过这种行为共享这样一个数据库吗?例如,作为dropbox上的zip文件?嗨,Michael,我今天就试试2.1.2。我很高兴分享数据库,因为它只是测试数据。请在neo4j.org上与michael分享dropbox链接。谢谢如果这也发生在2.1.2上,我希望收到你的回复。