repeated error in the log of console

3
we deployed recently our application on the server and now it is live, but we see a repeated log error that fill the the console : Database connections: 0 active, 20 idle. Opening JDBC connection failed with SQLState: 08006 Message: IO Error: The Network Adapter could not establish the connection Retrying...(1/3) where we have a license for 20 users. and we feel also the application is very slow. any explanation?
asked
3 answers
1

Hi Mohammad,

The error appears to be quite clear: "IO Error: The Network Adapter could not establish the connection". Probably you need to seek assistance of a sys admin as there seems to be a bad network connection between the Mendix application and the database server.

answered
0

We are experiencing this same issue in Mendix 3.3.2. We are running on an ORACLE database, and these errors keep re-occurring.

It has happened twice now today. We've been looking at Database, Network, Application Server and they all are running smoothly without any issues.

Any idea as to what might cause this?

The error seems to sort it self out as the users can continue processing after 5minutes or so without any intervention from us (IT). But when the error occurs, users are unable to do anything in the system until the error stops in the console.

Any ideas?

answered
0

I Sometimes get this error during development. In my case the db service seems to crash causing the modeller to loose connection with the db.

answered