Caused by: org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.alibaba.druid.pool.GetConnectionTimeoutException: wait millis 60000, active 20, maxActive 20, creating 0, runningSqlCount 1 : INSERT INTO onebucket_washer_coupon_record (employee_id, customer_id, coupon_id, coupon_type, washer_type, consume_time, seriasl_number) VALUES (?, ?, ?, ?, ?, ?, ?)
runningSqlCount 2 : INSERT INTO onebucket_gas_consume (customer_id, employee_id, consume_money, oil_type, consumer_address, seriasl_number, coupon_type, coupon_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
runningSqlCount 10 : UPDATE onebucket_topup_summary SET handover_id = ?, handover_num = ? WHERE is_delete = 0 AND employee_id = ?
runningSqlCount 6 : UPDATE onebucket_exchange_handover SET financial_id = ?, financial_name = ?, financial_sure_time = ? WHERE id = ? AND handover_status = 0
### The error may exist in org/springblade/employee/mapper/MemberMapper.java (best guess)
### The error may involve org.springblade.employee.mapper.MemberMapper.selectOne
### The error occurred while executing a query
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.alibaba.druid.pool.GetConnectionTimeoutException: wait millis 60000, active 20, maxActive 20, creating 0, runningSqlCount 1 : INSERT INTO onebucket_washer_coupon_record (employee_id, customer_id, coupon_id, coupon_type, washer_type, consume_time, seriasl_number) VALUES (?, ?, ?, ?, ?, ?, ?)
runningSqlCount 2 : INSERT INTO onebucket_gas_consume (customer_id, employee_id, consume_money, oil_type, consumer_address, seriasl_number, coupon_type, coupon_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
runningSqlCount 10 : UPDATE onebucket_topup_summary SET handover_id = ?, handover_num = ? WHERE is_delete = 0 AND employee_id = ?
runningSqlCount 6 : UPDATE onebucket_exchange_handover SET financial_id = ?, financial_name = ?, financial_sure_time = ? WHERE id = ? AND handover_status = 0
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:150)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:141)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:77)
at sun.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:433)
... 97 common frames omitted
扫一扫访问 Blade技术社区 移动端