Closed sangee14 closed 3 years ago
Hey,
I don't think that error is usually a reason for the server failing to start.
Given you are using a 4.1 database, you'll want to use the latest 4.1 version of APOC (https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.1.0.4).
There are sometimes lower-level changes to the database in between point versions (e.g. 4.1 -> 4.2), which mean that 4.2 APOC won't work with 4.1 Neo4j.
Cheers, Mark
I am using Neo4j community edition. I couldn't install APOC plugin. APOC plugin install button is disabled.
I followed the installation steps for APOC,
Downloaded APOC jar from this link (version:
apoc-4.2.0.0-all.jar
) and placed it in plugins folderModify the Neo4j Configuration file, present in the location:
<Neo4j Path>\conf\neo4j.conf
Uncomment
dbms.directories.plugins=plugins
allows Neo4j to load this plugins directory to server
Uncomment and modify as following
Add the following lines
Useful for reading and writing data from and to files respectively
Restart the server
but couldn't start the Neo4j server and getting an error saying that
APOC couln't set a URLStreamHandlerFactory since some other tool already did this (e.g. tomcat). This means you cannot use s3:// or hdfs:// style URLs in APOC. This is caused by a limitation of the JVM which we cannot fix.