我正在尝试在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.".
任何帮助,请