ConnectionBus: Opening JDBC connection

0
Hi All, We are facing the below error while starting our application :   ERROR: ConnectionBus: Opening JDBC connection to Some(**.rds.amazonaws.com:5432) failed with SQLState: 08001 Error code: 0 Message: Connection to **.rds.amazonaws.com:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections., giving up.   Could anyone help us with this error.
asked
3 answers
1

Hi Rishab,

 

There are mostly three reasons for the error SQLState: 08001 SQL Server Connection failure :

  • If we provide a wrong server name.
  • If the Server not configured to a network connection.
  • The other possibility of this instance if we provide an incorrect login name or password.

You can check if you have right privilege to connect to the source first.

 

Thanks

 

answered
1

Hi Rishab,

Please check out the below link it will be helpful to you mostly it will be resolved if open your extended dbs such as Postgresql and start the server it will fix.

checkout the below link aswell.

https://forum.mendix.com/link/questions/93267

answered
0

Please restart your system. That should work.

answered