首页 > 代码库 > java.sql.SQLException: Couldn't perform the operation setAutoCommit
java.sql.SQLException: Couldn't perform the operation setAutoCommit
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 autocommitjava.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 failedjava.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 exceptionorg.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 moreCaused 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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。