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

java.sql.SQLException: Couldn't perform the operation setAutoCommit

时间:2014-09-18 12:46:13      阅读:828      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   os   java   for   2014   div   

java.sql.SQLException: Couldn‘t perform the operation setAutoCommit: You can‘t perform any operations on this connection. It has been automatically closed by Proxool for some reason (see logs).

[2014-09-15 11:59:25] ERROR org.hibernate.transaction.JDBCTransaction -Could not toggle autocommit
java.sql.SQLException: Couldn‘t perform the operation setAutoCommit: You can‘t perform any operations on this connection. It has been automatically closed by Proxool for some reason (see logs).


[2014-09-15 11:59:25] ERROR org.hibernate.transaction.JDBCTransaction -JDBC rollback failed
java.sql.SQLException: Couldn‘t perform the operation rollback: You can‘t perform any operations on this connection. It has been automatically closed by Proxool for some reason (see logs).


[2014-09-15 11:59:25] ERROR org.springframework.transaction.interceptor.TransactionInterceptor -Application exception overridden by rollback exception
org.springframework.transaction.TransactionSystemException: Could not commit JDBC transaction; nested exception is 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).



Caused by: org.hibernate.TransactionException: JDBC rollback failed
    at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:200)
    at org.springframework.orm.hibernate3.HibernateTransactionManager.doRollback(HibernateTransactionManager.java:676)
    ... 87 more
Caused by: java.sql.SQLException: Couldn‘t perform the operation rollback: 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.Connection$$EnhancerByProxool$$9ebf70db.rollback(<generated>)
    at org.hibernate.transaction.JDBCTransaction.rollbackAndResetAutoCommit(JDBCTransaction.java:213)
    at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:192)
    ... 88 more

由spring 控制事务。。并且事务是有时间限制的。。。在写程序的时候打开事务,又去调用webservices ..造成事务超时。

java.sql.SQLException: Couldn't perform the operation setAutoCommit

标签:style   blog   color   io   os   java   for   2014   div   

原文地址:http://www.cnblogs.com/keia/p/3978908.html

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