Hi Team,
I’m setting up Airbyte locally on my mac with k8 deployment. While setting up the source connection with MSSQL getting below error, is there someone can guide me on this.
Log4j2Appender says: kubectl cp /tmp/cd621464-26b9-4286-9a96-221189d04df7/source_config.json default/source-mssql-sync-d1329155-996c-4ec8-87ce-d589b6a90cea-0-rqgdy:/config/source_config.json -c init
2022-03-30 045601 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):158 - Completing future exceptionally...
io.airbyte.workers.WorkerException: Error while getting checking connection.
at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:84) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:27) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: io.airbyte.workers.WorkerException: java.io.IOException: Cannot run program “kubectl”: error=0, Failed to exec spawn helper: pid: 137, exit value: 1
at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:150) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:58) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:53) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
... 3 more
Caused by: java.lang.RuntimeException: java.io.IOException: Cannot run program “kubectl”: error=0, Failed to exec spawn helper: pid: 137, exit value: 1
at io.airbyte.workers.process.KubePodProcess.copyFilesToKubeConfigVolume(KubePodProcess.java:284) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.process.KubePodProcess.<init>(KubePodProcess.java:514) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:146) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:58) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:53) ~[io.airbyte-airbyte-workers-0.35.61-alpha.jar:?]
... 3 more