Unable to create a new Source and connect IBM DB2 (v11.5) on Ubuntu on localhost port 25000 #35703
Unanswered
AtlantaKid
asked this question in
Connector Questions
Replies: 1 comment
-
looks like it's failing to pull the image. The image is present on dockerhub. Try to pull the image manually. docker pull airbyte/source-db2:0.2.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I am trying to run a Proof of Concept, using Airbyte to pull data from DB2 table and push it onto a Elastic search all within the Ubuntu utilizing localhost interface. I have setup Ubuntu 22.04 (all patches applied) and installed Airbyte and IBM DB2,
I am able to connect to DB2's SAMPLE database using both command line "db2 connect to SAMPLE" and also using IBM Data Studio's eclipse IDE all via localhost:25000 and run SQLs against the SAMPLE database tables. But trying to setup a new connection on airbyte using same credentials, I am getting the below errors (see bottom for full dump).
I see that it is complaining on
2024-02-28 18:02:28 �[46mplatform�[0m > airbyte/source-db2:0.2.2 not found locally. Attempting to pull the image...
2024-02-28 18:02:38 �[46mplatform�[0m > Image does not exist.
Any ideas will be appreciated.
2024-02-28 18:02:27 �[46mplatform�[0m > Docker volume job log path: /tmp/workspace/58e6c542-412a-4193-b132-7424569407e7/0/logs.log
2024-02-28 18:02:27 �[46mplatform�[0m > Executing worker wrapper. Airbyte version: 0.50.54
2024-02-28 18:02:27 �[46mplatform�[0m > Attempt 0 to save workflow id for cancellation
2024-02-28 18:02:27 �[46mplatform�[0m >
2024-02-28 18:02:27 �[46mplatform�[0m > ----- START CHECK -----
2024-02-28 18:02:27 �[46mplatform�[0m >
2024-02-28 18:02:27 �[46mplatform�[0m > Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2024-02-28 18:02:27 �[46mplatform�[0m > Using default value for environment variable SOCAT_KUBE_CPU_LIMIT: '2.0'
2024-02-28 18:02:27 �[46mplatform�[0m > Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2024-02-28 18:02:27 �[46mplatform�[0m > Using default value for environment variable SOCAT_KUBE_CPU_REQUEST: '0.1'
2024-02-28 18:02:27 �[46mplatform�[0m > Using default value for environment variable LAUNCHDARKLY_KEY: ''
2024-02-28 18:02:27 �[46mplatform�[0m > Checking if airbyte/source-db2:0.2.2 exists...
2024-02-28 18:02:28 �[46mplatform�[0m > airbyte/source-db2:0.2.2 not found locally. Attempting to pull the image...
2024-02-28 18:02:38 �[46mplatform�[0m > Image does not exist.
2024-02-28 18:02:38 �[46mplatform�[0m > Unexpected error while checking connection:
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-db2:0.2.2
at io.airbyte.workers.process.DockerProcessFactory.create(DockerProcessFactory.java:117) ~[io.airbyte-airbyte-commons-worker-0.50.54.jar:?]
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:148) ~[io.airbyte-airbyte-commons-worker-0.50.54.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:71) ~[io.airbyte-airbyte-commons-worker-0.50.54.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:44) ~[io.airbyte-airbyte-commons-worker-0.50.54.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:142) ~[io.airbyte-airbyte-workers-0.50.54.jar:?]
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:224) ~[io.airbyte-airbyte-workers-0.50.54.jar:?]
at io.airbyte.commons.temporal.HeartbeatUtils.withBackgroundHeartbeat(HeartbeatUtils.java:57) ~[io.airbyte-airbyte-commons-temporal-core-0.50.54.jar:?]
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.runWithJobOutput(CheckConnectionActivityImpl.java:209) ~[io.airbyte-airbyte-workers-0.50.54.jar:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor$POJOActivityInboundCallsInterceptor.executeActivity(RootActivityInboundCallsInterceptor.java:64) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor.execute(RootActivityInboundCallsInterceptor.java:43) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.activity.ActivityTaskExecutors$BaseActivityTaskExecutor.execute(ActivityTaskExecutors.java:107) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.activity.ActivityTaskHandlerImpl.handle(ActivityTaskHandlerImpl.java:124) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handleActivity(ActivityWorker.java:278) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:243) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:216) ~[temporal-sdk-1.22.3.jar:?]
at io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:105) ~[temporal-sdk-1.22.3.jar:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
2024-02-28 18:02:38 �[46mplatform�[0m >
2024-02-28 18:02:38 �[46mplatform�[0m > ----- END CHECK -----
2024-02-28 18:02:38 �[46mplatform�[0m >
Beta Was this translation helpful? Give feedback.
All reactions