Hey, I am trying to deploy airbyte by follow the f...
# ask-community-for-troubleshooting
a
Hey, I am trying to deploy airbyte by follow the following command: git clone https://github.com/airbytehq/airbyte.git cd airbyte docker-compose up checked in the airbyte-server encountered the following error: Exception in thread β€œmain” io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 4.998906743s.Β  at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156) at
πŸ‘€ 1
βœ… 1
h
Hey can you share the complete logs for server and scheduler? You can do
docker logs <server-container-id> > logs.txt
a
Hi, I faced the same issue and this is the log for server:
And this is for the scheduler:
a
Could someone help us with this issue please?πŸ™
βœ… 1
j
I just pulled and tried and it launched without any issue. Can you provide more context? What machine are you running this on?
a
OS:macOS Monterey Processor: Intel Core i7 Memory 16GB
a
OS: Linux Manjaro Processor: Intel Core i7 RAM: 16 GB
a
OS: Windows 10 Processor: Intel Core i7 RAM: 16 GB
@Harshith (Airbyte) @Jags (Kloud.io) We are blocked with this issue. It seems that the issue got occurred on all three machines. Would you please consider it?
h
Hey were you not able to access airbyte at localhost:8000 ?
a
I got this page on localhost:8000
h
which version are you trying to deploy ?
a
@Harshith (Airbyte) How can I check the version?
a
We are trying to deploy the latest version using exact these commands: https://docs.airbyte.io/deploying-airbyte/local-deployment#setup-and-launch-airbyte
@Harshith (Airbyte)
Copy code
git clone <https://github.com/airbytehq/airbyte.git>
cd airbyte
docker-compose up
a
Additional info: Docker Desktop 4.3.1 (72247) : Docker Compose version v2.2.1 Docker Engine v20.10.11
h
Hey can you share temporal logs ? You will find a container temporal
a
@Harshith (Airbyte) temporal logs
h
As the team looks into it. Can you in the mean time to fix this 1. checkout to 0.33.5 -
git checkout v0.33.5-alpha
2. do docker-compose up
πŸ‘ 1
Hey we have fixed this in the latest version which got released sometime back. Do feel free to try that out. Let us know if this still persists
a
it works now. thanks.