I can't connect to a postgreSQL database with DBeaver on osx (latest) and get this cryptic null connection returned
I can however connect with teamSQL without a problem.
I checked a ton of resources but I have no idea of the cause of this problem so my connection infos are the right ones.
For information I have java installed :
java -version
java version "9.0.1"
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
I'll provide a proper answer in case anyone runs into the same problem :
I am on osx and my team mates are on windows, we provided the same credentials but they were able to log in and I wasn't.
The problems comes from DBeaver on osx that will not strip the http://
from the beginning of urls and will not accept .com/:1244
as a valid port but will accept those without a problem on windows.
The correct way to input a url would then be mywebsite.com:1244
Hope that helps.
As with DBeaver v6.1.2 The issue is observed in windows as well, you need to manually strip off the "http:\" from the Host URL. Also mention the port explicitly in the Port text box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With