cancel
Showing results for 
Search instead for 
Did you mean: 

JNDI Lookup Error

Former Member
0 Kudos

Dear All

I am using Transport Protocol : Access JMS provider with JNDI in my sender JMS CC.

The neccessary jar files are deployed and I have given following as input parameters:

-


JNDI Lookup Name for Queue Connection Factory: com.stc.jms.client.STCQueueConnectionFactory

JNDi Lookup name for JMS Queue: Test_GD

Name of JNDI Initial Connection Factory: com.stc.jms.jndispi.InitialContextFactory

JNDI Server Address: xx.xxx.x.80:18007

-


I am getting following error in cc

Channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error looking up connection factorycom.stc.jms.client.STCQueueConnectionFactory, for profile: ConnectionProfile of channel: WorkOrderJMS_IOrder01on node: 215438950 having object id: fb5324f8b7cf310795f241233fe9ffd2: javax.naming.NameNotFoundException: com.stc.jms.client.STCQueueConnectionFactory in com.stc.jms.client.STCQueueConnectionFactory not found

at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createConnectionFactory(JndiConnectorImpl.java:134)

Although the Queue Connection factory class is present in the jar file already deployed.

Kindly guide guide mw as what needs to be done?

Regards

Sourabh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

What is the reason for the NameNotFound Exception

Please Guide

Regards

Sourabh

Former Member
0 Kudos

Hi

Can anyone help resolving this problem?

Former Member
0 Kudos

Usually this type of errors occur if runtime is not able to find the particular module/class not deployed/activated in the server

..In your case please check the deployment of the drivers/classes done ...

HTH

Rajesh

Answers (0)