cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.0 JMS Rcv Adapter: Object not found in lookup of XIJMSService

Former Member
0 Kudos

Hi all,

When sending messages to an JMS queue, JNDI setup, in the Message Monitoring we get the error:

"MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of XIJMSService.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of XIJMSService."

The Error points to the Module Processor. Indeed the 2 default Modules are used:

- SAP XI JMS Adapter/ConvertMessageToBinary

- SAP XI JMS Adapter/SendBinarytoXIJMSService

This second Module contains 'XIJMSService', and according the documentation (http://help.sap.com/saphelp_nw04/Helpdata/EN/4d/a3bc97ff55c742af7faed661635baf/content.htm)

, it uses a parameter named 'modulePoolAdminLookupName' with the default value: /XIJMSService.

This is how far we get. Even when we assign a different value to the parameter 'modulePoolAdminLookupName' , the error in the Message Monitoring stays the same.

Has anyone experience with this issue, or any ideas to investigate or solve this?

Thanx in advance, Walter.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

Issue is solved. Apparently the Java-version on our XI-server (1.4.2) could not handle the Vendor's JMS-driver we installed (ActiveMQ 4.1.2.jar) so we tried using the ActiveMQ 4.1.0.jar as the JMS-driver. Now it is OK and message are put on the destination queue.

Walter.

Former Member
0 Kudos

What do you think about using driver 4.1 to get messages from ActiveMQ 5.1? Will check tonight is it working at all, but how secure is it?