Hello team , I am facing the below error when I r...
# troubleshoot
b
Hello team , I am facing the below error when I run
Copy code
datahub docker quickstart.
my m/c is Apple M1 Pro with macod 13.2.1 (22D68)
Copy code
[+] Running 8/8
 ✔ Container zookeeper            Healthy                                                                                                                                             0.5s 
 ✔ Container mysql                Healthy                                                                                                                                             0.5s 
 ✔ Container elasticsearch        Healthy                                                                                                                                             0.5s 
 ✔ Container broker               Healthy                                                                                                                                             1.5s 
 ✔ Container mysql-setup          Exited                                                                                                                                              2.4s 
 ✔ Container elasticsearch-setup  Exited                                                                                                                                            121.3s 
 ✔ Container schema-registry      Healthy                                                                                                                                             1.5s 
 ✔ Container kafka-setup          Exited                                                                                                                                              2.3s 
service "elasticsearch-setup" didn't complete successfully: exit 1
.
Unable to run quickstart - the following issues were detected:
- datahub-frontend-react is not running
- datahub-actions is not running
- datahub-gms is not running
- datahub-upgrade is still running
- elasticsearch-setup exited with an error
1
Untitled
g
@brainy-jewelry-96288 Please try steps mentioned on thread https://datahubspace.slack.com/archives/C029A3M079U/p1685014157794279
b
it gives me more issues. I used --> datahub docker quickstart --version v0.10.3 instead of --> datahub docker quickstart --version 0.10.3 as this is not working
Copy code
Unable to run quickstart - the following issues were detected:
- datahub-frontend-react is not running
- datahub-actions is not running
- datahub-gms is not running
- datahub-upgrade is still running
- kafka-setup is still running
- schema-registry is not running
- broker is not running
- mysql-setup is still running
- elasticsearch-setup is still running
- zookeeper is running by not yet healthy
g
@brainy-jewelry-96288 Try below steps • datahub docker nuke • docker container prune • docker volume prune • docker system prune • datahub docker quickstart --version v0.10.3
b
it too didnt solve.. but it removed all my existing containers
g
@incalculable-ocean-74010 could you please check this issue
b
I manually deleted all my images , volumes from docker and executed
datahub docker quickstart
and it worked successfully.