Wisser / Jailer

Database Subsetting and Relational Data Browsing Tool.

Home Page:https://wisser.github.io/Jailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Connection: Socket timeout when connecting to remote PostgreSQL database hosted on AWS

Nezteb opened this issue · comments

Description of the Issue

I am able to connect to this same database with both TablePlus and DBeaver, but not Jailer for some reason. I've triple verified the correct JDBC url format, host, username, and password.

This probably isn't specific to AWS; I'm guessing I'd have the same issue with any cloud provider. It's worth noting that I am on a company VPN in order to access the database, but again TablePlus and DBeaver handle that just fine (and I assume it's not an issue with Jailer and VPNs specifically).

Screen Shot 2022-04-28 at 2 02 18 PM

Steps to Reproduce the Issue

Add a remote database connection pointing to an AWS-hosted Postgres instance and try to test the connection.

Expected Behavior

I'd expect Jailer to be able to connect to databases like TablePlus and DBeaver.

Actual Behavior

It doesn't seem to work no matter what I try; I always get the same socket timeout exception.

Debug Information

Jailer version: 12.3
Driver: lib/postgresql-42.2.16.jar

Maybe the driver is not compatible with the DBMS? Do you also use postgresql-42.2.16.jar for TablePlus and DBeaver?

It could also be that you can only access the VPN via the system proxy. To use this, modify the file "jailerGUI.sh", line 34 to:

java -Xmx1200M -Djava.net.useSystemProxies=true -Djava.util.Arrays.useLegacyMergeSort=true -cp $CP net.sf.jailer.ui.ExtractionModelFrame "$@"

I'm an idiot and had a tiny typo (a lowercase "L" instead of an uppercase "i"), so disregard this entire issue. 🤦‍♂️