https://github.com/alibaba/druid/releases/tag/1.1.8
问题已修复,请使用新版本
xhhwc commented on 21 Dec 2017
1.1.6版本Druid连接MSSQL Server 2008 R2报错:com.microsoft.sqlserver.jdbc.SQLServerException: The query timeout value -1 is not valid.经测试1.1.5版本的Druid无此问题;而1.1.6版本Druid连接MySQL数据库也没有问题。以下是完整的错误日志: |
beykery commented on 21 Dec 2017
这个错误我也遇到了,我现在不得已使用1.1.5版本,这个版本没这个问题。 |
ky2c commented on 22 Dec 2017
配置一下validationQueryTimeout参数就可以了。 |
caodianlong commented on 22 Dec 2017 •
我也遇到了, 坑了好久。 设置validationQueryTimeout参数大于-1就好了 |
wenshao added this to the 1.1.7 milestone on 24 Dec 2017
wenshao added the Bug label on 24 Dec 2017
我加了validationQueryTimeout也不起作用,spring boot 1.5.9 会循环不停的报错: ERROR c.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:sqlserver://localhost:1433;integratedSecurity=true;databaseName=checkinginMS, errorCode 0, state null |
JaynLau referenced this issue 21 days ago
Closed