Hey everyone, I’m having issues with the quickstar...
# troubleshoot
c
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 213232 Problem with request: Get “http://datahub-gms:8080/health”: dial tcp 172.20.0.78080 connect: connection refused. Sleeping 1s mysql-setup | 2023/03/27 213936 Problem with dial: dial tcp 172.20.0.63306 connect: connection refused. Sleeping 1s datahub-gms | 2023/03/27 213235 Problem with dial: dial tcp 172.20.0.929092 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!
g
Hi @cuddly-butcher-39945 Could you please share logs
docker logs datahub-gms
c
Thanks for replying back @gentle-hamburger-31302, but the quickstartDebug gradlew build is not even finishing. I pulled a fresh clone of the repo and ran ./gradlew quickstartDebug and i got a yarnTest failure.