Known operational issues

Last modified by Anthony Gauchy on 2022/06/08 13:57

MySQL server has gone away

If you encounter errors that look like :

2022-06-07 17:18:50:387 flexisip-error-ForkMessageContextDbProxy[0x55759ac60b70] - fork error - Error loading ForkMessageContext from db : MySQL server has gone away

Flexisip certainly reached the max connection of your MySQL database and then is not allowed to make new connection again. You can execute this command :

mysql> FLUSH HOSTS;

If this issue happen too often you can also take a look at your max_connections setting value.