cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Apoc library procedures not working in 4.2.2 community edition in kubernetes

I have jar file in the plugins directory

/var/lib/neo4j/plugins$ ls -l
total 18248
-rwxrwxrwx 1 neo4j neo4j 2217 Dec 22 16:32 README.txt
-rwxrwxrwx 1 neo4j neo4j 18680826 Apr 14 23:09 apoc-4.2.0.2-all.jar

and required config in the neo4j.conf
dbms.directories.plugins=/plugins
dbms.security.procedures.unrestricted=apoc.*
apoc.import.file.use_neo4j_config=true

What am i missing? I dont see any apoc procedures
Unknown function 'apoc.version'
There is no procedure with the name apoc.help registered for this database instance.

Note: The jar file and configuration was added explicitly because i didnt have ability to connect to the internet to pull the json and jar file from https://neo4j-contrib.github.io/neo4j-apoc-procedures

0 REPLIES 0