Log error on application

0
This error appeared on the log and I need to find out what is the cause of it     ERROR - ConnectionBus_Retrieve: JdbcDataStore::execRetrieveQuery failed with SQLState: 08S01, error code: 0, message: Connection timed out (Read failed)  
asked
2 answers
0

This means that a retrieve to the database took to long and timed out. So check how the database was doing at that time. Deadlock may be?

Regards,

Ronald

 

answered
0

Hi Hosam Ali,

 

Check on the database connection in the app setting whether the database is configured correctly or not.

Are you using any external database like pg admin?

answered