Subject | Error while attempting to get a new connection |
---|---|
Author | K Kuma |
Post date | 2005-10-03T09:09:53Z |
Hello,
Could any one tell me what causes the error shown below.
Our system is:
RedHat 9, Firebird-1.5.2 SS, jdbc-1.5.5JDK_1.4 and JBoss 4.0.1sp1.
The error 'Could not enlist in transaction ...' occured while
trying to get a new connection. The stack trace follows:
SELECT ALL t0.Id,t0.NCopies1, ...
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 150000
[itj.ejb.slipp2a.SlipP2ACtrlBean] updateInpCtg() called
[org.jboss.resource.connectionmanager.TxConnectionManager] Could not enlist in transaction on entering meta-aware object!
javax.transaction.SystemException: enlistResource failed
at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:448)
at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:324)
at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:454)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:838)
at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:85)
at itj.ejb.common.SQLCmn.makeConnection(SQLCmn.java:21)
at itj.ejb.slipp2a.SlipP2ACtrlBean.updateInpCtg(SlipP2ACtrlBean.java:539)
...
Regards,
K. Kuma
Could any one tell me what causes the error shown below.
Our system is:
RedHat 9, Firebird-1.5.2 SS, jdbc-1.5.5JDK_1.4 and JBoss 4.0.1sp1.
The error 'Could not enlist in transaction ...' occured while
trying to get a new connection. The stack trace follows:
SELECT ALL t0.Id,t0.NCopies1, ...
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 150000
[itj.ejb.slipp2a.SlipP2ACtrlBean] updateInpCtg() called
[org.jboss.resource.connectionmanager.TxConnectionManager] Could not enlist in transaction on entering meta-aware object!
javax.transaction.SystemException: enlistResource failed
at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:448)
at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:324)
at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:454)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:838)
at org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:85)
at itj.ejb.common.SQLCmn.makeConnection(SQLCmn.java:21)
at itj.ejb.slipp2a.SlipP2ACtrlBean.updateInpCtg(SlipP2ACtrlBean.java:539)
...
Regards,
K. Kuma