Hi All i tried to run "datahub docker quickstart "...
# troubleshoot
c
Hi All i tried to run "datahub docker quickstart " however it is failing with below issue any suggestions ?
i
Hello Nagendra, It looks like the broker pod is trying to use port 29092 which is already in-use. See the end of the first sentence. Are you using a customer docker-compose file to launch quickstart?
c
@incalculable-ocean-74010 i am not sure about customer dockerpcompose. However i ran datahub docker nuke --keep-data datahub docker quickstart Still the same issue. is there anything specific that I need to check here ?
Copy code
datahub-frontend-react is up-to-date
WARNING: Host is already in use by another container

ERROR: for broker  Cannot start service broker: driver failed programming external connectivity on endpoint broker (a601c25038f7bf2c496984d69a098537903070d52Starting mysql-setup         ... done

ERROR: for broker  Cannot start service broker: driver failed programming external connectivity on endpoint broker (a601c25038f7bf2c496984d69a098537903070d52d38ce10a8181d8b1bd348a6): Bind for 0.0.0.0:29092 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
i
Try:
$ DATAHUB_GMS_PORT=<some free port value> datahub docker quickstart