ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Cannot find MQSeries JMS Libraries

Post new topic  Reply to topic
 Cannot find MQSeries JMS Libraries « View previous topic :: View next topic » 
Author Message
dilep
PostPosted: Sat Mar 07, 2009 5:38 am    Post subject: Cannot find MQSeries JMS Libraries Reply with quote

Apprentice

Joined: 27 Nov 2006
Posts: 40

I have been successful to install Supportpack IS02v3, Plugin for Broker with in MQ Explorer V6.0.2. Message Broker is V6.1 .
To enable JMS on broker’s Queue Manager, did the following command
runmqsc queuemanager <
C:..\eclipse\plugins\com.ibm.etools.wmadmin.broker.stats_6.0.2
.0\setup_jms.mqsc
When I try to invoke Statistics an error message is displayed:

Cannot find MQSeries JMS Libraries. You must install MQSeries classes for Java Message Service on this machine
Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Mar 07, 2009 10:38 am    Post subject: Re: Cannot find MQSeries JMS Libraries Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

dilep wrote:
Cannot find MQSeries JMS Libraries. You must install MQSeries classes for Java Message Service on this machine


Was there a question here?

Presumably you then tried to install the libraries and were unsuccessful. Was there an error code, message or anything that might allow us to offer something which looks like help? Or do you believe you have the JMS support installed (which is not what's created by the runmqsc command but the actual libraries)? If so, on what do you base this? You've given us no clue about the product you've installed aside from that you've installed MQExplorer.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Mar 07, 2009 6:59 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Apart from the fact that he presumably created some JMS system queues running the mqsc script, could there be a fundamental confusion in his mind about WMQ Message Broker and WebSphere Message Broker (WMB) 2 completely different products?

Make sure when starting your eclipse session that the classpath still holds a reference to the MQ jar files....
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
dilep
PostPosted: Sat Mar 07, 2009 8:35 pm    Post subject: Reply with quote

Apprentice

Joined: 27 Nov 2006
Posts: 40

The trace file is look like this,
------------------------------------------
BETrace INFO 12:30.28.593 Worker-0 --> method void com.ibm.etools.wmadmin.broker.explorer.Stats.ControlBrokerStats.sendMessageToBroker(Broker, String)
BETrace INFO 12:30.28.593 Worker-0 in ControlBrokerStats.java:56
BETrace INFO 12:30.28.593 Worker-0 Args: 0. b
BETrace THROW 12:30.28.593 Worker-0 Cannot find MQSeries JMS librariesjava.lang.NoClassDefFoundError: com.ibm.ras.RASTraceLogger
at com.ibm.mq.jms.services.WASTraceAdapter.loggable(WASTraceAdapter.java:244)
at com.ibm.mq.jms.services.WASTraceAdapter.checkForTurnTracingOn(WASTraceAdapter.java:238)
at com.ibm.mq.jms.services.Trace.checkForTurnTracingOn(Trace.java:357)
at com.ibm.mq.jms.MQConnection.<init>(MQConnection.java:381)
at com.ibm.mq.jms.MQConnection.<init>(MQConnection.java:666)
at com.ibm.mq.jms.MQConnectionFactory.createConnection(MQConnectionFactory.java:4739)
at com.ibm.etools.wmadmin.broker.explorer.Stats.ControlBrokerStats.sendMessageToBroker(ControlBrokerStats.java:6
at com.ibm.etools.wmadmin.broker.explorer.Stats.ControlBrokerStats.turnOnStats(ControlBrokerStats.java:180)
at com.ibm.etools.wmadmin.broker.explorer.FlowTreeNode.actions.StartStatisticsAction$FlowStartJob.run(StartStatisticsAction.java:113)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
BETrace INFO 12:30.28.593 Worker-0 --> method void com.ibm.etools.wmadmin.broker.explorer.Stats.ControlBrokerStats.errorMessage(String)
BETrace INFO 12:30.28.593 Worker-0 in ControlBrokerStats.java:165
Back to top
View user's profile Send private message
Vitor
PostPosted: Sun Mar 08, 2009 1:53 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

fjb_saper wrote:
could there be a fundamental confusion in his mind about WMQ Message Broker and WebSphere Message Broker (WMB) 2 completely different products?


Could there?

fjb_saper wrote:
Make sure when starting your eclipse session that the classpath still holds a reference to the MQ jar files....


Is there?

You'll do a lot better if you answer questions we ask. It'll advance the process by providing information and eliminating potential causes.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Mar 08, 2009 2:56 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Quote:
BETrace THROW 12:30.28.593 Worker-0 Cannot find MQSeries JMS librariesjava.lang.NoClassDefFoundError: com.ibm.ras.RASTraceLogger

Noting further that the class not found is not a JMS class but a logger class.
The question here would be if the logger class is part of the support pack and if it got installed correctly. (you might have to start your eclipse with -clean.)

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
dilep
PostPosted: Sun Mar 08, 2009 9:24 pm    Post subject: Reply with quote

Apprentice

Joined: 27 Nov 2006
Posts: 40

Applied the fix pack websphereMQ 6.0.2.4, then it working fine.
I want to know whether we can take the statistics for a long period.
What i need to do for this ?
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Mar 09, 2009 2:23 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

dilep wrote:
Applied the fix pack websphereMQ 6.0.2.4, then it working fine.
I want to know whether we can take the statistics for a long period.
What i need to do for this ?


Please do not double-post - see HERE. it upsets the Mods, and also wastes a few mouse clicks for me and I hate needlessly expending energy.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Cannot find MQSeries JMS Libraries
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.