org.hibernate.exception.GenericJDBCException:无法初始化集合

时间:2016-03-04 19:50:05

标签: java hibernate jboss

请告知可能导致此错误的原因(which is coming while downloading thousand of rows)。

错误:

org.jboss.util.NestedSQLException: Transaction TransactionImple < ac, BasicAction: afd014e:ebc0:56d64a1d:72 status: ActionStatus.ABORTED > cannot proceed STATUS_ROLLEDBACK; - nested throwable: (javax.transaction.RollbackException: Transaction TransactionImple < ac, BasicAction: afd014e:ebc0:56d64a1d:72 status: ActionStatus.ABORTED > cannot proceed STATUS_ROLLEDBACK)

1 个答案:

答案 0 :(得分:0)

兄弟。显示一些代码。如何连接到db,获取行? 恕我直言:您正在达到与DB的并发连接的限制。所以你可能正在代码中的某个地方启动交易,但你没有正确使用它。