- 论坛徽章:
- 2
|
web前端通过spring+jdbc调用haproxy,然后分发请求到后端的mysql。
访问时,经常出现http 500错误(一般是长时间不访问web,然后访问就出现问题),提示无法连接到mysql。具体如下:
HTTP Status 500 - Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
。。。。。。。。。。。。。。。。。
报错内容很多很多。
如果把web前端直接连接到后端mysql,没有问题,基本可以判断是haproxy的问题。但无从下手排查这个问题。
请大神指点啊。 |
|