cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter configuration error

Former Member
0 Kudos

Hi All

My scenario is file to jms.i configured the webspher MQ and i created queues manager and channals.I done JMS receiver like this,

1)Transport protocol:WebspherMQ JMS provied

2)Message porotocol:JMS x.1

3)Adapter Enigen: Integration Server

4)QueueConnecation Factery Java Class:com.ibm.mq.jms.MQQueueConnectionFactory

5)Queue Java Class:com.ibm.mq.jms.MQQueue

6)IP Address or server name:Localhost

7)Server port:1414

8)Queue Mannager Name:QM_sapxi

9)channal name:CHANNAL1

10)JMS queue:MQCONN.OUT

11)Transport/netwrok protocol:TCP/IP

12)JMS compliant:WebSpherMQ(non jms)

13)Deliver mode of message Producer:Persist JMS Messages in the JMS provider

14)mapping of the message:Entier message=JMS Payload

finaly i checked my Adapters status,it was red and i got the error Receiver channel. Details: (No detail information set. so pls help me .pls suggest me

thanking u

regards ,

ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Ramesh,

I assume you deployed your jms libraries via SDM.

You can check a successfull deployment in the libraries of the server node via the J2EE Admin tool.

To get a more detailed log, you can augment the log level to debug for destinations

com.sap.aii.af.service.jms & com.sap.aii.adapter.jms. You can do so in the logConfigurator of the J2EE Admin tool.

Afterwards reactivate your comm channel in the configuration. (Just change the short text, so you can change and reactivate.)

When you then go to the defaultTrace file via the logViewer, you should see more details on the error.

Greetings,

Bart

Former Member
0 Kudos

Hi Bart,

Thnaks for the reply,

I already deployed jms libaries via SDM.

I checked the deployment libraries of the server node via J2EE Admin tool. I did not find any info.

<<<To get a more detailed log, you can augment the log <<<level to debug for destinations

<<com.sap.aii.af.service.jms & com.sap.aii.adapter.jms. <<You can do so in the logConfigurator of the J2EE Admin <<tool.

Can u explain How can i search this libraries.Can u give the path?

Thanks ,

Ramesh.

Former Member
0 Kudos

Hello Ramesh,

In the J2EE Admin tool:

Server - Libraries- com.sap.aii.af.jmsproviderlib.

Under JARs Contained you should see the jar files that you uploaded via com.sap.aii.af.jmsproviderlib.sda on also the path.

For example on our server

<serverdir>\j2ee\cluster\server0\bin\ext\com.sap.aii.af.jmsproviderlib\sonic_Client.jar.

Greetings,

Bart

Answers (0)