Stored procedure in neo4j 3.0

时光毁灭记忆、已成空白 提交于 2019-12-06 12:10:18

问题


I'm using neo4j 3.0 on Windows and I try to use stored procedures new feature.

I have built the apoc.jar from github sources. This jar is copied into plugins repository (C:\Program Files\Neo4j Community\plugins)

I get a Neo.ClientError.Procedure.ProcedureNotFound error when I try to call any apoc stored procedure from neo4j browser.

I tried to follow this post, but dbms configuration parameter does not work for me...


回答1:


I was having the same problem but then I came to know that I was copying the jar file in the wrong directory. I created a plugins folder in the following directory and copied the jar file in plugins folder then everything started to work.

Path: C:\Users\<username>\Documents\Neo4j\default.graphdb

This is the path where your neo4j instance is residing. While starting neo4j you can see the path of DB for which you are starting Neo4j.




回答2:


The commenter is right, the Desktop version has these issues for sure. I ran into the same problem on windows but I've switched to the zipped version and everything is working correctly, I was able to deploy the apoc procedures and it is running.



来源:https://stackoverflow.com/questions/36976871/stored-procedure-in-neo4j-3-0

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