Summary
The user is facing an error while trying to install Airbyte in RHEL without internet connection. The error message indicates a failure to fetch connector registry entry due to a connection issue to connectors.airbyte.com.
Question
Hi all,
I am trying to install airbyte in RHEL without internet connection, but I am getting the following error in the airbyte-booloader.
service bootloader didn’t complete successfully exit 255
I am using: Airbyte version: 0.63.15,
Before I was using Airbyte version 0.59.0 and it was working fine.
Observation when I tried the same with internet accessibility it works
But my requirement is that it should work fine without internet.
Also I am unable to downgrade due to the migration problem.
2024-08-14 15:32:53 ERROR i.a.b.Application(main):25 - Unable to bootstrap Airbyte environment.
java.lang.RuntimeException: Failed to fetch connector registry entry for airbyte/source-mssql:4.0.15
at io.airbyte.config.specs.RemoteDefinitionsProvider.getConnectorRegistryEntryJson(RemoteDefinitionsProvider.java:224) ~[io.airbyte.airbyte-config-specs-0.63.15.jar:?]
at io.airbyte.config.specs.RemoteDefinitionsProvider.getSourceDefinitionByVersion(RemoteDefinitionsProvider.java:114) ~[io.airbyte.airbyte-config-specs-0.63.15.jar:?]
at io.airbyte.config.persistence.ActorDefinitionVersionResolver.fetchRemoteActorDefinitionVersion(ActorDefinitionVersionResolver.java:79) ~[io.airbyte.airbyte-config-config-persistence-0.63.15.jar:?]
at io.airbyte.config.init.ApplyDefinitionsHelper.applySourceDefinition(ApplyDefinitionsHelper.kt:168) ~[io.airbyte.airbyte-config-init-0.63.15.jar:?]
at io.airbyte.config.init.ApplyDefinitionsHelper.apply(ApplyDefinitionsHelper.kt:99) ~[io.airbyte.airbyte-config-init-0.63.15.jar:?]
at io.airbyte.bootloader.DefaultPostLoadExecutor.execute(DefaultPostLoadExecutor.java:45) ~[io.airbyte-airbyte-bootloader-0.63.15.jar:?]
at io.airbyte.bootloader.Bootloader.load(Bootloader.java:134) ~[io.airbyte-airbyte-bootloader-0.63.15.jar:?]
at io.airbyte.bootloader.Application.main(Application.java:22) [io.airbyte-airbyte-bootloader-0.63.15.jar:?]
Caused by: java.net.ConnectException: Failed to connect to connectors.airbyte.com/34.117.64.246:443
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) ~[okhttp-4.12.0.jar:?]
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154) ~[okhttp-4.12.0.jar:?]
at io.airbyte.config.specs.RemoteDefinitionsProvider.getConnectorRegistryEntryJson(RemoteDefinitionsProvider.java:214) ~[io.airbyte.airbyte-config-specs-0.63.15.jar:?]
... 7 more```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1723783348980999) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["install", "airbyte", "RHEL", "internet-connection", "error", "connector-registry", "connectors.airbyte.com"]
</sub>