cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

PSQLException: The connection attempt failed. #300

Open sw33zy opened 7 months ago

sw33zy commented 7 months ago

Hello, new to CloudCaptain!

I followed exactly this blog post but I am getting a database connection error. I'm not sure what I might be doing wrong... Any help would be appreciated.

Further info:

Boxfuse

VirtualBox : 7.0.14r161095
Hyper-V    : Missing admin rights
JVM        : 1.8.0_202 (Oracle Corporation)
Host IP    : 192.168.1.98 (ac:1f:6b:f6:04:f8)
OS         : Windows 10 10.0 amd64

Pastebin with output here

axelfontaine commented 7 months ago

There is a known issue with newer PostgreSQL driver versions:

Try downgrading the pgjdbc driver to 42.2.4 and let me know if that fixed the issue.

sw33zy commented 7 months ago

Just tried it out, I'm getting the same issue

sw33zy commented 7 months ago

Any update on this?