报错 求帮助

来源:4-1 使用集成测试Service逻辑

慕仰2141351

2017-08-22 23:58

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 

### Error querying database.  Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.

### The error may exist in file [E:\seckill2\target\classes\mapper\SeckillDao.xml]

### The error may involve org.seckill.dao.SeckillDao.queryAll

### The error occurred while executing a query

### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.

这个是报错信息 早上运行都还是可以的 晚上运行就不行了  求大神指教

写回答 关注

3回答

  • MartinCode
    2018-02-13 21:25:52

    同样的问题

  • qq_Denfance_0
    2017-10-25 15:34:49

    同样遇到这个问题,请问解决了吗?

    qq_Den...

    这个后来通过连接数据库解决了

    2017-10-25 22:08:43

    共 1 条回复 >

  • 世上无难事_只要肯放弃
    2017-08-25 22:45:32

    mapper.xml的resultType代表的是List中的元素类型,而不应该是List本身,所以修改mapper.xml文件

    qq_Den...

    mapper.xml里面写的resultType="Seckill",没有写List本身。

    2017-10-25 15:35:51

    共 1 条回复 >

Java高并发秒杀API之Service层

Java实现高并发秒杀API,介绍秒杀业务Service层的设计和实现

59897 学习 · 137 问题

查看课程

相似问题