hello, I have a new airbyte setup running on AWS E...
# replication-ask-ai
s
hello, I have a new airbyte setup running on AWS EKS, when i am trying to setup google search console as a source i am getting the following error as shown in the image.. from the EKS nodes i am able to connect to the outside internet without any issues. Can someone tell me what can be causing this.?
h
Do you have an LB in front of the application? What is the backend config [Timeouts etc] this can cause the web-app fail after 30secs. We got similar errors on Google LB for instance even tho the connection is successful on connector pods. What is the status code of the internal server error is it really 500 or 502 bad gateway?
s
yes.. there is an LB infront of this.. the timeout is 60 secs.
in my LB log however i don’t see any 500 or 502 error..
Can someone please help me with this error.?
The following is what i see in the airbyte-server logs:
Copy code
2023-06-30 14:09:25 ESC[1;31mERRORESC[m i.a.s.e.UncaughtExceptionHandler(handle):31 - Uncaught exception
software.amazon.awssdk.core.exception.SdkClientException: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long.
        at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:111) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.awscore.interceptor.HelpfulUnknownHostExceptionInterceptor.modifyException(HelpfulUnknownHostExceptionInterceptor.java:59) ~[aws-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain.modifyException(ExecutionInterceptorChain.java:202) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.internal.http.pipeline.stages.utils.ExceptionReportingUtils.runModifyException(ExceptionReportingUtils.java:54) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.internal.http.pipeline.stages.utils.ExceptionReportingUtils.reportFailureToInterceptors(ExceptionReportingUtils.java:38) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:39) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:26) ~[sdk-core-2.20.65.jar:?]
        at software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient$RequestExecutionBuilderImpl.execute(AmazonSyncHttpClient.java:193) ~[sdk-core-2.20.65.jar:?]
j
Hi @Shubham Singh How did you manage to get the refresh token? Can you point the reference doc? I have client id and secret. I don't know how to get the refresh token.