Troubleshooting Docker Compose Quickstart Error with Zookeeper Container

Original Slack Thread

Hi team, I am using docker compose quickstart, but below error showed up. Can anyone help with this? Thanks
dependency failed to start: container datahub-zookeeper-1 exited (1)

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)
  1. Using CLI for ingestion
  2. DataHub CLI version: 0.13.1.2

Please share logs of the zookeeper-1 container: https://datahubproject.io/docs/how/extract-container-logs/

Hi Davi, as zookeeper gets exited, I cannot get id by following the manual![attachment]({‘ID’: ‘F06UMTEBV5W’, ‘EDITABLE’: False, ‘IS_EXTERNAL’: False, ‘USER_ID’: ‘U05AGBZ05GU’, ‘CREATED’: ‘2024-04-12 00:06:49+00:00’, ‘PERMALINK’: ‘Slack’, ‘EXTERNAL_TYPE’: ‘’, ‘TIMESTAMPS’: ‘2024-04-12 00:06:49+00:00’, ‘MODE’: ‘hosted’, ‘DISPLAY_AS_BOT’: False, ‘PRETTY_TYPE’: ‘PNG’, ‘NAME’: ‘image.png’, ‘IS_PUBLIC’: True, ‘PREVIEW_HIGHLIGHT’: None, ‘MIMETYPE’: ‘image/png’, ‘PERMALINK_PUBLIC’: ‘https://slack-files.com/TUMKD5EGJ-F06UMTEBV5W-0424a78d26’, ‘FILETYPE’: ‘png’, ‘EDIT_LINK’: None, ‘URL_PRIVATE’: ‘Slack’, ‘HAS_RICH_PREVIEW’: False, ‘TITLE’: ‘image.png’, ‘IS_STARRED’: False, ‘PREVIEW_IS_TRUNCATED’: None, ‘URL_PRIVATE_DOWNLOAD’: ‘Slack’, ‘PREVIEW’: None, ‘PUBLIC_URL_SHARED’: False, ‘MESSAGE_TS’: ‘1712880451.610859’, ‘PARENT_MESSAGE_TS’: ‘1712622868.086829’, ‘MESSAGE_CHANNEL_ID’: ‘CUMUWQU66’, ‘_FIVETRAN_DELETED’: False, ‘LINES_MORE’: None, ‘LINES’: None, ‘SIZE’: 64287, ‘_FIVETRAN_SYNCED’: ‘2024-04-14 08:22:24.900000+00:00’})

See the line Be sure to attach the logs from /tmp/tmp1doehl21.log. That log file is probably going to have the relevant information.

Also you can just run docker logs datahub-zookeeper-1 to see the zookeeper container logs if it was started.