Start a new topic

AWS RDS Postgresql unable to connect from DBVis

I am trying PstgreSQL created on AWS RDS from DBVIs and getting the following error


Product: DbVisualizer Free 11.0.3 [Build #3095]

OS: Linux

OS Version: 4.15.0-72-generic

OS Arch: amd64

Java Version: 11.0.5

Java VM: OpenJDK 64-Bit Server VM

Java Vendor: Private Build

Java Home: /usr/lib/jvm/java-11-openjdk-amd64

DbVis Home: /home/anvin/DbVisualizer

User Home: /home/anvin

PrefsDir: /home/anvin/.dbvis

SessionId: 130

BindDir: null


An error occurred while establishing the connection:


Long Message:

The connection attempt failed.


Details:

   Type: org.postgresql.util.PSQLException

   SQL State: 08001


1 Comment

Hi Anvin


The error code 08001 is a generic error code telling that the JDBC driver could not connect to the database. The reason for this could be many.


You should enter the IP address or DNS name of the server where the database runs as the Database Server and the Database Port it listens to for TCP/IP connections, by default 5432.


After you have entered this, please use the Ping Server button to see if you can reach that server and port. If you get an error message, you have either entered incorrect Database Server or Port values, there is a firewall that blocks the connection, or the PostgreSQL server is not configured to access connections from your PC. If Ping Server says everything is fine but you still cannot connect, the problem is most likely with the login credentials for the user account you specify.


I hope this helps,


Regards Ulf

 


Login or Signup to post a comment