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 » gsk6cmd error

Post new topic  Reply to topic
 gsk6cmd error « View previous topic :: View next topic » 
Author Message
csaunders
PostPosted: Wed May 18, 2005 12:25 pm    Post subject: gsk6cmd error Reply with quote

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
View user's profile Send private message AIM Address
csaunders
PostPosted: Wed May 18, 2005 12:31 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Anirud
PostPosted: Wed May 18, 2005 12:38 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
csaunders
PostPosted: Wed May 18, 2005 12:39 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Anirud
PostPosted: Wed May 18, 2005 1:00 pm    Post subject: Re: gsk6cmd error Reply with quote

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
View user's profile Send private message Visit poster's website
csaunders
PostPosted: Wed May 18, 2005 1:03 pm    Post subject: Reply with quote

Acolyte

Joined: 27 Mar 2003
Posts: 64
Location: Arlington, Va

csd 09
Back to top
View user's profile Send private message AIM Address
EddieA
PostPosted: Wed May 18, 2005 7:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
csaunders
PostPosted: Thu May 19, 2005 6:41 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
pbmsmit
PostPosted: Thu May 19, 2005 7:55 am    Post subject: Reply with quote

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
View user's profile Send private message
pbmsmit
PostPosted: Thu May 19, 2005 9:11 am    Post subject: Reply with quote

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
View user's profile Send private message
csaunders
PostPosted: Thu May 19, 2005 1:01 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
csaunders
PostPosted: Thu May 19, 2005 1:03 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
pbmsmit
PostPosted: Thu May 19, 2005 1:10 pm    Post subject: Reply with quote

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
View user's profile Send private message
punnam
PostPosted: Wed May 25, 2005 7:27 am    Post subject: Reply with quote

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
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 » gsk6cmd error
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.