container docker-ldap-1 is unhealthy #325
-
Hi ! Thanks! checking the log (docker logs docker-ldap-1) I get this:
|
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
The docker ldap healthcheck is defined here: The only reason I see for it to fail is that somehow something gets corrupted in your setup, maybe you had an issue at bootstrap of the LDAP volumes (https://github.com/georchestra/docker/blob/master/docker-compose.yml#L77-L79) ; especially with the error message above:
If you don't have anything sensitive in your LDAP tree yet, maybe it could be worth trying to remove the volumes and starting from scratch. |
Beta Was this translation helpful? Give feedback.
-
Thank you pmauduit for your assistance. dependency failed to start: container docker-console-1 is unhealthy below the log
|
Beta Was this translation helpful? Give feedback.
-
There should be something else before "Server:main: Started" which could explain why the console does not start, the "WARN" log line provided is something which can be ignored (about sentry logging configuration which is bundled into the webapp but unused / unconfigured by default). |
Beta Was this translation helpful? Give feedback.
-
here is the entire log,
|
Beta Was this translation helpful? Give feedback.
-
There are nothing in the provided logs which can explain an issue at bootstrap, apart from the fact your docker composition is launched under Windows, and I have no idea if someone already tried it in such context (maybe @pierrejego ?). The healthcheck for the console is defined here: Can you try to load the "create account page" by hand ("https://.../console/account/new") ? It is still possible that the create account feature has been broken recently, but I'd have expected it would have been detected. |
Beta Was this translation helpful? Give feedback.
-
Hi @omarlabidi Are you running the |
Beta Was this translation helpful? Give feedback.
-
@pmauduit |
Beta Was this translation helpful? Give feedback.
-
@fvanderbiest i'm running the branch 23.0. |
Beta Was this translation helpful? Give feedback.
-
hey, did you wait enough time ? First run of the docker composition can take some time to start. |
Beta Was this translation helpful? Give feedback.
-
@jeanmi151 yes i did. |
Beta Was this translation helpful? Give feedback.
-
@edevosc2c any idea here ? thx |
Beta Was this translation helpful? Give feedback.
-
Hy Emilien and thank you.
Yes my folder is “C:\Docker\GeOrchestra\docker”’
Regards.
Omar
|
Beta Was this translation helpful? Give feedback.
-
Ha you are using Windows? We have not validated that this docker composition works on Windows. You should use WSL for Linux support, maybe it will work better: https://learn.microsoft.com/en-us/windows/wsl/install |
Beta Was this translation helpful? Give feedback.
-
Yes. Windows 10.
|
Beta Was this translation helpful? Give feedback.
-
Please try in a Linux environment. In a VM or with WSL (https://learn.microsoft.com/en-us/windows/wsl/install). |
Beta Was this translation helpful? Give feedback.
Please try in a Linux environment. In a VM or with WSL (https://learn.microsoft.com/en-us/windows/wsl/install).