This error started today after doing docker-compose up -d
In the docker log i see:
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json
No jar URL found for version '3.5.14' in versions.json from 'https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json'
Installing Plugin 'apoc' from to /var/lib/neo4j/plugins/apoc.jar
I know this issue has been closed for a while, but for anyone facing this issue in the future. We ran into it while moving a docker container from a local windows docker instance to a remote Linux docker instance.
It turns out there were issues with the networking configuration of the docker instance, after trying to resolve all the individual issues with DNS etc we decided to run in host networking mode. Please note that this option is only available on Linux machines and that the default ports must be available in order for this to work.