Error installing Salesforce connector on Airbyte EC2 instance

Summary

The user is facing an error while trying to install the Salesforce connector on an Airbyte EC2 instance. The log shows that the image ‘airbyte/source-salesforce:2.2.1’ is not found locally, resulting in a WorkerException.


Question

Hi Team,
We have just started to explore Airbyte open source, installation on EC2
For salesforce connector it is giving an error
Attached log below
Please if someone can guide or let me know the issue would be very helpful

2024-01-02 21:52:28 platform > Executing worker wrapper. Airbyte version: 0.50.39
2024-01-02 21:52:28 platform > Attempt 0 to save workflow id for cancellation
2024-01-02 21:52:28 platform > Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2024-01-02 21:52:28 platform > 
2024-01-02 21:52:28 platform > Using default value for environment variable SOCAT_KUBE_CPU_LIMIT: '2.0'
2024-01-02 21:52:28 platform > Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2024-01-02 21:52:28 platform > ----- START check-orchestrator -----
2024-01-02 21:52:28 platform > Using default value for environment variable SOCAT_KUBE_CPU_REQUEST: '0.1'
2024-01-02 21:52:28 platform > 
2024-01-02 21:52:28 platform > Using default value for environment variable LAUNCHDARKLY_KEY: ''
2024-01-02 21:52:28 platform > Checking if airbyte/source-salesforce:2.2.1 exists...
2024-01-02 21:52:28 platform > airbyte/source-salesforce:2.2.1 not found locally. Attempting to pull the image...
2024-01-02 21:52:39 platform > Image does not exist.
2024-01-02 21:52:39 platform > Unexpected error while checking connection: 
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-salesforce:2.2.1```
Thank you

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C027KKE4BCZ/p1704232595268109) if you want to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["error", "installing", "salesforce-connector", "airbyte-ec2", "image-not-found"]
</sub>

Based on the logs you’ve provided, it seems like the issue is that the Docker image for the Salesforce connector (airbyte/source-salesforce:2.2.1) is not found locally and the system is unable to pull it. This could be due to a few reasons: 1. The version of the Salesforce connector you’re trying to use does not exist. You can check the available versions of the Salesforce connector on Docker Hub or in the Airbyte documentation. 2. There might be a network issue that is preventing Docker from pulling the image. You can try to manually pull the image using the command docker pull airbyte/source-salesforce:2.2.1 to see if it works. 3. If you’re running Airbyte in a restricted environment, there might be permissions issues preventing Docker from pulling the image. You would need to check your environment’s settings and permissions. If none of these solutions work, I would recommend reaching out to the Airbyte community on their forum or Slack for further assistance.

If you can give me a list of commands you ran to get it started, I’m happy to take a look!

I.e. did you just start an EC2 machine, then manually pulled airbyte repo and tried docker compose up, or? …

it worked using docker pull image