cancel
Showing results for 
Search instead for 
Did you mean: 

Error in JMS Adapter

Former Member
0 Kudos

We are currently facing problems with all the JMS communication channels in our PI 7.1 system.

When I look in the communication channel monitoring I see the following error message for all of them:

Error connecting due to missing class: com.tibco.tibjms.naming.TibjmsInitialContextFactory. Ensure that all resources required are present in the JMS provider library: com.sap.aii.adapter.lib.sda

The other adapters all work fine.

We have tried restarting the PI system (both abap and java) multiple times without any luck.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Krishneel,

To recover from this error, you can change the channel configuration to increase the "Wait time after message error" and then remove the message from the TIBCO queue in that time.

Also check for the connection with the TIBCO server whether it's not broken.

And last, you may check note below for more info:

#1099720 - XI JMS Adapter and TIBCO EMS: FAQ

With regards,

Caio Cagnani

rajasekhar_reddy14
Active Contributor
0 Kudos

Hai,

As per your post I understood you are trying to connect TIBCO queue, but some driver files missing in com.sap.aii.adapter.lib.sda file, so better to deploy the required jar files in PI once again.first undeploy existing driver files then redeploy. but make sure that dont miss any file.

This will solve your problem,

Regards,

Raj

Former Member
0 Kudos

We tried this but unfortunately still getting the same error.