Error deploying workload-launcher with Airbyte helm chart

Summary

Failed to deploy workload-launcher due to an error related to resolving a placeholder for STORAGE_TYPE. The error is specifically related to the Micronaut server startup.


Question

Hello everyone.
I’m using airbyte 0.50.40 deploy via helm (workload-api-server and workload-launcher use version 0.55.0 due to there is no image tag 0.50.40). I failed deploy workload-launcher as the below error. Anyone can help to resolve this. The current, I set global.state/logs.storage.type: “GCS”

Unsetting empty environment variable ‘S3_MINIO_ENDPOINT’
Unsetting empty environment variable ‘ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS’
Unsetting empty environment variable ‘S3_LOG_BUCKET_REGION’
Unsetting empty environment variable ‘OTEL_COLLECTOR_ENDPOINT’
Unsetting empty environment variable ‘STATE_STORAGE_MINIO_ENDPOINT’
Unsetting empty environment variable ‘ACTIVITY_MAX_ATTEMPT’
Unsetting empty environment variable ‘VERSION’
Unsetting empty environment variable ‘WORKFLOW_FAILURE_RESTART_DELAY_SECONDS’
Unsetting empty environment variable ‘METRIC_CLIENT’
Unsetting empty environment variable ‘S3_PATH_STYLE_ACCESS’

2024-08-09 09:35:46 INFO i.m.c.e.DefaultEnvironment():168 - Established active environments: [k8s, cloud, control-plane, oss]
2024-08-09 09:35:47 ERROR i.m.r.Micronaut(handleStartupException):343 - Error starting Micronaut server: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.runtime.support.DefaultRuntimeEntityRegistry]

Message: Could not resolve placeholder ${STORAGE_TYPE}
Path Taken: new DefaultRuntimeEntityRegistry(EntityEventRegistry eventRegistry,Collection propertyPopulators,ApplicationContext applicationContext,AttributeConverterRegistry attributeConverterRegistry)
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.runtime.support.DefaultRuntimeEntityRegistry]



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte", "helm-chart", "workload-launcher", "error", "micronaut", "storage-type"]