cancel
Showing results for 
Search instead for 
Did you mean: 

Error while Using RequestResponseBean Module

former_member204873
Contributor
0 Kudos

hi All,

I am trying to use RequestResponseBean Module in one of the scenario as given in these links:

http://wiki.sdn.sap.com/wiki/display/XI/UsingRequestResponseBeanModuleinFILE+Adapter

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)

But i am getting below error in MDT of sender File channel.

2010-04-16 15:55:45 Information MP: processing local module localejbs/AF_Modules/ResponseOnewayBean

2010-04-16 15:55:45 Information The message status was set to DLVD.

2010-04-16 15:55:47 Error MP: exception caught with cause com.sap.engine.services.rmi_p4.exception.P4BaseRuntimeException: I/O operation failed : java.io.NotSerializableException: com.sap.engine.services.ts.jta.impl.TransactionImpl :

2010-04-16 15:55:47 Error File processing failed with com.sap.engine.services.rmi_p4.exception.P4BaseRuntimeException: I/O operation failed : java.io.NotSerializableException: com.sap.engine.services.ts.jta.impl.TransactionImpl :

I am working on PI EHP1.

Please help me in resolving this issue.

Thanks,

Mayank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Your error message says you tried to pass a non-serializable object (the transaction object) over wire (remote bean call).

You just make sure that you are using the local call mode for all your modules. Then, this particular error should go away.

Regards, Yza

Former Member
0 Kudos

Mayank,

Using Request Response bean had some problems when used in PI 7.1, I don't whether it is still in Ehp1 as well but we could use the RequestResponse bean by implementing OSS note 1261159.

Below forum should be helpful

[;

Thanks,

Amit