Some days ago (<https://datahubspace.slack.com/arc...
# getting-started
r
Some days ago (https://datahubspace.slack.com/archives/CV2KB471C/p1658481799112079) I started some first experiments with dataHub. However, today I can neither get the Login UI to show up for the old version from approx. 10 days ago - nor for the new version published 5 days ago: https://github.com/datahub-project/datahub/blob/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml In fact, the new version is bringing up even more problems than the earlier one: GMS is complaining: ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.82022/07/31 105240 Command exited with error: exit status 1 Also: - Mysql never comes up on first try. I manually need to start it - In the new version, Kafka and schema registry show some problems and sometimes seem to stop - the UI at http://localhost:9002/ never shows up for me This seems to be persistent - even if I delete all docker containers and associated volumes.
mysql is also showing: Aborted connection 17 to db: 'unconnected' user: 'unauthenticated' host: '172.28.0.7' (This connection closed normally without authentication)
It looks to me like `
Copy code
datahub docker quickstart
` is still using some other docker containers -
s
Did you make any changes in the compose file or is it only the result of
datahub docker quickstart
?
Can you please give the output of
Copy code
python -c "import platform; print(platform.platform())"
r
no I did not make any changes - just downloaded the one
macOS-12.4-x86_64-i386-64bit is the platform
s
What do you mean by
is still using some other docker containers
? Can you please give the output of
docker ps -a
?
r
currently I have stopped / deleted any actively running containers
even when starting clean it did not work for me.
s
You should not be using the M1 one. Yours is
x86_64
so just run the quickstart without the compose file and it should download the correct one
The M1 one is tested for ARM M1
r
Good point. Thanks. I still observe that mysql stops after running the init.sql (and I need to start its container again manually.
But I can confirm that the UI is coming up now.