Airbyte bootloader and webapp continuously restarting on Ubuntu 22.04.4 LTS

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
:heavy_check_mark: Network airbyte_airbyte_public Created 0.2s
:heavy_check_mark: Network airbyte_default Created 0.1s
:heavy_check_mark: Network airbyte_airbyte_internal Created 0.1s
:heavy_check_mark: Container init Exited 1.7s
:heavy_check_mark: Container airbyte-docker-proxy-1 Started 1.3s
:heavy_check_mark: Container airbyte-db Started 1.1s
:heavy_check_mark: Container airbyte-temporal Started 1.1s
:heavy_check_mark: Container airbyte-bootloader Exited 18.4s
:heavy_check_mark: Container airbyte-server Started 20.3s
:heavy_check_mark: Container airbyte-api-server Started 19.3s
:heavy_check_mark: Container airbyte-webapp Started 19.7s
:heavy_check_mark: Container airbyte-connector-builder-server Started 20.3s
:heavy_check_mark: Container airbyte-worker Started 20.2s
:heavy_check_mark: Container airbyte-cron Started 20.0s
:heavy_check_mark: 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.

Join the conversation on Slack

["airbyte", "docker-compose", "ubuntu-22.04.4-lts", "bootloader", "webapp", "portunreachableexception", "address-family", "protocol-error"]

Hello <@U07FVH5D4R2> I strongly recommend to you use abctl instead of docker-compose