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 » General IBM MQ Support » queue managers are not displayed in MQ Explorer

Post new topic  Reply to topic
 queue managers are not displayed in MQ Explorer « View previous topic :: View next topic » 
Author Message
scutaru
PostPosted: Tue Aug 18, 2009 9:09 pm    Post subject: queue managers are not displayed in MQ Explorer Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

Hi,
After an installation that I made recently, I cannot see the queue managers in the MQ Explorer.. I read about this problem here:

http://www-01.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSWHKB&q1=Eclipse+Explorer&q2=MQ+Explorer&uid=swg21224728&loc=en_US&cs=utf-8&lang=en

It says that I need to run the following command:
Code:
strmqcfg -c

but this doesn't help.

I also tried to run the following command, as suggested in other threads:
Code:
strmqcfg -i

but I am getting the following error message:
Code:
5724-H72 (C) Copyright IBM Corp. 1994, 2004.  ALL RIGHTS RESERVED.
AMQ7778: Syntax error.  The correct syntax is:
  strmqcfg [-d]

Somehow, it seems this switch is not valid anymore.. And running the command with "-d" doesn't seem to do anything..

I know for sure the queue managers are there and started. I was able to connect to them and inspect the queues inside.

Can anybody suggest a fix for this problem ?
Back to top
View user's profile Send private message
jeevan
PostPosted: Tue Aug 18, 2009 9:26 pm    Post subject: Re: queue managers are not displayed in MQ Explorer Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

scutaru wrote:
Hi,
After an installation that I made recently, I cannot see the queue managers in the MQ Explorer.. I read about this problem here:

http://www-01.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSWHKB&q1=Eclipse+Explorer&q2=MQ+Explorer&uid=swg21224728&loc=en_US&cs=utf-8&lang=en

It says that I need to run the following command:
Code:
strmqcfg -c

but this doesn't help.

I also tried to run the following command, as suggested in other threads:
Code:
strmqcfg -i

but I am getting the following error message:
Code:
5724-H72 (C) Copyright IBM Corp. 1994, 2004.  ALL RIGHTS RESERVED.
AMQ7778: Syntax error.  The correct syntax is:
  strmqcfg [-d]

Somehow, it seems this switch is not valid anymore.. And running the command with "-d" doesn't seem to do anything..

I know for sure the queue managers are there and started. I was able to connect to them and inspect the queues inside.

Can anybody suggest a fix for this problem ?


I tried this and works for me

strmqcfg -c
Back to top
View user's profile Send private message
scutaru
PostPosted: Tue Aug 18, 2009 9:28 pm    Post subject: Re: queue managers are not displayed in MQ Explorer Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

What is also weird is that I can see the following FDC in the error folder:
Code:

+-----------------------------------------------------------------------------+
|                                                                             |
| WebSphere MQ First Failure Symptom Report                                   |
| =========================================                                   |
|                                                                             |
| Date/Time         :- Wed August 19 06:58:23 W. Europe Daylight Time 2009    |
| Host Name         :- xxxxxxxxxx (Windows Server 2003, Build 3790: Service   |
|   Pack 1)                                                                   |
| PIDS              :- 5724H7200                                              |
| LVLS              :- 6.0.2.7                                                |
| Product Long Name :- WebSphere MQ for Windows                               |
| Vendor            :- IBM                                                    |
| Probe Id          :- JD644000                                               |
| Application Name  :- MQM                                                    |
| Component         :- TableFactory.loadTableClass                            |
| SCCS Info         :- lib/cs/amqxeida.c, 1.52.1.24                           |
| Line Number       :- 3466                                                   |
| Build Date        :- Jun 11 2009                                            |
| CMVC level        :- p600-207-090611                                        |
| Build Type        :- IKAP - (Production)                                    |
| UserID            :- xxxxxx                                                 |
| Process Name      :- C:\xxx\admin\eclipse\jre\bin\javaw.exe                 |
| Addressing mode   :- 32-bit                                                 |
| Process           :- 00000900                                               |
| Thread            :- 00000002                                               |
| Major Errorcode   :- Unknown(C35B)                                          |
| Minor Errorcode   :- OK                                                     |
| Probe Type        :- MSGAMQC35B                                             |
| Probe Severity    :- 4                                                      |
| Probe Description :- AMQ6090: WebSphere MQ was unable to display an error   |
|   message C35B.                                                             |
| FDCSequenceNumber :- 0                                                      |
| Comment1          :- ClassNotFoundException                                 |
|                                                                             |
| Comment2          :- DmMachine602011                                        |
|                                                                             |
| Comment3          :- false                                                  |
|                                                                             |
|                                                                             |
+-----------------------------------------------------------------------------+

which looks very similar with the link mentioned in the first post..


Last edited by scutaru on Tue Aug 18, 2009 9:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
scutaru
PostPosted: Tue Aug 18, 2009 9:30 pm    Post subject: Re: queue managers are not displayed in MQ Explorer Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

jeevan wrote:

I tried this and works for me

strmqcfg -c


Hmm.. did you do anything extra ? Did you have to have the queue managers stopped ? Cause I tried this the first time and it didn't work for me..
Back to top
View user's profile Send private message
jeevan
PostPosted: Tue Aug 18, 2009 9:33 pm    Post subject: Re: queue managers are not displayed in MQ Explorer Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

scutaru wrote:
jeevan wrote:

I tried this and works for me

strmqcfg -c


Hmm.. did you do anything extra ? Did you have to have the queue managers stopped ? Cause I tried this the first time and it didn't work for me..


I just copied and paste. EVen I copied from your post and tried and it works for me.
Back to top
View user's profile Send private message
scutaru
PostPosted: Tue Aug 18, 2009 9:55 pm    Post subject: Re: queue managers are not displayed in MQ Explorer Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

jeevan wrote:
scutaru wrote:
jeevan wrote:

I tried this and works for me

strmqcfg -c


Hmm.. did you do anything extra ? Did you have to have the queue managers stopped ? Cause I tried this the first time and it didn't work for me..


I just copied and paste. EVen I copied from your post and tried and it works for me.


Hmm.. I think we are not discussing about the same thing..

The command is working for me too (i.e. it starts MQ Explorer), but it doesn't fix my problem.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Aug 19, 2009 3:37 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Try strmqcfg -i and then strmqcfg -c. strmqcfg -i won't appear to do anything at all, other than just sort of return after pausing. That's normal.
Back to top
View user's profile Send private message
scutaru
PostPosted: Wed Aug 19, 2009 3:50 am    Post subject: Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

mqjeff wrote:
Try strmqcfg -i and then strmqcfg -c. strmqcfg -i won't appear to do anything at all, other than just sort of return after pausing. That's normal.


As I was saying above (see my first message).. I tried this already, but I am getting an error saying that the syntax is not correct.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Aug 19, 2009 4:42 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

scutaru wrote:
mqjeff wrote:
Try strmqcfg -i and then strmqcfg -c. strmqcfg -i won't appear to do anything at all, other than just sort of return after pausing. That's normal.


As I was saying above (see my first message).. I tried this already, but I am getting an error saying that the syntax is not correct.


You're kind of at the point of having to uninstall and reinstall things, but you could try using a different workspace first. If neither of those work, you should open a PMR.

strqmcfg -i should be valid syntax.
Back to top
View user's profile Send private message
sumit
PostPosted: Wed Aug 19, 2009 4:48 am    Post subject: Reply with quote

Partisan

Joined: 19 Jan 2006
Posts: 398

scutaru wrote:
As I was saying above (see my first message).. I tried this already, but I am getting an error saying that the syntax is not correct.
Are you sure eclipse was installed properly on your machine? I tried strmqcfg -i and it executed without any error.

Quote:
C:\>strmqcfg -i

C:\>

_________________
Regards
Sumit
Back to top
View user's profile Send private message Yahoo Messenger
fjb_saper
PostPosted: Wed Aug 19, 2009 5:07 am    Post subject: Reply with quote

Grand High Poobah

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

sumit wrote:
scutaru wrote:
As I was saying above (see my first message).. I tried this already, but I am getting an error saying that the syntax is not correct.
Are you sure eclipse was installed properly on your machine? I tried strmqcfg -i and it executed without any error.

Quote:
C:\>strmqcfg -i

C:\>
Quote:
Comment1 :- ClassNotFoundException

I would have thought this part of the FDC says it all.
Furthermore if you care to search on this forum I believe this has been addressed before.

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
scutaru
PostPosted: Wed Aug 19, 2009 10:02 pm    Post subject: Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

fjb_saper wrote:

Quote:
Comment1 :- ClassNotFoundException

I would have thought this part of the FDC says it all.
Furthermore if you care to search on this forum I believe this has been addressed before.

Have fun


I agree - the message says clearly that there is a class that's not found, but I'm missing the details (exactly what class/jar is missing).

The link I mentioned in my first post describes exactly this FDC (the same ClassNotFoundException can be found there too).

I also searched the forum before posting the question and found nothing else. If you know of a specific post that might help, please post it here.. Evidently I wasn't able to find one..
Back to top
View user's profile Send private message
manicminer
PostPosted: Wed Aug 19, 2009 11:45 pm    Post subject: Reply with quote

Disciple

Joined: 11 Jul 2007
Posts: 177

Are you 100% sure you have installed the latest version of the MQ Explorer either from the Support Pac or ensuring the latest Fix Pac / Refresh Pac is installed.

I don't think you should see this error unless you are using the vanilla 6.0 MQ Explorer.

Make sure you have the latest Fix Pac installed, or install the Explorer from the support Pac.
_________________
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
Back to top
View user's profile Send private message
scutaru
PostPosted: Fri Aug 21, 2009 2:44 am    Post subject: Reply with quote

Novice

Joined: 26 Mar 2009
Posts: 16

manicminer wrote:
Are you 100% sure you have installed the latest version of the MQ Explorer either from the Support Pac or ensuring the latest Fix Pac / Refresh Pac is installed.

I don't think you should see this error unless you are using the vanilla 6.0 MQ Explorer.

Make sure you have the latest Fix Pac installed, or install the Explorer from the support Pac.


You were right.. I checked once more if the fixpack is installed and it wasn't. Sorry for this .. our silent install had some bugs and it wasn't installing the fixpack at all. Once I made the changes, I was able to see the local queue managers there.

Thank you !
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 » General IBM MQ Support » queue managers are not displayed in MQ Explorer
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.