Looks like this belongs here :sweat_smile: hey the...
# troubleshooting
a
Looks like this belongs here 😅 hey there, i tried updating my instance and seeing issues, could anyone help? 🙂
Copy code
airbyte-server      | 2022-04-12 09:31:28 INFO i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):99 - Database available!
airbyte-server      | 2022-04-12 09:31:28 INFO i.a.d.Databases(createPostgresDatabaseWithRetry):57 - Database available!
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.811Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Activity","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.811Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Activity","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.826Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.827Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.828Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e/2","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.829Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e/2","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.837Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e/3","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal    | {"level":"info","ts":"2022-04-12T09:31:28.837Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/1@07b096598acc:23029e80-aa07-4c6f-aa67-81fbefda049e/3","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-server      | 2022-04-12 09:31:28 INFO i.a.c.EnvConfigs(getEnvOrDefault):834 - Using default value for environment variable CONFIGS_DATABASE_INITIALIZATION_TIMEOUT_MS: '60000'
airbyte-server      | 2022-04-12 09:31:28 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
airbyte-server      | 2022-04-12 09:31:28 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Database: jdbc:<postgresql://db:5432/airbyte> (PostgreSQL 13.6)
airbyte-server      | 2022-04-12 09:31:29 ERROR i.a.s.ServerApp(main):249 - Server failed
airbyte-server      | java.lang.NullPointerException: Cannot invoke "org.flywaydb.core.api.MigrationInfo.getVersion()" because the return value of "io.airbyte.db.instance.DatabaseMigrator.getLatestMigration()" is null
airbyte-server      |   at io.airbyte.db.instance.MinimumFlywayMigrationVersionCheck.assertMigrations(MinimumFlywayMigrationVersionCheck.java:75) ~[io.airbyte.airbyte-db-lib-0.35.65-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.assertDatabasesReady(ServerApp.java:135) ~[io.airbyte-airbyte-server-0.35.65-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.getServer(ServerApp.java:160) ~[io.airbyte-airbyte-server-0.35.65-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.main(ServerApp.java:247) [io.airbyte-airbyte-server-0.35.65-alpha.jar:?]
airbyte-server exited with code 1
k
Not sure if it is related but I can't access Airbyte UI today and when I run
docker ps
on a SSH session(GCE) the airbyte server is in status ''starting'''.
a
I've got the server as restarting, which correlated to what I see in the logs
k
I thought it is something about my VM and tried to move to the fresh one but without success
"Cannot reach server. The server may still be starting up." in UI
a
docker log airbyte-server\
k
I finally moved a backup version to the new fresh VM and all works now