cancel
Showing results for 
Search instead for 
Did you mean: 

How to resolve BaseTransactionRolledbackLocalexception

Former Member
0 Kudos

Hello friends,

I have developed an EJB Module in NWDS 7.0 and i am calling that module in receiver communication channel. I am using String tokenizer to separate some elements as a part of my logic.But it is raising some exceptions in Runtime Workbench in Message monitoring. Following are the exceptions:

MP: exception caught with cause

com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

Error Exception caught by adapter framework: Exception thrown in method process. The transaction is marked for rollback.

Error Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Exception thrown in method process. The transaction is marked for rollback.: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback

Help me out..

Thanks and Regards,

N.Jayanth Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try to restart the J2EE engine. Once deployed your EAR, should restart the server.

Regards,

Indira D

Answers (1)

Answers (1)

Former Member
0 Kudos

I had this error. In my case was wrong module sequence. CallSapAdapter was before AF_Module. I've changed them and Ok.