cancel
Showing results for 
Search instead for 
Did you mean: 

Error in JMS adapter

sandip_hole
Participant
0 Kudos

Hi Experts,

We have configured a new PI test environment (PI7.3 SP06 dual stack) in existing landscape and we are facing below error for JMS channels

A channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Library with name tc~je~jms~client~730 not found.

at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.resolveJMSProviderLoader(ConnectorImpl.java:167)


Note- JMS drivers are installed on this new env,

         http://host:port/nwa/services shows all JMS services in green (started) status

         Also other test env are are up and running with JMS message flow.

I am not sure if we are missing any configuration,customizing appreciate your help here.

Thanks,

Sandip

Accepted Solutions (0)

Answers (3)

Answers (3)

sandip_hole
Participant
0 Kudos

Hi All,

We were able to resolve above error when basis have deployed missing tc~je~jms~client~730.jar

but now we have below error...


Error creating JMS connection. The JMS provider gave the error message as Unknown Destination = 224 , and the error code as null.


Please advise...


Thanks,

Sandip

vicky20691
Active Contributor
0 Kudos

Hi Sandip,

Checkpoints -

1- port should be P4 if default port is 50000 then 50004

2- are you using queues from NWA which were aleady there like sapDemoQueue or you have created a new Queue in NWA.

3. In the JNDI lookup name of queue you have to give queue name which is there in NWA-> JMS Server Properties . As i can see your name is jmsqueues/default/jms/******** . Please try creating a queue in the default virtual provider which will have a name like jmsqueues/default/yourqueuename or use the default queues like jmsqueues/default/sapDemoQueue or sapDemoQueue2 etc.

4. Also give username and password in the channel as you have posted screenshot above no user and password is present.

5- at the bottom of channel configuration give following

6- in advanced tab give additional parameter -

Regards,

Vikas

sandip_hole
Participant
0 Kudos

Hi Vikas,

JNDI host port are correct as we are able to connect to it from another PI Env.

Form this environment we are able to connect to default SAPDemoQueue but not to custom created on NWA

Authentication is not required as we can connect from other PI env

I will try with additional config

Thanks,

Sandip

vicky20691
Active Contributor
0 Kudos

Hi Sandip,

Can you please post the name or screen of Jar files which are deployed as JMS Drivers?

Regards,

Vikas

former_member186851
Active Contributor
0 Kudos

Hello Sandip,

Check whether JNDI ur using is correct.we once faced the same issue because of wrong JNDI.

sandip_hole
Participant
0 Kudos

HI Raghu,

JNDI URL (host:port) are correct, any other checkpoints?

thanks,

Sandip

former_member186851
Active Contributor
0 Kudos

Sandip,

Try accessing the JMS queues and try placing the files.

Also do a restart of server after deploying the jar files