hello, im trying to setup airbyte from google comp...
# replication-troubleshooting
b
hello, im trying to setup airbyte from google compute engine but getting error when trying to connect to airbyte using compute ssh to port 8000, is there anyone know how to solve this? thanks. using guides from https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine
✍️ 1
e
Hi. The doc is correct and works fine. It is probably that port 8001 is already used so you need to either change it
u
@[DEPRECATED] Marcos Marx turned this thread into Zendesk ticket 2680 to ensure timely resolution!
u
Hi! Thank you for your patience, I was out of the office yesterday. That is correct, looks like you've already got something running on that port. If you're using a unix system you can try
lsof -i tcp:8001
to check what's running on that port.