QuickStart stuck in "Retrying in 10 seconds..." loop. #165
-
|
I "git cloned" the latest from the "develop" branch. Configured my Okta instance, ran "./osmt_cli.sh -i", updated my osmt-quickstart.env file with the Okta info, and then ran "./osmt_cli.sh -q". It takes quite a while to download and build the container images. once there it goes into a loop with "INFO: Retrying in 10 seconds." The last error reported before the retry is "java.net.UnknownHostException: osmt_quickstart_elasticsearch_1". I cleared everything and started from scratch with the steps listed above and got the same result. When I check the Docker UI it shows "osmt_quickstart-elasticsearch-1" running on port 9200. I'm running Docker on Windows WSL2. I run "osmt_cli.sh" using Git Bash. I don't think either of those is the problem. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I had the same experience in Windows (see my reply to your earlier post). With your stack still running, run See #146 for more about this... |
Beta Was this translation helpful? Give feedback.
I had the same experience in Windows (see my reply to your earlier post).
With your stack still running, run
docker psand compare your container names with the URLs in your osmt-quickstart.env file. Your Spring logout shows underscores, but your Docker container name has hyphens. Update your env file to match the existing container names.See #146 for more about this...