码迷,mamicode.com
首页 > 数据库 > 详细

Caused by: java.sql.SQLException: Couldn't perform the operation commit

时间:2015-11-06 09:45:32      阅读:478      评论:0      收藏:0      [点我收藏+]

标签:struts2   spring   hibernate   mysql   java   

1、错误描述

Caused by: java.sql.SQLException: Couldn‘t perform the operation commit: You can‘t perform any operations on this connection. It has been 

automatically closed by Proxool for some reason (see logs).
	at org.logicalcobwebs.proxool.WrappedConnection.invoke(WrappedConnection.java:207)
	at org.logicalcobwebs.proxool.WrappedConnection.intercept(WrappedConnection.java:87)
	at $java.sql.Wrapper$$EnhancerByProxool$$753324fa.commit(<generated>)
	at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doCommit(JdbcTransaction.java:112)
	... 42 more

2、错误原因

     错误提示是:不能执行提交操作。


3、解决办法

     检查数据库是否正常连接

版权声明:本文为博主原创文章,未经博主允许不得转载。

Caused by: java.sql.SQLException: Couldn't perform the operation commit

标签:struts2   spring   hibernate   mysql   java   

原文地址:http://blog.csdn.net/you23hai45/article/details/49669771

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!