Author |
Message
|
Gideon |
Posted: Mon Apr 26, 2010 11:36 am Post subject: MQ Explorer on Linux |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I have used MQ on Windows and AIX systems many times, and just installed on Linux. I created a qmgr, and now I want ot bring up the explorer
I did a complete install (7.0.1), but I can not find the Exploere on the menus
I looked through the Quick beginnings for Linux, but can not find whre its placed
Where can I find the Explorer in Linux, either from the menus, or from the path ?
Thanks |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 26, 2010 12:03 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I think I found it in /opt/mqm/eclipseSDK33/eclipse
There is an executable named eclipse in that directory |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 26, 2010 12:12 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
This exe does not seem to work. Does anyone know if the MQ linux install will automatically place the explorer into the menus ? |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 26, 2010 12:22 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Just thought of something.
I installed the MQ using the rpm command
Is the elipse a second installation
This would be a little different than windows, where eclipse is the prereq, and the MQ is the second isntall
Does anyone know if the eclipse is a second installation ? |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Apr 26, 2010 12:47 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
yes, eclipse is a prereq for the Explorer. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 26, 2010 1:04 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Turns out I installed eclipse when I ran the command:
So I have Eclipse on the machine, but it will not come up. I get the following error:
Code: |
bash-3.2$ whoami
mqm
bash-3.2$ pwd
/opt/mqm/eclipseSDK33/eclipse
bash-3.2$ ls -la eclipse
-rwxr-xr-x 1 mqm mqm 21118 Oct 23 2007 eclipse
bash-3.2$ ./eclipse
Xlib: connection to "localhost:10.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
Xlib: connection to "localhost:10.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
(.:23630): GLib-GObject-WARNING **: invalid (NULL) pointer instance |
Why would I be getting this error:
Code: |
Xlib: connection to "localhost:10.0" refused by server |
BTW: If I execute from root, it gets by this error, but obviously runs into permission problems later on. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 26, 2010 3:04 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You are having issues accessing the xwindows server. You probably did a su without ensuring that the display was forwarded.
Also, you don't want to run "eclipse".
You want to run "strmqcfg". |
|
Back to top |
|
 |
Gideon |
Posted: Tue Apr 27, 2010 6:40 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I tried using the strmqcfg command, as follows:
Code: |
bash-3.2$ whoami
mqm
bash-3.2$ strmqcfg
bash-3.2$ |
There were no errors, but a eclipse, nor any GUI's would come up.
Is there something I am missing ?
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 27, 2010 6:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Gideon wrote: |
Is there something I am missing ?
|
How about the XWindows settings my most worthy associate mentioned? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gideon |
Posted: Tue Apr 27, 2010 7:03 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Yep, you were right.
As soon as I exported my DISPLAY, everything started working, and I have my Explorer up and running
Thanks |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Apr 27, 2010 8:27 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
As soon as I exported my DISPLAY... |
Can you share with us exactly you did this - exactly what command? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Apr 27, 2010 8:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
bruce2359 wrote: |
Quote: |
As soon as I exported my DISPLAY... |
Can you share with us exactly you did this - exactly what command? |
it was probably
export DISPLAY=localhost:10.0
 |
|
Back to top |
|
 |
|