Author |
Message
|
lwl |
Posted: Tue Oct 19, 2004 7:18 pm Post subject: MQ - SSL Setup Problem |
|
|
Apprentice
Joined: 30 Mar 2004 Posts: 41
|
Hi
We use MQ v5.3 CSD 07 on Solaris 8. We are trying to setup MQ Client connection using SSL for authentication.
We also install "gsk6bas v6.0.5.41" (installed with CSD07) .
We tried to create the SSL "key database" with the following command
gsk6cmd -keydb -db /opt/mqm/ssl/mqkeys.kdb -pw abcabc -type cms -stash
But it failed with the following error message
JCE
ERROR: error message resource file is not well loaded.
Do you have any advice? Thank you.
lwl |
|
Back to top |
|
 |
gunter |
Posted: Wed Oct 20, 2004 12:20 am Post subject: Re: MQ - SSL Setup Problem |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
lwl wrote: |
gsk6cmd -keydb -db /opt/mqm/ssl/mqkeys.kdb -pw abcabc -type cms -stash
|
Try
gsk6cmd -keydb -create -db /opt/mqm/ssl/mqkeys.kdb -pw abcabc -type cms -stash _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
lwl |
Posted: Wed Oct 20, 2004 2:40 am Post subject: |
|
|
Apprentice
Joined: 30 Mar 2004 Posts: 41
|
Thank you.
it staill failed and the error is the same. |
|
Back to top |
|
 |
gunter |
Posted: Wed Oct 20, 2004 2:57 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Read memo.ptf, there are instructions for installation ssl. Than check your java environment.
You'll find a lot of solved problems related to gskit at this site, also installation problems on solaris, maybe you find a hint. _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
EddieA |
Posted: Wed Oct 20, 2004 8:45 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
And set up the JAVA_HOME environment pointing to the correct place.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Anirud |
Posted: Wed Oct 20, 2004 9:52 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
from the System Admin. manual...
Code: |
Create a CMS key database:
gsk6cmd -keydb -create -db filename -pw password -type cms -expire days -stash |
|
|
Back to top |
|
 |
lwl |
Posted: Sun Oct 24, 2004 6:38 pm Post subject: |
|
|
Apprentice
Joined: 30 Mar 2004 Posts: 41
|
the probelm is solved by setting
JAVA_HOME = /opt/mqm/ssl/jre
Thank you |
|
Back to top |
|
 |
|