Hello, I'm currently facing an issue while trying...
# replication-ask-ai
а
Hello, I'm currently facing an issue while trying to git clone https://github.com/airbytehq/airbyte.git with docker, I'm not sure what is problem, when try to docker-compose up there is so many exceptions in loop. Maybe anyone has already solved this issue? I have followed these instructions https://docs.airbyte.com/quickstart/deploy-airbyte/ Thanks!
👍 1
k
A message from kapa.ai
I'm sorry to hear that you're having trouble with deploying Airbyte using Docker. Based on the information provided in the extracts, there could be several reasons for the issues you're experiencing. 1. Docker Version: Make sure you're using the correct version of Docker. One user had issues with the snap version of Docker on Ubuntu and switching to the apt version resolved the issue [source](https://discuss.airbyte.io/t/3583). 2. Airbyte Version: Check the version of Airbyte you're trying to deploy. There was a case where a user had issues with a specific version of Airbyte and downgrading the version resolved the issue [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1677798908410409). 3. Environment: If you're using Windows, there could be issues related to the environment. One user was able to resolve their issue by closing VS Code and using PowerShell instead [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1666815252876859). 4. Docker Volumes: If you've previously deployed Airbyte, there could be issues with Docker volumes. You might need to delete the Docker volumes associated with Airbyte and start from scratch [source](https://airbyte.com/tutorials/creating-duckdb-destination-with-python). If none of these solutions work, it would be helpful to know the specific exceptions you're seeing. You can check the connector logs with
docker logs airbyte-server
and others [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1675319221925379).
а
WARNING: [Channel<17>: (airbyte-temporal:7233)] Failed to resolve name. status=Status{code=UNAVAILABLE, description=Unable to resolve host airbyte-temporal, cause=java.lang.RuntimeException: java.net.UnknownHostException: airbyte-temporal
errorname.png,hosterror.png
a
I got the same issue! I tried to clone and start the new version but it didn't work with same error! I reinstalled v0.50.7 and it did work for me
r
please check my thread above, I have solved it
а
I tried something different, thank you!
a
Can you let us know what you tried?
m
Hello everybody! I had the same issue, for me it worked by creating a development.yaml file in this airbyte directory airbyte/temporal/dynamicconfig
а
I switched to Airbyte Cloud free trial, for now.
j
Why the out of box config doesn't work?!