Error Connectin bus

0
How can i slove these logs  errors This happens sins the update to mendix 9   ConnectionBus: Database connections: 0 active, 42 idle. 10:49:48 AMappERRORConnectionBus: Opening JDBC connection to jdbc:postgresql://db8st6n2l8zsdghiy.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432/xxxxxxxxxxxxxxxxx?tcpKeepAlive=true&sslrootcert=%2Fhome%2Fvcap%2Fapp%2F.postgresql%2Feu-central-1-bundle.pem&sslmode=verify-full failed with SQLState: 08001 Error code: 0 Message: "Connection attempt timed out.", retrying...(1/4)
asked
1 answers
0

Hi Ceddy,

            check the postgres connection  and same as well check the dattabse name are same in both mendix moduler and postgres.(Username and Password)

JDBC Error ------>check the jar files 

Go through the documentation for more understanding,

https://docs.mendix.com/appstore/modules/database-connector/

Hope it helps for you

answered