Steve Palm
09/30/2022, 6:05 PMMarcos Marx (Airbyte)
09/30/2022, 6:07 PMSteve Palm
09/30/2022, 6:07 PMLéon Stefani
09/30/2022, 6:09 PMMarcos Marx (Airbyte)
09/30/2022, 6:11 PM.env
variables so it is necessary to update thatSteve Palm
09/30/2022, 6:11 PMMarcos Marx (Airbyte)
09/30/2022, 6:12 PMSteve Palm
09/30/2022, 6:13 PMMarcos Marx (Airbyte)
09/30/2022, 6:18 PMOk, I pulled it from the repo, so those docs say that ‘git pull’ is all that is needed, but it seems that is not the case.should be; if it is not working please try again to spin up the docker container
Steve Palm
09/30/2022, 6:21 PM2022-09-30 18:15:06 INFO i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):221 - Waiting for temporal server...
2022-09-30 18:15:06 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):232 - Waiting for namespace default to be initialized in temporal...
2022-09-30 18:15:13 WARN i.t.i.r.GrpcSyncRetryer(retry):56 - Retrying after failure
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 4.987951421s.
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271) ~[grpc-stub-1.48.0.jar:1.48.0]
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252) ~[grpc-stub-1.48.0.jar:1.48.0]
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165) ~[grpc-stub-1.48.0.jar:1.48.0]
at io.grpc.health.v1.HealthGrpc$HealthBlockingStub.check(HealthGrpc.java:252) ~[grpc-services-1.48.0.jar:1.48.0]
at io.temporal.serviceclient.WorkflowServiceStubsImpl.lambda$checkHealth$2(WorkflowServiceStubsImpl.java:286) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.internal.retryer.GrpcSyncRetryer.retry(GrpcSyncRetryer.java:61) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.internal.retryer.GrpcRetryer.retryWithResult(GrpcRetryer.java:51) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.serviceclient.WorkflowServiceStubsImpl.checkHealth(WorkflowServiceStubsImpl.java:279) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.serviceclient.WorkflowServiceStubsImpl.<init>(WorkflowServiceStubsImpl.java:186) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.serviceclient.WorkflowServiceStubs.newInstance(WorkflowServiceStubs.java:51) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.serviceclient.WorkflowServiceStubs.newInstance(WorkflowServiceStubs.java:41) ~[temporal-serviceclient-1.8.1.jar:?]
at io.airbyte.commons.temporal.TemporalUtils.lambda$createTemporalService$0(TemporalUtils.java:93) ~[io.airbyte-airbyte-commons-temporal-0.40.10.jar:?]
at io.airbyte.commons.temporal.TemporalUtils.getTemporalClientWhenConnected(TemporalUtils.java:237) ~[io.airbyte-airbyte-commons-temporal-0.40.10.jar:?]
at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:89) ~[io.airbyte-airbyte-commons-temporal-0.40.10.jar:?]
at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:104) ~[io.airbyte-airbyte-commons-temporal-0.40.10.jar:?]
at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:108) ~[io.airbyte-airbyte-commons-temporal-0.40.10.jar:?]
at io.airbyte.server.ServerApp.getServer(ServerApp.java:240) ~[io.airbyte-airbyte-server-0.40.10.jar:?]
at io.airbyte.server.ServerApp.main(ServerApp.java:333) ~[io.airbyte-airbyte-server-0.40.10.jar:?]
Marcos Marx (Airbyte)
09/30/2022, 6:22 PMSteve Palm
09/30/2022, 6:23 PMMarcos Marx (Airbyte)
09/30/2022, 6:25 PMdocker logs airbyte-temporal
gives to you?Steve Palm
09/30/2022, 6:33 PM2022/09/30 18:31:00 [error] 39#39: *15 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/v1/workspaces/list HTTP/1.1", upstream: "<http://172.18.0.5:8001/api/v1/workspaces/list>", host: "localhost:8800", referrer: "<http://localhost:8800/>"
172.18.0.1 - - [30/Sep/2022:18:31:00 +0000] "POST /api/v1/workspaces/list HTTP/1.1" 502 497 "<http://localhost:8800/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53" "-"
Marcos Marx (Airbyte)
09/30/2022, 6:36 PMSteve Palm
09/30/2022, 6:37 PMyum search netcat
gives me timeout errors, so it may be networking related? Something in docker changed maybe?Marcos Marx (Airbyte)
09/30/2022, 6:49 PMSteve Palm
09/30/2022, 6:49 PMMarcos Marx (Airbyte)
09/30/2022, 6:52 PMSteve Palm
09/30/2022, 6:54 PMMarcos Marx (Airbyte)
09/30/2022, 6:56 PMgit pull v0.40.10
to ensure you’re using the correct docker-compose and .env file?Steve Palm
09/30/2022, 6:59 PMfatal: 'v0.40.10' does not appear to be a git repository
2022-09-30 19:04:08 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):232 - Waiting for namespace default to be initialized in temporal...
2022-09-30 19:04:15 WARN i.t.i.r.GrpcSyncRetryer(retry):56 - Retrying after failure
.
.
.
2022-09-30 21:44:19 INFO i.t.s.WorkflowServiceStubsImpl(<init>):188 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=39, target=airbyte-temporal:7233}}
2022-09-30 21:44:24 INFO i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):249 - Temporal namespace default initialized!
2022-09-30 21:44:24 INFO i.a.s.ServerApp(migrateExistingConnectionsToTemporalScheduler):295 - Migration to temporal scheduler has already been performed
2022-09-30 21:44:24 INFO i.a.s.ServerApp(getServer):266 - Starting server...
2022-09-30 21:44:24 INFO i.a.c.EnvConfigs(getEnvOrDefault):1072 - Using default value for environment variable WORKER_ENVIRONMENT: 'DOCKER'
2022-09-30 21:44:24 INFO o.e.j.u.l.Log(initialized):169 - Logging initialized @146392ms to org.eclipse.jetty.util.log.Slf4jLog
2022-09-30 21:44:24 INFO o.e.j.s.Server(doStart):360 - jetty-9.4.31.v20200723; built: 2020-07-23T17:57:36.812Z; git: 450ba27947e13e66baa8cd1ce7e85a4461cacc1d; jvm 17.0.4.1+9-LTS
Sep 30, 2022 9:44:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
2022-09-30 21:44:25 INFO o.h.v.i.u.Version(<clinit>):21 - HV000001: Hibernate Validator 6.1.2.Final
2022-09-30 21:44:25 INFO o.e.j.s.h.ContextHandler(doStart):860 - Started o.e.j.s.ServletContextHandler@7744195{/,null,AVAILABLE}
2022-09-30 21:44:25 INFO o.e.j.s.AbstractConnector(doStart):331 - Started ServerConnector@f559c74{HTTP/1.1, (http/1.1)}{0.0.0.0:8001}
2022-09-30 21:44:25 INFO o.e.j.s.Server(doStart):400 - Started @147758ms
2022-09-30 21:44:25 INFO i.a.s.ServerApp(start):139 -
___ _ __ __
/ | (_)____/ /_ __ __/ /____
/ /| | / / ___/ __ \/ / / / __/ _ \
/ ___ |/ / / / /_/ / /_/ / /_/ __/
/_/ |_/_/_/ /_.___/\__, /\__/\___/
/____/
--------------------------------------
Now ready at <http://localhost:8000/>
--------------------------------------
Version: 0.40.10
Marcos Marx (Airbyte)
10/03/2022, 2:54 PMSteve Palm
10/05/2022, 8:22 PMMarcos Marx (Airbyte)
10/05/2022, 8:59 PMSteve Palm
10/05/2022, 9:01 PM