By: Mohammed Ammer user 21 Nov 2022 at 6:44 a.m. CST

0 Responses
Mohammed Ammer gravatar
Hi, I am following the documentation [here](https://gluu.org/docs/gluu-server/4.5/installation-guide/install-docker/) to try Gluu in docker but It is failing with the below log "Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds" > nginx | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:44,389 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds ldap | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:44,846 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxtrust | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:44,984 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds persistence | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:45,675 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxauth | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:47,112 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds nginx | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:54,409 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds ldap | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:54,859 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxtrust | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:55,002 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds persistence | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:55,699 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxauth | WARNING - pygluu.containerlib.wait - 2022-11-21 12:36:57,136 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds nginx | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:04,436 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds ldap | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:04,875 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxtrust | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:05,025 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds persistence | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:05,722 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds registrator | 2022/11/21 12:37:06 Syncing services on 9 containers consul | 2022/11/21 12:37:06 [INFO] agent: Synced service "f41e849550c5:oxtrust:8080" consul | 2022/11/21 12:37:06 [INFO] agent: Synced service "f41e849550c5:oxauth:8080" registrator | 2022/11/21 12:37:06 Listing non-exited containers registrator | 2022/11/21 12:37:06 Cleaning up dangling services oxauth | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:07,151 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds consul | 2022/11/21 12:37:11 [WARN] agent: Check "service:f41e849550c5:oxauth:8080" HTTP request failed: Get http://172.18.0.9:8080/oxauth/restv1/health-check: dial tcp 172.18.0.9:8080: connect: connection refused nginx | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:14,459 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds ldap | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:14,893 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxtrust | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:15,044 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds persistence | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:15,746 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxauth | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:17,168 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds consul | 2022/11/21 12:37:18 [WARN] agent: Check "service:f41e849550c5:oxtrust:8080" HTTP request failed: Get http://172.18.0.10:8080/identity/restv1/health-check: dial tcp 172.18.0.10:8080: connect: connection refused nginx | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:24,481 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds ldap | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:24,908 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxtrust | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:25,067 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds persistence | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:25,769 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds oxauth | WARNING - pygluu.containerlib.wait - 2022-11-21 12:37:27,188 - Config is not ready; reason=Config 'hostname' is not available; retrying in 10.0 seconds I followed the [deployment section](https://gluu.org/docs/gluu-server/4.5/installation-guide/install-docker/#deploy-the-gluu-server) and updated already my /etc/hosts file to reflect on the hostname IP mapping but it doesn't make any help. *I found a similar issue in github [here](https://github.com/GluuFederation/gluu-docker/issues/92)* but can't find any related topics in the support search. I am using Apple M1 Pro - MacOS 13.0.1 Do you have an advise please? Thanks, Mohammed