RADAR-base / RADAR-Docker

Integrated Docker Stack for the RADAR mHealth Streaming Platform Components
https://hub.docker.com/u/radarbase/dashboard/
Apache License 2.0
16 stars 16 forks source link

Error: Host not found in upstream "radar-integration" in /etc/nginx/optional-services.conf:3 #233

Closed kafe09 closed 3 years ago

kafe09 commented 3 years ago

Dear all, unfortunately this error appears when trying Step 12: Verify the status of all the docker services. 1 | docker ps -a All of the services should eventually become “healthy” except radarbase/kafka-init, which should state Exit 0. BUT: here the error "Host not found in upstream "radar-integration" in /etc/nginx/optional-services.conf:3".

Can someone help us with this issue?

Looking forward hearing from you.

yatharthranjan commented 3 years ago

radarbase/kafka-init exited 0 is expected since it is a run-once service and stops after completing.

For host not found, please refer to #230. Also please search the issues first, there is a high probability there is already an issue reported for your problem.

kafe09 commented 3 years ago

Thank you so much!

nivemaham commented 3 years ago

Duplicate of #230