There is no procedure with the name `apoc.help` registered for this database instance

后端 未结 2 732
梦毁少年i
梦毁少年i 2020-12-06 19:32

I\'ve built and installed the \"apoc\" procedures according to the github page (The apoc-1.0.0-SNAPSHOT.jar file was copied into the plugins directory after the suerver was

相关标签:
2条回答
  • 2020-12-06 20:08

    I had to manually add this line to the .neo4j.conf file:

    dbms.directories.plugins=/Applications/Neo4j\ Community\ Edition.app/Contents/Resources/app/plugins

    (assuming that's where you dropped the APOC jar) and then restart the server.

    (It's a little confusing as there's an option in the management app to configure this path, but it seems not actually to enable plug-ins on the server.)

    0 讨论(0)
  • 2020-12-06 20:16

    For Windows users it should look like this:

    dbms.directories.plugins=c:/Program\ Files/Neo4j\ CE\ 3.0.0/plugins
    

    Assuming You have Neo4j installed at Neo4j CE 3.0.0. The import

    0 讨论(0)
提交回复
热议问题