Re: [Dev] MYSQL/JDBC error when trying to connect to the MYSQL server

2014-09-15 Thread Danushka Fernando
Hi All Here we have changed the no of max connections to 100,000. Although the error says use a higher wait timeout I think increasing it is not the best option. And we have put the autoReconnect=true in jdbc url. @Prabath : Is there a way of eliminating this problem. Currently when we detect this

[Dev] MYSQL/JDBC error when trying to connect to the MYSQL server

2014-09-15 Thread Madhawa Bandara
Hi, When Appfactory tries to connect to a remote application server instance on openstack following error[1] can be observed in the appserver log. autoReconnect=true is already set and wait_timeout is set as per the instructions in the error log but that didn't fix the issue. Any help? Thanks, Ma