MendixCloud JDBC Errors

1
I have an app hosted in the MendixCloud. In looking at the log file, I see a number of messages like this: Mar 19 06:58:26 127.0.0.1 tr10000: ERROR - ConnectionBus: Opening JDBC connection to 10.208.138.243:0 failed with SQLState: 53300 Error code: 0 Message: FATAL: too many connections for role "dbnode-korriban-db0" Retrying...(1/4) and this Mar 19 07:02:16 127.0.0.1 tr10000: ERROR - ConnectionBus: Opening JDBC connection to 10.208.138.243:0 failed with SQLState: null Error code: 0 Message: Cannot get a connection, pool error Timeout waiting for idle object Retrying...(1/4) Any pointers about what may be causing this?
asked
1 answers
0

I have seen these kind of errors when the database is out of memory. The memory of a Mendix app is split in memory for the modeller and memory for the database engine. Normally these are split even. We had these kind of errors when there was to much given to the modeller and to little to the database engine.

File a support ticket is my advise. And you can check your monitor pages for your memory consumption and see if you see something out of the ordinary.

Regards,

Ronald

answered