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 Neo4j APOC Procedures User Guide