Error after upgrading Airbyte version

Summary

After upgrading Airbyte from 0.53 to 0.63.12, all connections are failing with ‘Configuration check failed’ due to an internal error. The error stack trace indicates issues with checking connections and file access.


Question

:wave: Hello, team!
I have just upgraded airbyte from 0.53 to 0.63.12. Now all my connection are getting failed that used to work in older version.
I updated it using github method (docker compose stop, then git pull and other steps from docs).
for testing I tried to create E2E source, that is also throwing the following error:

Configuration check failed
Check failed because of an internal error

here is the full stacktrace:

Internal message: Check failed because of an internal error
Failure origin: airbyte_platform

at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)

Caused by: io.temporal.failure.ApplicationFailure: message=‘Unexpected error while getting checking connection.’, type=‘io.airbyte.workers.exception.WorkerException’, nonRetryable=false
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:135)
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:44)
at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:138)
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:229)
at io.airbyte.commons.temporal.HeartbeatUtils.withBackgroundHeartbeat(HeartbeatUtils.java:57)
… 14 more
Caused by: io.temporal.failure.ApplicationFailure: message=‘/tmp/workspace/2d51e62a-18f3-4519-bc4b-09655c3625e0/0’, type=‘io.airbyte.workers.exception.WorkerException’, nonRetryable=false
at io.airbyte.workers.process.DockerProcessFactory.create(DockerProcessFactory.java:191)
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:147)
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:71)
… 18 more
Caused by: io.temporal.failure.ApplicationFailure: message=‘/tmp/workspace/2d51e62a-18f3-4519-bc4b-09655c3625e0/0’, type=‘java.nio.file.NoSuchFileException’, nonRetryable=false
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:438)
at java.base/java.nio.file.Files.createDirectory(Files.java:699)
at io.airbyte.workers.process.DockerProcessFactory.create(DockerProcessFactory.java:121)



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

["upgrade", "airbyte", "error", "configuration-check-failed", "internal-error", "stacktrace"]

If anyone else is facing the same issue, this fix worked for me

https://github.com/airbytehq/airbyte/issues/38133