Hello! New to Datahub. Got the quickstart runnin...
# troubleshoot
m
Hello! New to Datahub. Got the quickstart running no prob, but am having problems with setup for local development. Following instructions here: https://datahubproject.io/docs/docker/development. Gradle build working, but when I try to run docker/dev.sh I get the following repeated errors
datahub-gms        | 2022/03/04 05:44:18 Problem with dial: dial tcp: lookup broker on 127.0.0.11:53: server misbehaving. Sleeping 1s
datahub-actions_1     | 2022/03/04 05:44:18 Problem with request: Get "<http://datahub-gms:8080/health>": dial tcp 172.20.0.10:8080: connect: connection refused. Sleeping 1s
b
It should eventually work itself out once the datahub-gms container comes up! 🙂
Please let us know if it has not
m
Thanks John. It didn’t resolve on its own, but what a finally worked for me was to go beyond ‘docker container prune’ when switching between quickstart and dev modes (or back again) and instead do a manual docker cleanup like in https://gist.github.com/beeman/aca41f3ebd2bf5efbd9d7fef09eac54d
I assume I had some lingering docker artifacts that were confusing the network