Author |
Message
|
holycow02 |
Posted: Thu Aug 19, 2010 11:43 am Post subject: MQ 7.0.1.2 JCE Files Not Found |
|
|
 Novice
Joined: 10 Feb 2010 Posts: 21
|
Greetings all,
I am running a Solaris 10 Virtual Box with MQ 7.0.1.2 and MB 7.0.0.0
My Message Broker setup works just fine. A client of mine wants to use SSL on their channels, which is something I have not done before. I ran into issues doing this on my Windows machine, and the client is running Solaris, so I figured I would figured it out on my VB.
when I run gsk7ikm or gsk7ikm_64, I get a popup that says:"The Java Cryptographic Extension (JCE) files were not found. Please check that the JCE files have been installed in the correct directory."
When I did the FP0002 installation, I chose to install all, which included mq and the gsk7base and gsk764base.
When I run gsk7ikm as root, I get the popup error. When I run it as mqm the "Java Accessibility Bridge for GNOME loaded." and then nothing happens.
Thoughts on what might be happening?
Thanks. let me know if any more information is needed |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 19, 2010 2:06 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
try following
- make sure that you have a valid XWindows setup (X11 protocol)
- Run gsk7ikm as mqm and give it some time to come up
Even on Windows it needs a little bit of time
- make sure you use the right version of Java
Hope it will help  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Aug 20, 2010 1:15 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
|
Back to top |
|
 |
holycow02 |
Posted: Tue Aug 24, 2010 3:45 am Post subject: |
|
|
 Novice
Joined: 10 Feb 2010 Posts: 21
|
Yes when I installed the Fixpack 02, it was on top of the base install AND the first fixpack. So I went 7.0.1.0 -> 7.0.1.1 -> 7.0.1.2
As for the link you posted, I haven't seen that one. There was a different one I was following that didn't have the export JAVA_HOME instructions. I will try that and get back to you.
Thanks! |
|
Back to top |
|
 |
holycow02 |
Posted: Wed Aug 25, 2010 3:48 pm Post subject: |
|
|
 Novice
Joined: 10 Feb 2010 Posts: 21
|
Alright so I tried again with following the instructions that Philip posted from that link and it did not work.
Oddly when I echo $JAVA_HOME it comes up blank, even though I set it.
I ran the gsk7ikm command as mqm and it never same up. It showed this message "ava Accessibility Bridge for GNOME loaded" and stayed like that. I then hit CTRL+C and this is the message I received after your normal java error message:
"No X11 DISPLAY variable was set, but this program performed an operation that required it."
This was followed by more java trace error code. I take it that error means I am not running XWindows. I assume I can download an installation of it for my virtual box?
Thanks again for all your help. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 25, 2010 7:47 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
holycow02 wrote: |
Alright so I tried again with following the instructions that Philip posted from that link and it did not work.
Oddly when I echo $JAVA_HOME it comes up blank, even though I set it.
I ran the gsk7ikm command as mqm and it never same up. It showed this message "ava Accessibility Bridge for GNOME loaded" and stayed like that. I then hit CTRL+C and this is the message I received after your normal java error message:
"No X11 DISPLAY variable was set, but this program performed an operation that required it."
This was followed by more java trace error code. I take it that error means I am not running XWindows. I assume I can download an installation of it for my virtual box?
Thanks again for all your help. |
How did you set JAVA_HOME?
Did you export it? Did you source it?
Did you set the DISPLAY variable the same way?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
holycow02 |
Posted: Wed Sep 08, 2010 5:39 am Post subject: |
|
|
 Novice
Joined: 10 Feb 2010 Posts: 21
|
Ok so I went and set it again, by typing JAVA_HOME=/opt/mqm/ssl
When I echo $JAVA_HOME is comes up fine now.
when I type export JAVA_HOME=/opt/mqm/ssl I get a responses that says
"JAVA_HOME=/opt/mqm/ssl: is not an identifier"
The same thing happens with the DISPLAY variable.
I am not sure that these variables are actually being set since I am not exporting them or sourcing them in the .profile (which doesn't exist). I am going to attempt to see what happens when export them from the .profile |
|
Back to top |
|
 |
|