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 » MQ Explorer won't run

Post new topic  Reply to topic
 MQ Explorer won't run « View previous topic :: View next topic » 
Author Message
derickbailey
PostPosted: Thu Nov 01, 2007 10:17 am    Post subject: MQ Explorer won't run Reply with quote

Newbie

Joined: 01 Nov 2007
Posts: 5

Using: WMQ for Windows v6.0.2.1

Hi there. I'm a complete noob when it comes to setting up WMQ and configuring it, etc.

I've run through the various installation scripts and instructions that our team has, to get WMQ Server set up on my local machine, and the server appears to install and run fine. I'm able to see the nice icon in the sys tray and see that the server is running... i can run the various sample apps and what-not that come with WMQ... but I can't run the MQ Explorer.

I have installed the JDK1.4.2 SDK and Ecplise pre-requisites before installing WMQ Server...

When I try to run MQ Explorer (from short cuts, from the sys tray icon, or even running the exe directly) I get a command prompt that opens for about a half second, then closes, and MQ Explorer never starts up... I never see the Eclipse splash screen and it never runs. I don't see any errors on the screen or in the event logs, either... just won't run.

Every other system that we have installed this on works fine.

Can anyone point me in a direction of figuring out why it won't run? Please keep in mind that I'm a .NET developer, not a Java developer, so I don't know all of the configuration ins-and-outs of Java. I'm good a reading documentation, though, and following instructions, so if someone can point me in the right direction it would be greatly appreciated.

thanks.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Nov 01, 2007 10:35 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Try opening a command prompt and entering "strmqcfg".

That might give you more information.

Also look for "javaw" and "eclipse" processes in TaskMgr.

And make sure you restarted the machine after install.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
derickbailey
PostPosted: Thu Nov 01, 2007 11:00 am    Post subject: Reply with quote

Newbie

Joined: 01 Nov 2007
Posts: 5

I've restarted multiple times... i actually uninstalled everything at one point (anything that said IBM...), restarted, re-installed, and restarted again... and still same problem.

running strmqcfg directly gives me the same result - command window for half a second, then nothing.

I don't see any javaw or eclipse processes running in my task list and nothing shows up when i try to run MQExplorer, either. I've tried running javaw directly, and it doesn't do anything. I assume this is a boot strapper for java apps in windows?

... the really strange part of all this is that i can run other java windows apps (like the post office sample app) that came with WMQ... just not explorer.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Nov 01, 2007 11:09 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

javaw is one of two runtime engines for Java. the other is "java".

Is this a desktop machine, or a server machine that you're connected to remotely somehow? (Citrix, etc.)

Are you showing *all* processes in Task manager? Or just those for your user?

There should be a .log file in the .metadata directory in the default workspace for your user. This should be C:\Documents and Settings\<username>\Application Data\IBM\MQ Explorer\

This may give some clues.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
kirani
PostPosted: Thu Nov 01, 2007 11:10 am    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Have you tried starting the explorer from command line? If you do that, you might be able to see the error message it's returning. We had similar problems before and it wasn't starting because it could not find the APPDATA environment variable.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
derickbailey
PostPosted: Thu Nov 01, 2007 1:39 pm    Post subject: Reply with quote

Newbie

Joined: 01 Nov 2007
Posts: 5

jefflowry:

it's my local computer - WinXP SP2. Not remoting into anything. I did NOT have the "show all processes" checked. When I checked that, I did not see any differences - still now JavaW or Eclipse processes.

also - I don't seem to have an "MQ Explorer" folder in my appdata\IBM\ folder... just a "MQ Info Center". Perhaps this is a sign that my MQ Explorer did not get installed properly? or ???

kirani:
no luck from the command line - same thing happens... nothing. I've checked my APPDATA environment variable and it appears to point to the right location.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Nov 01, 2007 6:05 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Open a PMR.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
PhilBlake
PostPosted: Mon Nov 05, 2007 2:23 am    Post subject: Reply with quote

Acolyte

Joined: 25 Oct 2005
Posts: 64

You can also try the following from a command prompt :

strmqcfg -i (this will not start the MQ Explorer, just re-init eclipse)

strmqcfg -c (this will start the MQ Explorer, removing any cached eclipse data)

Make sure your userid has write access to %APPDATA% location.

There is a script called runmqcfg_rcp.cmd in the <install mq>\bin directory. You could try adding the following line, after the -data option, this should display another console window with debug info.

set AMQ_EXPLORER=%AMQ_EXPLORER% -debug -console

Then run strmqcfg from the command line.

HTH
Phil
Back to top
View user's profile Send private message
derickbailey
PostPosted: Mon Nov 05, 2007 6:08 am    Post subject: Reply with quote

Newbie

Joined: 01 Nov 2007
Posts: 5

PhilBlake,

I must have something really messed up on my system. None of the command line options and .cmd file commands that you suggested had any effect or noticeable output on my system. Every command that you suggested results in the same issue - nothing happening at all. No output, no debug info, no debug console... nothing...
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Nov 05, 2007 6:38 am    Post subject: Reply with quote

Grand High Poobah

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

I think it's reinstallation time.......
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Nov 05, 2007 6:41 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Vitor wrote:
I think it's reinstallation time.......


I think it's "verify user has necessary authorities, and open a PMR" time...
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
derickbailey
PostPosted: Mon Nov 05, 2007 6:50 am    Post subject: Reply with quote

Newbie

Joined: 01 Nov 2007
Posts: 5

Vitor - i've already tried reinstalling (see previous posts on this thread).

jefflowrey: i'm an administrator on this machine, so I have permissions to do anything...

what's a PMR?
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Mon Nov 05, 2007 6:57 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7717

derickbailey wrote:
what's a PMR?


http://www-306.ibm.com/software/support/probsub.html

Its opening a ticket for IBM to have them officially help you.


For what its worth, MQExplorer acted differently for me after I went from 6.0.2.1 to 6.0.2.2. When I tried to create QMs after that upgrade I had to fiddle with group memberships. Even though I am an Admin on my PC, I had to add my ID specifically to the mqm group before the new QMs I created would show up in MQExplorer (yet the earlier ones were still fine).

6.0.2.2 definitly tweaked how MQ Exploer worked. There are a LOT more posts on here and the list serve about MQExploer issues lately.
_________________
Peter Potkay
Keep Calm and MQ On
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 » MQ Explorer won't run
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.