Summary
Error message indicates unexpected error while checking connection to sources like Azure SQL Server or MongoDB. Caused by WorkerException and NoSuchFileException.
Question
Hi
Unable to connect to any source like Azure SQL Server or Mongodb
Anyone can help?
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:142)
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:226)
at io.airbyte.commons.temporal.HeartbeatUtils.withBackgroundHeartbeat(HeartbeatUtils.java:57)
… 14 more
Caused by: io.temporal.failure.ApplicationFailure: message=‘/tmp/workspace/64a5195f-1349-4a22-8b91-d23c5f9cb888/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:149)
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:71)
… 18 more
Caused by: io.temporal.failure.ApplicationFailure: message=‘/tmp/workspace/64a5195f-1349-4a22-8b91-d23c5f9cb888/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)
… 20 more
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.