Summary
When running ‘docker compose up -d’ on Ubuntu 22.04.4 LTS, Airbyte bootloader and webapp are continuously restarting. The bootloader logs show a PortUnreachableException, and the web app logs show an Address family not supported by protocol error.
Question
Airbyte init, airbyte-bootloader exited
and airbyte-webapp is continuously restarting
under Ubuntu 22.04.4 LTS
when i run command : docker compose up -d
i get below results
[+] Running 15/15
Network airbyte_airbyte_public Created 0.2s
Network airbyte_default Created 0.1s
Network airbyte_airbyte_internal Created 0.1s
Container init Exited 1.7s
Container airbyte-docker-proxy-1 Started 1.3s
Container airbyte-db Started 1.1s
Container airbyte-temporal Started 1.1s
Container airbyte-bootloader Exited 18.4s
Container airbyte-server Started 20.3s
Container airbyte-api-server Started 19.3s
Container airbyte-webapp Started 19.7s
Container airbyte-connector-builder-server Started 20.3s
Container airbyte-worker Started 20.2s
Container airbyte-cron Started 20.0s
Container airbyte-proxy Started
airbyte bootloader logs says
i.m.s.r.u.Loggers$Slf4JLogger(warn):299 - [2b48e670, L:/127.0.0.1:59446 - R:localhost/127.0.0.1:8125] An exception has been observed post termination, use DEBUG level to see the full stack: java.net.PortUnreachableException: recvAddress(…) failed: Connection refused
even web app is giving log
[emerg] 1#1: socket() [::]:8080 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
please suggest how to fix it
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.