Closed betizad closed 5 months ago
I digged a bit deeper and ran airbyte in debug mode (with -x flag). Then I see that I get an strange error:
2024-05-28T13:17:28.057703554Z Activity Executor taskQueue="CHECK_CONNECTION", namespace="default": 14 ERROR FileManager (/tmp/workspace/47221804-b526-4b1c-bbd2-0fc698cfb878/0/logs.log) java.io.IOException: Could not create directory /tmp/workspace/47221804-b526-4b1c-bbd2-0fc698cfb878/0 java.io.IOException: Could not create directory /tmp/workspace/47221804-b526-4b1c-bbd2-0fc698cfb878/0
Any ideas, why is this suddenly hapenning?
Got the same error... I updated from 0.50 to 0.61 and all source connections start failing with this error. Creating new sources results in same error.
I did a docker volume rm $(docker volume ls -q | grep airbyte) and started over, and it fixed the problem.
I did use the fix as mentioned here and it worked temporarily. It would be nice that it did not happen in the first place after upgrade.
docker exec -u root -it airbyte-worker /bin/bash
chown -R airbyte:airbyte /tmp
https://github.com/airbytehq/airbyte/discussions/36984#discussioncomment-9086401
It looks the issue is related to the breaking change in the deployment. I'm closing as it isn't related to the connectors.
Connector Name
source-google-ads and source-bing-ads
Connector Version
3.5.0 and 2.6.1
What step the error happened?
During the sync
Aitbyte version
0.61.0 Open Source Self hosted in Azure VM
Relevant information
Both connectors where functional and loading data into destination. Over the weekend, the connectors failed to load any more and I get an error while testing the connectors:
Relevant log output
Contribute