druid 请求不执行,java.sql.SQLRecoverableException: 关闭的连接

z31licg0  于 5个月前  发布在  Druid
关注(0)|答案(2)|浏览(72)

2018-08-29 11:53:06.044 logback [http-nio-8765-exec-2] INFO c.s.dc.controller.StockInController - PUFA1081808280230feedback controller begin2018/08/29 11:53:06:042
2018-08-29 11:53:06.044 logback [http-nio-8765-exec-2] INFO c.s.dc.controller.StockInController - PUFA1081808280230insertStockinFeedback service checkData begin2018/08/29 11:53:06:044
2018-08-29 11:53:06.100 logback [http-nio-8765-exec-2] INFO c.s.dc.controller.StockInController - PUFA1081808280230insertStockinFeedback service checkData end2018/08/29 11:53:06:100

日志显示单据 11:53:06秒就开始执行语句了,但突然卡主不做任何处理,直到12:08:31秒,后台报错

2018-08-29 12:08:31.731 logback [http-nio-8765-exec-2] ERROR com.alibaba.druid.util.JdbcUtils - close statement error java.sql.SQLRecoverableException: 关闭的连接 2018-08-29 12:08:31.739 logback [http-nio-8765-exec-2] INFO c.s.d.s.main.StockInFeedbackService - PUFA1081808280230insertStockinFeedback service begin2018/08/29 12:08:31:739 2018-08-29 12:08:31.748 logback [http-nio-8765-exec-2] INFO c.s.d.s.main.StockInFeedbackService - PUFA1081808280230insertStockinFeedback service end2018/08/29 12:08:31:748

整个请求才完成,请问大家有遇到类似问题吗?

数据库 oracle

DRUID配置信息
initialSize=1
minIdle=1
maxActive=10
maxWait=10
timeBetweenEvictionRunsMillis=60000
minEvictableIdleTimeMillis=300000
validationQuery=SELECT 1 FROM DUAL
testWhileIdle=true
testOnBorrow=true
testOnReturn=false
poolPreparedStatements=true
maxPoolPreparedStatementPerConnectionSize=100

9w11ddsr

9w11ddsr1#

请问找到解决方法了吗?现在遇到了相同的问题

6g8kf2rb

6g8kf2rb2#

求助 遇到了相同的问题

相关问题