Andrei Valynko
08/25/2022, 3:19 PM2022-08-25 15:01:15 [32mINFO[m i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):158 - Completing future exceptionally...
java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:341) ~[io.airbyte-airbyte-workers-0.40.2.jar:?]
at io.airbyte.workers.temporal.sync.LauncherWorker.run(LauncherWorker.java:91) ~[io.airbyte-airbyte-workers-0.40.2.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.40.2.jar:?]
at java.lang.Thread.run(Thread.java:1589) [?:?]
Caused by: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.airbyte.workers.temporal.sync.LauncherWorker.lambda$run$3(LauncherWorker.java:184) ~[io.airbyte-airbyte-workers-0.40.2.jar:?]
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:336) ~[io.airbyte-airbyte-workers-0.40.2.jar:?]
... 3 more
Caused by: software.amazon.awssdk.services.s3.model.NoSuchBucketException: The specified bucket does not exist (Service: S3, Status Code: 404, Request ID: 170E9E94F5789BB9, Extended Request ID: null)
at
logs are written to the bucket
I get the error when I try to sync data
can anyone help?Elizabeth Rodriguez
08/25/2022, 7:34 PMElizabeth Rodriguez
08/25/2022, 7:35 PMAndrei Valynko
08/25/2022, 7:41 PMElizabeth Rodriguez
08/25/2022, 7:41 PMAndrei Valynko
08/25/2022, 7:46 PMDan Siegel
11/01/2022, 6:12 PMkylekim
12/17/2022, 4:29 AMJason Carter
01/30/2023, 4:31 PMAndy Smith
11/13/2023, 1:44 PMNoSuchBucket errors, it is likely due to the bucket that is specified in STATE_STORAGE_MINIO_BUCKET_NAME not having being created. I dont know why airbyte code cant create the bucket, but we logged into the 'airbyte-minio' UI and manually added the bucket and it started working again.Andy Smith
11/14/2023, 11:09 AMAndy Smith
11/14/2023, 11:10 AMAndy Smith
11/14/2023, 11:17 AMAndy Smith
11/14/2023, 11:17 AM