【问题标题】:Try to start my airbyte worker image and it doesn't works尝试启动我的 airbyte worker 图像,但它不起作用
【发布时间】:2023-01-30 12:21:51
【问题描述】:

我正在尝试将 airbyte 作为 docker 镜像部署到 k8 中。 我用这个组合构建它 https://github.com/airbytehq/airbyte/blob/master/docker-compose.yaml

其他图像工作正常,但只有工作图像无法启动。 它显示这样的错误。

2023-01-27 05:06:47 [1;31mERROR[m i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Cannot invoke "io.airbyte.config.storage.CloudStorageConfigs.getType()" because the return value of "io.airbyte.config.helpers.LogConfigs.getStorageConfigs()" is null

我试图调整环境变量,但它仍然显示错误。 有人知道怎么修这个东西吗?

【问题讨论】:

    标签: java docker micronaut


    【解决方案1】:

    我发现“io.airbyte.config.helpers.LogConfigs.getStorageConfigs()”的值是从 WORKER_LOGS_STORAGE_TYPE 读取的。 因此,当我定义 WORKER_LOGS_STORAGE_TYPE 变量时,worker 现在正在工作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-05-31
      • 1970-01-01
      • 1970-01-01
      • 2020-05-12
      • 2022-09-28
      • 1970-01-01
      相关资源
      最近更新 更多