Acceptance Environment is down

0
Hi Experts, My application acceptance environment is down. Try to restart the application but still didn't resolve the issue. Below is the error message. ConnectionBus: Opening JDBC connection to jdbc:postgresql://dbj0e53o4ne0c7z64.ch9zck1okvsz.eu-central-1.rds.amazonaws.com:5432/dbj0e53o4ne0c7z64?tcpKeepAlive=true&sslrootcert=%2Fhome%2Fvcap%2Fapp%2F.postgresql%2Feu-central-1-bundle.pem&sslmode=verify-full failed with SQLState: 57P03 Error code: 0 Message: "FATAL: the database system is starting up", giving up...(4/4)   M2EE: An error occurred while initializing the Runtime: Error on initializing database connection. (SQL State: 57P03, Error Code: 0) 12:57:48 PMappcom.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: Error on initializing database connection. (SQL State: 57P03, Error Code: 0) kindly help to fix this issue.
asked
2 answers
0

Hi Abar,

Your Mendix application is currently unable to connect because the PostgreSQL server is still in the process of starting up and isn't ready to accept connections yet.

This is a database-side issue, not a problem with the application itself.

It's a temporary startup delay with PostgreSQL—not a bug in Mendix or your app.

Please wait a few minutes, then check the database status in RDS (or your hosting platform). Once the database is fully operational, you can restart the application.

answered
0

Database size is full. Thats the reason application went down. Increase the container size to bring the application up.

answered