cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter Error

Former Member
0 Kudos

Hi,

I am getting this error in JMS Adapter (IBM Websphere ) .

Exception caught by adapter framework: The JMS channel with channel ID f34c1908cada36f5b478d8b08894d985 is errornous. Details:Error during channel initialization; exception trace: java.lang.NoClassDefFoundError at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:145) at com.sap.aii.af.service.jms.WorkerJMSSender.createQueueConnection(WorkerJMSSender.java:464) at com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerJMSSender.java:403) ...

2007-06-07 11:00:26 Error Delivery of the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: The JMS channel with channel ID f34c1908cada36f5b478d8b08894d985 is errornous. Details:Error during channel initialization; exception trace: java.lang.NoClassDefFoundError at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:145) at com.sap.aii.af.service.jms.WorkerJMSSender.createQueueConnection(WorkerJMSSender.java:464) at com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerJMSSender.java:403) ...: com.sap.aii.af.service.jms.XIJMSException: The JMS channel with channel ID f34c1908cada36f5b478d8.

Solution for this would be appreciated.

Thanks,

Ashok

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

For JMS Adapter we have to install the relevant JMS driver and deploy the Java libraries on the J2EE server so that the JMS adapter can access the required Java classes at runtime.

JMS Adapter

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

Sender Jms Adapter

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

Receiver Jms Adapter

http://help.sap.com/saphelp_nw2004s/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

The Following OSS notes will help to Install and Configure External Drivers for JDBC and JMS Adapters

790963,747601,746393,856346,802754,837501 and 790224

Regards

Agasthuri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hay Ashok,

it seems fairly straightforward, you have a problem with initilizing you JMS channel, if it's the first JMS channel you have in the system you probably didn't installed the necessery classes for connecting to IBM MQ, theres a few pages in the inst guide about seting up JMS for diffrent vendors (IBM MQ/MSMQ/SoniqMQ etc..).

please check if you installed the necessery classes.

hope it helps,

Uri Lifshitz.