cypher-shell
cypher-shell copied to clipboard
Failed to load warnings
version: 4.0.0.2 neo4j: 4.0.0-enterprise
Getting a lot of warnings when starting neo4j. the default APOC jar bundled with Neo4j 4.0.0 is also 4.0.0 but I swapped it out for 4.0.0.2 given the recent patches in neo4j 4.0.1.
Hello,
You should be able to disregard these warnings.
APOC has a lot of infrequently used procedures that would require additional dependency jars (such as the couchbase integration), so most likely you won't be using any procedure or functions that require those additional dependencies to be present, and if needed those should be noted in the documentation.
If you are unable to start up Neo4j after installing APOC, or if you're unable to call certain procedures without error where the documentation doesn't mention the need for additional dependency jars, then please raise an issue on the APOC github
Ah, I stand corrected, there's an APOC issue for this that implicates a procedure loading issue in Neo4j.
The warnings can still be disregarded as I mentioned previously, but a fix for the excessive warnings would have to be in the neo4j codebase, so a ticket on neo4j/neo4j/issues would be appropriate.