cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module error

Former Member
0 Kudos

Hi,

I made some code changes to a file adapter module code which was working fine [ before the changes were made].

After making the changes and redeploying the adapter module 'am getting the following error in the RWB communication channel monitoring.

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

Any possible reasons for this error?

Thanks,

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can you give more details on the line of code that is causing the exception

can you check the Default trace log in the j2ee visual admin??

are you using apache commons client to connect to ftp server?

regards

krishna

Former Member
0 Kudos

Hi Krishnamoorthy,

I do not have access to the visual admin and I don't use apache commons client.

'am trying to determine if the code is causing an exception.

Thanks,

Anand

Former Member
0 Kudos

Hi

Did you recently upgrade to SP16?

If not, the pblm should be coz of your code.

regards

krishna

Former Member
0 Kudos

Ok, would check the code then.

Thanks,

Anand

prateek
Active Contributor
0 Kudos

Try debugging the code by running whole scenario and placing the breakpoint at the "process" method. If the execution stops at breakpoint, that means ur adapter is getting called. Then debug step by step.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Tested the code 'standalone' in the NWDS.No issues with the code execution.

This particular project was imported from a colleagues machine into my NWDS...not sure if any settings have gone kaput because of that?

Proabably I would try recreating the EJB project with the exact same steps in my NWDS and then check.

Thanks,

Anand

prateek
Active Contributor
0 Kudos

Wht i had suggested was not to test it standalone... U may debug it in the deployed mode also. Try that once. For that open the debug mode in NWDS, place the breakpoint and then run the scenario.

<i>[Reward if helpful]</i>

Regards,

Prateek