| Author |
Jboss Rollback exception : Unable to commit error
|
Pavithra Gurukumar
Greenhorn
Joined: Feb 12, 2004
Posts: 1
|
|
Hi all, we are working on Jboss 3.2.3 with Mysql 4.1 version. Of late, we have been getting the following error. Error Info ******************************************************************************* org.apache.jasper.JasperException: null; nested exception is: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=vps4-18.eapps.com//1507, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: UPDATE BP Failed); ****************************************************************************** On checking out some of the old queries in this forum, I found out that we may need to make changes with regard to <commit-option> in standardjboss.xml file. DO I need to make change commit-option entry to 'D'? Please help me in this regard as the problem is very critical and needs to be solved at the earliest. Thank you all in advance.
|
 |
sayan maity
Greenhorn
Joined: Mar 03, 2005
Posts: 28
|
|
|
I think you haven't closed one connection. Check out the code and try to find out whether you have closed all the connections with the mysql server.
|
 |
 |
|
|
subject: Jboss Rollback exception : Unable to commit error
|
|
|