cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File Adapter Module processor issue

Former Member
0 Kudos

Hello all,

I have deployed (using SDM) a specific module for one of my file communication channel.

In MDT, I have the following error :

Exceptions survenues pour Adapter Framework : Object not found in lookup of Module0001

La diffusion du message vers l'application via File_http://sap.com/xi/XI/System a échoué en raison de : com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of Module0001.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of Module0001.

Where can be the source of this problem ?

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jean

Also check if the "JNDI" name that you have specified in the Receiver Adapter module

excluding localejbs matches the deployed name in the "J2ee Aministartor Deploy service.

for example if you have

localejbs/sap.com/BeanName

you should have

the service deployed under

/sap.com/BeanName

regards

krishna

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all.

I forgot to add my EJB Module to my Application.

=> application.xml module node was empty.

To solve it use

Add to EAR project context menu button on your EJB Module tree node in Netweaver studio

Former Member
0 Kudos

Hi jean

Glad you got the issue fixed. I did the same mistake. I believe the step is not mentioned in the step to step guide.

Regards

krishna

bhavesh_kantilal
Active Contributor
0 Kudos

Jean,

In the module tab, what is the module name you have given?

This should match with the JNDI name of the module.

Regards

Bhavesh