首页 > 解决方案 > 数据库无法启动:DB [database] 'v3.4.0' 以状态 'KILLED' 退出。在 Neo4j 中

问题描述

我正在尝试在 Neo4j 中构建用户定义的程序,其中包含两个程序,读取和更新全文索引,如此链接所示:

https://github.com/neo4j-examples/neo4j-procedure-template

所以,为了做到这一点,我克隆了这个存储库。而且我知道项目需求依赖性。

所以,我将它们打包成 .jar 文件。当我尝试通过将 jar 文件放入 $NEO4J_HOME/plugins 目录来将它们部署到数据库时。并重新启动服务器以获取新程序,我收到以下错误消息:

Database failed to start: DB [database-b8e65583-1837-44c6-8a96-021c4d85fd90] 'v3.4.0' exited with status 'KILLED'. Check the logs

日志:

Please see the attached cause exception "Unable to register procedure, because the name `example.index` is already in use.". 

任何帮助,请

标签: javaneo4juser-defined-functionsneo4j-apoc

解决方案


推荐阅读