cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Module Error

Former Member
0 Kudos

Hi Group,

After deploying custom module in J2ee server we are getting the below error in communication channel:

Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookupof EXCELTOXMLBean

Can any body suggest.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Solved Myself

Shabarish_Nair
Active Contributor
0 Kudos

have you set the JNDI name as EXCELTOXMLBean while developing the module?

Former Member
0 Kudos

As I said above, I agree with Shabarish. Check JDNI name.

Former Member
0 Kudos

Thank you for all replying.

I solved my self, I was entering the Module name with Bean ,I deleted the "Bean" from module name its working fine.

Former Member
0 Kudos

In your module, there's something like this ???

DataSource ds = (DataSource) context.lookup("java:...")

Check:

Module Name: FilenameModuleBean

Type: Local Enterprise Bean

Module Key: Any Constant Value

Module parameters for module key (if the custom module expects any inputs)

And remember that you have to type the full JNDI name in module configuration, like follow:

sap.com/fnmodear/<FilenameModBean>

Note that the JNDI name construction in XI 3.0 and PI 7.1 is different.

former_member463616
Contributor
0 Kudos

Hi,

Please see similar kind of threads.

Former Member
0 Kudos

Hi Rajesh,

I tried all this but its not working.The same error exists.

Can any body suggest in J2EE server where I can check the deployed custom modules.