Destination Postgres : Connection not available #34647
Unanswered
subucodes
asked this question in
Connector Questions
Replies: 1 comment
-
hey, thanks for posting in the github discussions, what version of airbyte and connectors are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 on-premise windows VMs namely, terra and mars.(no firewall enabled so connectivity is not restricted)
Connectivity tests done on terra VM:
I tested the connectivity to the mars from terra by doing the following:
Problem:
I created a Airbyte pipeline with Zendesk as source and Postgres as destination. The source is successful but the destination is not. When I setup the Postgres destination

, I am getting the following errors
Error:
Internal message: io.airbyte.commons.exceptions.ConnectionErrorException: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 10020ms.
Failure origin: destination
Failure type: config_error
Stacktrace:
Caused by: java.net.NoRouteToHostException: No route to host
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:554)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:633)
at org.postgresql.core.PGStream.createSocket(PGStream.java:243)
at org.postgresql.core.PGStream.(PGStream.java:98)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:132)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:258)
... 14 more
Logs : check_connection_destination-failure-fc39aecf-6561-4ea3-86ef-e316bbc60dd8.txt
Actions taken so far
Beta Was this translation helpful? Give feedback.
All reactions