|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Mqseries api and jams in websphere |
« View previous topic :: View next topic » |
Author |
Message
|
shantha |
Posted: Thu Dec 11, 2003 1:16 am Post subject: Mqseries api and jams in websphere |
|
|
Apprentice
Joined: 11 Dec 2003 Posts: 41
|
Hi,
I wanted a help .I have a problem.
I have the JMS server started in webphere application server.
Now,I have included all the jar files of MQ Series for java in the path
of websphere application server.like com.ibm.mq.jar,com.ibm.mqbind.jar,com.ibm.mqjms.jar
,connector.jar,fscontext.jar,jms.jar,jndi,jar,jta.jar,ldap.jar,providerutil.jar.
I want to use MQSeries API to put the message in the queue and other activities.
But when i am restarting the server after adding these paths in websphere,i am getting the following exception.
Could you please help me in solving this exception.
[12/10/03 18:04:32:391 GMT+05:30] 66b3712f SystemErr R ERROR: Unable to initialize Websphere Application Server for tracing and logging: using JMS tracing and logging: com/ibm/websphere/ras/Manager
[12/10/03 18:04:32:500 GMT+05:30] 66b3712f JMSMQJDProvid A MSGS0656I: Starting the MQJD JMS Provider
[12/10/03 18:04:32:641 GMT+05:30] 66b3712f SystemErr R Unable to load message catalog - mqji
[12/10/03 18:04:32:734 GMT+05:30] 66b3712f JMSMQJDProvid E MSGS0655E: MQJD JMS Provider an unexpected exception occurred: java.lang.reflect.InvocationTargetException: Completion code 2, Reason code 2012
at com.ibm.mq.mqjd.impl.QueueManager.startPubSubBroker(QueueManager.java:421)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.messaging.JMSMQJDProviderImpl.start(JMSMQJDProviderImpl.java:158)
at com.ibm.ws.messaging.JMSService.start(JMSService.java:251)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
----- Begin backtrace for targetException
Completion code 2, Reason code 2012
at com.ibm.mq.mqjd.impl.QueueManager.startPubSubBroker(QueueManager.java:421)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.messaging.JMSMQJDProviderImpl.start(JMSMQJDProviderImpl.java:158)
at com.ibm.ws.messaging.JMSService.start(JMSService.java:251)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
Thanks in advance |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Dec 11, 2003 6:48 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
It looks like you are using the MQJD - MQ Java for Developers. The 2012 is an environment error. I imagine that you are trying to do something that the MQJD doesn't support. Try switching over to the embedded JMS. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|