https://datahubproject.io logo
Title
h

hallowed-kilobyte-916

05/25/2023, 6:27 AM
I am building datahub on an ec2 instance. the schema registry keeps error anytime we want to create a container. The error randomly happens with mysql. Is anyone else experiencing this issue? This used to work fine a couple of days ago
j

jolly-airline-17196

05/25/2023, 6:39 AM
i am facing a similar issue as well, Tried removing all images and containers in docker, still the error persists, and the build just keeps on running. Also can someone suggest me where can we possibly see the live logs,
h

hallowed-kilobyte-916

05/25/2023, 6:50 AM
It looks like it is an issue from the datahub image repositories. Are you also running this on an ec2 instance?
b

better-orange-49102

05/25/2023, 7:04 AM
check
docker logs <container-name>
to see what is wrong with schema-registry?
j

jolly-airline-17196

05/25/2023, 7:28 AM
i see no errors in the logs, mysql and zookeeper keeps failing for me, i also tried to change their port numbers, still the problem persists. The command i used is python3.9 -m datahub docker quickstart --zk-port 2182 --elastic-port 9201 --mysql-port 3307 --schema-registry-port 8082 --kafka-broker-port 9093 --dump-logs-on-failure apparently this is keeps on running, so the the last argument passed never shows any error, been stuck on this point since yesterday