Hey everyone, I’m having issues with the quickstart.
Following this guide:
https://datahubproject.io/docs/docker/development
Here are my steps:
1. Synced fork
2. datahub docker nuke
3. datahub docker quickstart --version=v0.10.0
4. I see many connectivity errors during the mysql-setup and gms..
Here are a few of the lines where I see a bunch of connectivity errors:
datahub-datahub-actions-1 | 2023/03/27 21
3232 Problem with request: Get “
http://datahub-gms:8080/health”: dial tcp 172.20.0.7
8080 connect: connection refused. Sleeping 1s
mysql-setup | 2023/03/27 21
3936 Problem with dial: dial tcp 172.20.0.6
3306 connect: connection refused. Sleeping 1s
datahub-gms | 2023/03/27 21
3235 Problem with dial: dial tcp 172.20.0.9
29092 connect: connection refused. Sleeping 1s
I also checked for any of these ports already listening from other pids, but did not see any.
netstat -lntup
Update to this:
Further troubleshooting steps:
1. Cleared all docker images, etc..
2. docker system prune --all --volumes --force
3. Rebooted Box
4. datahub docker quickstart --version=v0.10.0
Still unable to complete the quickstart…
Unable to run quickstart - the following issues were detected:
- datahub-gms is still starting
- mysql-setup is still running
- datahub-upgrade exited with an error
If you think something went wrong, please file an issue at
https://github.com/datahub-project/datahub/issues
or send a message in our Slack
https://slack.datahubproject.io/
Be sure to attach the logs from /tmp/tmpo132cuyl.log
Any help would be appreciated!