cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module Error in PI 7.1

Former Member
0 Kudos

Hi,

I have built an adapter module which has been successfully deployed on PI 7.1 using JSPM, but in communication channel monitoring it is giving below error.

Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of UserModuleTestEjb

In Module tab of communication channel I have passed Bean name, which works fine for other Adapter Module but strangely its not working for this one.

I have also passed JNDI name which is same as EJB bean name. I have tried several other combinations like below none is working.

localeejbs/UserModuleTestEjb

localeejbs/sap.com/UserModuleTestEjb

Regards,

Nishant

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204873
Contributor
0 Kudos

hi,

Check if u have added correct references in application-j2ee-engine.xml file and if u are using external library it is there in SDA file.

/people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes

Thanks.