hey guys, so I was following this tutorial to set ...
# replication-troubleshooting
l
hey guys, so I was following this tutorial to set up airbyte on GCP https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine/ at the final step,
Copy code
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
I encounter the problem
bind [127.0.0.1]:8000: Address already in use
I have no idea what port is using it. I have tried to change to port 8080; 80; 4444 but none work. What should I do here? thank you
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2918 to ensure timely resolution!
h
Where did you try this command in your physical system or the remote one?
q
Check your local system if that port was in use by any service
l
Hi I used the local system. I ran it using Ubuntu (I am using a Window laptop) and it seems like Ubuntu is using port 8000. I tried to run from Command Prompt afterward. The problem of bind [127.0.0.1]8000 Address already in use doesn't persist anymore. however, I still cannot access the environment. After running the same command above, PutTy is turnt on for some reason, and it is stuck in that process
h
Probably the port is not forwarded to windows system can you try ping inside the ubuntu to the airbyte ssh port and see if that is working
l
Hi, thanks for all the help. the problem comes from the fact that I did not use the same version of the EC2 as instructed in the tutorial
u
Do still need any assistance here?