Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Neo4j Installation Stuck due apoc plugin downloading failed. #259

Open
jetndra opened this issue May 4, 2022 · 0 comments
Open

Neo4j Installation Stuck due apoc plugin downloading failed. #259

jetndra opened this issue May 4, 2022 · 0 comments

Comments

@jetndra
Copy link

jetndra commented May 4, 2022

Describe the bug
Chart Used:
link : https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.5/neo4j-4.4.5.tgz
while installing neo4j pods are getting restarted as its trying to download from github,.

kubectl logs -n neo4j neo4j-neo4j-core-0
Configuration override prefix = neo4j_neo4j_core_0
Starting Neo4j CORE 0 on neo4j-neo4j-core-0.neo4j-neo4j.neo4j.svc.cluster.local
Changed password for user 'neo4j'.
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json

After Few mins Pods are getting restarted ..

kubectl get po -n neo4j
NAME READY STATUS RESTARTS AGE
neo4j-neo4j-core-0 0/1 Running 1 (2m41s ago) 6m56s
neo4j-neo4j-core-1 0/1 Running 1 (4m57s ago) 6m56s
neo4j-neo4j-core-2 0/1 Running 1 (4m56s ago) 6m56s

To Reproduce
Steps to reproduce the behavior:
Installation Step:
helm install neo4j -n neo4j neo4j/ --set acceptLicenseAgreement=yes --set neo4jPassword=mySecretPassword --set core.numberOfServers=3 --set readReplica.numberOfServers=0

Expected behavior
Neo4j should have option to offline mode plugin installation.

Error Logs
kubectl logs -n neo4j neo4j-neo4j-core-0
Configuration override prefix = neo4j_neo4j_core_0
Starting Neo4j CORE 0 on neo4j-neo4j-core-0.neo4j-neo4j.neo4j.svc.cluster.local
Changed password for user 'neo4j'.
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json

Additional context
WA for this is after i commented out apoc plugin installation goes fine and neo4j is up and running with cluster mode

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant