Nikita Nazarov
11/02/2022, 3:25 PM0.39.13
to 0.40.17
via helm chart I encounter the following error on server pod:
2022-11-02 15:28:00 INFO c.z.h.HikariDataSource(<init>):80 - HikariPool-2 - Starting...
2022-11-02 15:28:00 INFO c.z.h.HikariDataSource(<init>):82 - HikariPool-2 - Start completed.
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-1 - Before cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-1 - After cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(fillPool):521 - HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-2 - Before cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-2 - After cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(fillPool):521 - HikariPool-2 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Scanning for classpath resources at 'classpath:db/callback' ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@7a4f0f29 ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Unable to resolve location classpath:db/callback.
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Scanning for classpath resources at 'classpath:db/callback' ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@7a4f0f29 ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Unable to resolve location classpath:db/callback.
2022-11-02 15:22:16 DEBUG i.a.c.h.LogClientSingleton(setWorkspaceMdc):150 - Setting kube workspace mdc
2022-11-02 15:22:16 ERROR i.a.s.ServerApp(main):326 - Server failed
java.lang.IllegalArgumentException: null
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.1-jre.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:36) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validate(DefaultS3ClientFactory.java:31) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.<init>(DefaultS3ClientFactory.java:24) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.CloudLogs.createCloudLogClient(CloudLogs.java:45) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.createCloudClientIfNull(LogClientSingleton.java:164) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.setWorkspaceMdc(LogClientSingleton.java:151) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.server.ServerApp.getServer(ServerApp.java:174) ~[io.airbyte-airbyte-server-0.40.17.jar:?]
at io.airbyte.server.ServerApp.main(ServerApp.java:323) ~[io.airbyte-airbyte-server-0.40.17.jar:?]
2022-11-02 15:22:16 INFO c.z.h.HikariDataSource(close):350 - HikariPool-1 - Shutdown initiated...
Nikita Nazarov
11/02/2022, 3:27 PMNikita Nazarov
11/02/2022, 4:27 PMRichard Gilmore
11/04/2022, 1:49 AMSaj Dider (Airbyte)
11/09/2022, 6:21 PMDan Siegel
11/14/2022, 1:04 PMuser
12/06/2022, 8:21 PM