Author |
Message
|
csaunders |
Posted: Wed May 18, 2005 12:25 pm Post subject: gsk6cmd error |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
Anyone have and ideas as to why I get this, Im running on solaris 5.9. MQ 5.3
gsk6cmd -keydb -create -db /var/mqm/qmgrs/USVAS01!QM/ssl -pw password -type cms -expire 5 -stash
JCE
ERROR: error message resource file is not well loaded. |
|
Back to top |
|
 |
csaunders |
Posted: Wed May 18, 2005 12:31 pm Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
well i changed my java home too
echo $JAVA_HOME
/opt/mqm/ssl/bin
but now getting
gsk6cmd -keydb -create -db /var/mqm/qmgrs/USVAS01!QM/ssl -pw password -type cms -expire 5 -stash
Error: native VM not supported
this VM came in the system V package from IBM, what gives... |
|
Back to top |
|
 |
Anirud |
Posted: Wed May 18, 2005 12:38 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
From MQ Security Manual ...
Code: |
Set the JAVA_HOME environment variable:
AIX export JAVA_HOME=/usr/mqm/ssl/jre
HP-UX export JAVA_HOME=/opt/mqm/ssl
Linux export JAVA_HOME=/opt/mqm/ssl/jre
Solaris export JAVA_HOME=/opt/mqm/ssl |
|
|
Back to top |
|
 |
csaunders |
Posted: Wed May 18, 2005 12:39 pm Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
Anirud wrote: |
From MQ Security Manual ...
Code: |
Set the JAVA_HOME environment variable:
AIX export JAVA_HOME=/usr/mqm/ssl/jre
HP-UX export JAVA_HOME=/opt/mqm/ssl
Linux export JAVA_HOME=/opt/mqm/ssl/jre
Solaris export JAVA_HOME=/opt/mqm/ssl |
|
yep i did that at first and i got
JCE
ERROR: error message resource file is not well loaded. |
|
Back to top |
|
 |
Anirud |
Posted: Wed May 18, 2005 1:00 pm Post subject: Re: gsk6cmd error |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
csaunders wrote: |
Im running on solaris 5.9. MQ 5.3 |
Which fixpack level are you at? |
|
Back to top |
|
 |
csaunders |
Posted: Wed May 18, 2005 1:03 pm Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
|
Back to top |
|
 |
EddieA |
Posted: Wed May 18, 2005 7:31 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Go look at the MQ README. I think there's also a C (C++) requirement, that if my aging memory serves me right, gives this error if it isn't there.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
csaunders |
Posted: Thu May 19, 2005 6:41 am Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
Read the MQ readme, nothing about a c++ requirement. Im going to open a PMR, once I get our customer number. Will keep the post updated with my updates. |
|
Back to top |
|
 |
pbmsmit |
Posted: Thu May 19, 2005 7:55 am Post subject: |
|
|
 Apprentice
Joined: 11 Jul 2003 Posts: 42 Location: Chicago
|
See APAR IY34407: USING SSL IN AIX IN MQSERIES 5.3 REQUIRES 5.0.2.0 OR HIGHER (5.X NOT 6.X) OF C++ BECAUSE OF GSKIT SSL REQUIREMENTS. _________________ Peter Smit
LaSalle Bank Corporation, member of ABN AMRO NV Group |
|
Back to top |
|
 |
pbmsmit |
Posted: Thu May 19, 2005 9:11 am Post subject: |
|
|
 Apprentice
Joined: 11 Jul 2003 Posts: 42 Location: Chicago
|
Also found this on IBM website:
Problem
When trying to start the IBM Key Management application (gsk7ikm.exe) that is installed during the installation of IBM Tivoli Access Manager for eBusiness 5.1, an error occurs stating the following:
"The Java Cryptographic Extension(JCE) files were not found. Please check that the JCE files have been installed in the correct directory"
Solution
The Global Security Kit environment needs to be prepared to work properly.
1. Open up a Command Prompt window
2. cd %JAVA_HOME%\lib\ext
3. copy ..\..\..\..\GSK7\classes\jre\lib\ext\*.jar
4. del ibmjcaprovider.jar
5. cd ..\security
6. copy ..\..\..\..\GSK7\classes\gsk_java.security java.security
7. Select 'YES' to overwrite the files
8. Start the gsk7ikm application. _________________ Peter Smit
LaSalle Bank Corporation, member of ABN AMRO NV Group |
|
Back to top |
|
 |
csaunders |
Posted: Thu May 19, 2005 1:01 pm Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
pbmsmit wrote: |
See APAR IY34407: USING SSL IN AIX IN MQSERIES 5.3 REQUIRES 5.0.2.0 OR HIGHER (5.X NOT 6.X) OF C++ BECAUSE OF GSKIT SSL REQUIREMENTS. |
i dont understand, if your using a java application, MQseries requires you to have a certain version of c++, what a load of bull donkey, not saying you are, saying IBM is... |
|
Back to top |
|
 |
csaunders |
Posted: Thu May 19, 2005 1:03 pm Post subject: |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
pbmsmit wrote: |
Also found this on IBM website:
Problem
When trying to start the IBM Key Management application (gsk7ikm.exe) that is installed during the installation of IBM Tivoli Access Manager for eBusiness 5.1, an error occurs stating the following:
"The Java Cryptographic Extension(JCE) files were not found. Please check that the JCE files have been installed in the correct directory"
Solution
The Global Security Kit environment needs to be prepared to work properly.
1. Open up a Command Prompt window
2. cd %JAVA_HOME%\lib\ext
3. copy ..\..\..\..\GSK7\classes\jre\lib\ext\*.jar
4. del ibmjcaprovider.jar
5. cd ..\security
6. copy ..\..\..\..\GSK7\classes\gsk_java.security java.security
7. Select 'YES' to overwrite the files
8. Start the gsk7ikm application. |
sorry bro, im not using IBM Tivoli Access Manager for eBusiness 5.1, nor am i running on windows.... |
|
Back to top |
|
 |
pbmsmit |
Posted: Thu May 19, 2005 1:10 pm Post subject: |
|
|
 Apprentice
Joined: 11 Jul 2003 Posts: 42 Location: Chicago
|
Response to your two posts:
1) GSKIT (not MQ itself) requires C++. Use OpenSSL as alternative for GSKIT
2) The solution they describe might be applicable for non Windows GSKIT users too (and TAMBI is just the shipping method of the GSKIT) _________________ Peter Smit
LaSalle Bank Corporation, member of ABN AMRO NV Group |
|
Back to top |
|
 |
punnam |
Posted: Wed May 25, 2005 7:27 am Post subject: |
|
|
Novice
Joined: 12 Apr 2005 Posts: 19
|
"JCE
ERROR: error message resource file is not well loaded."
when i got this error on Solaris,i did the following and it worked .
setenv JAVA_HOME /opt/mqm/ssl |
|
Back to top |
|
 |
|