It's not a secret anymore!
The moose likes JBoss/WildFly and the fly likes javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception" Watch "javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception" New topic
Author

javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception

santhosh mohan
Greenhorn

Joined: Jan 18, 2009
Posts: 1
Dear All,

I am getting the following exception while running my application.

javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.
commitwhenaborted] Can't commit because the transaction is in aborted state

Can anyone please let me know the reason for this error, since i am new to weblogic.

regards,
Santhosh
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8210
    
  71

santhosh mohan wrote:Dear All,

I am getting the following exception while running my application.

javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.
commitwhenaborted] Can't commit because the transaction is in aborted state


Looks like the transaction had been aborted earlier maybe because of some exception, and some piece of code is calling commit on this aborted transaction.

santhosh mohan wrote:
Can anyone please let me know the reason for this error, since i am new to weblogic.

Do you really mean weblogic? Or was that a typo?


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception
 
Similar Threads
EJB 3.0 - Error while persisting one-one unidirectional relation
How Jboss calls Ejb methods
exceptions for exam
Can't commit because the transaction is in aborted state
Help with CMP implementation.