Hey everyone, I just joined the townhall and I am ...
# getting-started
f
Hey everyone, I just joined the townhall and I am extremely impressed by just about everything. I went straight ahead and tried to quickstart it but it seems to fail and I am not quite sure what the fix could be. I receive this error and I attached the log as requested. Any sort of help would be amazing.
b
Hi Felix.. Can you provide your memory configurations in Docker desktop? Are you launching from a mac?
f
Launching from a mac. 4GB Memory
I've tried to reset it using docker nuke but there seems to be a "conflict for url: http+docker://localhost/v1.40/volumes/datahub_esdata"
b
Okay that all looks good. Do you mind sending the output of
datahub docker nuke
?
cc @early-lamp-41924 Do you mind checking out the logs? Some elastic startup problems 😞
e
There seems to be a corrupt file in the elasticsearch container. If you try
datahub docker nuke
again, do you get the same error?
You can also run
docker system prune
to remove dangling volumes
f
Thanks a lot for the help @big-carpet-38439 and @early-lamp-41924 my docker nuke output is this
felixschildorfer@Felixs-MacBook-Pro ~ % datahub docker nuke           Removing containers in the datahub project Removing volumes in the datahub project Traceback (most recent call last):  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/docker/api/client.py", line 268, in _raise_for_status   response.raise_for_status()  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/requests/models.py", line 943, in raise_for_status   raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localhost/v1.40/volumes/datahub_esdata During handling of the above exception, another exception occurred: Traceback (most recent call last):  File "/Library/Frameworks/Python.framework/Versions/3.8/bin/datahub", line 8, in <module>   sys.exit(main())  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/datahub/entrypoints.py", line 93, in main   sys.exit(datahub(standalone_mode=False, **kwargs))  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 1137, in call   return self.main(*args, **kwargs)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 1062, in main   rv = self.invoke(ctx)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 1668, in invoke   return _process_result(sub_ctx.command.invoke(sub_ctx))  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 1668, in invoke   return _process_result(sub_ctx.command.invoke(sub_ctx))  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 1404, in invoke   return ctx.invoke(self.callback, **ctx.params)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/click/core.py", line 763, in invoke   return __callback(*args, **kwargs)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/datahub/cli/docker.py", line 322, in nuke   volume.remove(force=True)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/docker/models/volumes.py", line 25, in remove   return self.client.api.remove_volume(self.id, force=force)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/docker/api/volume.py", line 161, in remove_volume   self._raise_for_status(resp)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/docker/api/client.py", line 270, in _raise_for_status   raise create_api_error_from_http_exception(e)  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/docker/errors.py", line 31, in create_api_error_from_http_exception   raise cls(e, response=response, explanation=explanation) docker.errors.APIError: 409 Client Error for http+docker://localhost/v1.40/volumes/datahub_esdata: Conflict ("remove datahub_esdata: volume is in use - [95d3fee2ff50bc4df4089af811cfcdad5a9c4b28c084dc04c81e5e94c7705b71]")
e
Can you try restarting docker engine?
f
Will do, but I ran the prune command and it resloved the issue with docker nuke
currently retrying datahub docker quickstart
e
Got it!
f
It worked.!! Even got the sample data to work. You two are heroes.
e
Awesome!!! Glad it worked out!!!
f
Last question, is this supposed to look like this
e
Yes!
f
Good to know. Thanks again
b
Suggestions on Ux improvements are very welcome!!