Author |
Message
|
gali_sridhar |
Posted: Fri May 31, 2002 2:02 am Post subject: Error while running Configuration Manager |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
Hi,
I am working on Win NT server & using MQSeries 5.2 and MQSI 2.0.
While running the ConfigMgr from Windows Services. It is giving the
following error in the Event Viewer.
( Configuration Manager ) Java exception caught via the JNI from the
ConfigurationManager.initialize class: exception
text 'java.lang.UnsatisfiedLinkError: doPrivileged'.
Can I hv some suggesions.
I hv already check the below site relating to this error, but not able to
resolve the above error.
http://www.mqseries.net/phpBB/viewtopic.php?t=2625&sid=eec552643129636aadd5aa48d73bedc8
Thanks,
Sridhar |
|
Back to top |
|
 |
meekings |
Posted: Fri May 31, 2002 7:13 am Post subject: |
|
|
 Voyager
Joined: 28 Jun 2001 Posts: 86 Location: UK, South West
|
When you say MQSI 2.0, do you mean 2.0.2? Do you have the latest CSD installed? And what Service Pack on the NT server? |
|
Back to top |
|
 |
gali_sridhar |
Posted: Fri May 31, 2002 7:36 am Post subject: |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
I am using MQSI 2.0.1.
Windows service pack 6.0a.
Java 1.3.1 and DB2 7.0
I am not sure what is CSD stands for...
Thanks,
Sridhar |
|
Back to top |
|
 |
meekings |
Posted: Fri May 31, 2002 8:39 am Post subject: |
|
|
 Voyager
Joined: 28 Jun 2001 Posts: 86 Location: UK, South West
|
I'm not sure what CSD stands for either! But it's a patch release that fixes known bugs, released periodically once there are enough bugs (or serious enough) to package together. See http://www-3.ibm.com/software/ts/mqseries/support/summary/mqsi.html for the latest patch information. CSD04 is the latest for 2.0.1. This might have nothing to do with your problem, but you should have the latest CSD installed if you're encountering problems, in case it's a known bug.
You can find out what release level you're at from Start -> MQSI -> Service Level. |
|
Back to top |
|
 |
gali_sridhar |
Posted: Fri May 31, 2002 10:25 pm Post subject: |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
NO CSD Installed in my NT server.
Thanks for the info.
I hv done through the details of CSD04, as you said there is not much relavant information about this error.
For me it looks like an JAVA error rather than an MQSI Error.
I feel that I am missing out something, which is resulting into this error.
I think people who had installed or working on WindowsNT are be to help me in this situation, because it says that JNI exception.
Thanks,
Sridhar |
|
Back to top |
|
 |
kirani |
Posted: Sun Jun 02, 2002 9:52 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Does your id have Administration privileges on NT server? Install CSD04 on your machine and try recreating the Configuration Manager. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
kirani |
Posted: Sun Jun 02, 2002 9:59 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
|
Back to top |
|
 |
gali_sridhar |
Posted: Tue Jun 04, 2002 4:27 am Post subject: WMQI Configuration Manager JAVA Error in Win NT |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
It took sometime to get back to U guys.
I installed the MQSI 2.0.1 CSD004 and DB27.1 FP3 also in my NT Server.
As we discussed before these pack are NOT able to solve this JAVA error.
The is once again the same ..
( Configuration Manager ) Java exception caught via the JNI from the ConfigurationManager.initialize class: exception text 'java.lang.UnsatisfiedLinkError: doPrivileged'.
I am not sure why is this JAVA is giving the JNI Error. I hv Adminstrative rights for my user login.
Thanks,
Sridhar[/b] |
|
Back to top |
|
 |
vmcgloin |
Posted: Tue Jun 04, 2002 4:48 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Sridhar,
Have you checked things like your java version, and environment variable settings against the install guide?
Try temporarily removing the JAVA_HOME variable if you have one.
Is it your logon id that the configmgr service is running with?
Good luck,
Vicky |
|
Back to top |
|
 |
gali_sridhar |
Posted: Tue Jun 04, 2002 6:19 am Post subject: |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
I checked in my PC and WMQI is working on my login id, which has adminstraive rights. i am using JDK 1.3.1, all my MQSeries MQI calls are working fine but after providing some javax/resource files. I provided these files from J2EE.jar. I don't hv JAVA_HOME.
all my *.java files are working fine now.
I never faced any problem in 5.1 or neither MQSI 2.0.1 with Java 1.3.1.
I am hving problems after upgrading to MQS 5.2.1 with MAINLY java.
one more main thing is that I seeing this error in Windows EVENT VIEWER and in WMQI it is showing
BIP1361S: Unable to locate MQSeries Java classes.
When connecting to the MQSeries queue manager at Configuration Manager startup, the MQSeries Java classes could not be located. The Control Center is unable to communicate with the Configuration Manager.
Ensure that the required level of MQSeries Java classes are installed and have been correctly added to the classpath. You must also ensure that the userid under which you are running has permission to access the directory where the MQSeries Java classes are installed. If you do not have permission, either change the permissions on the directory or add your userid to the Administrators group.
Thanks,
Sridhar |
|
Back to top |
|
 |
v_rajasekhar |
Posted: Tue Jun 04, 2002 1:21 pm Post subject: |
|
|
Newbie
Joined: 23 Oct 2001 Posts: 8
|
Sridhar,
Could you add this at the starting of your CLASSPATH;
CLASSPATH=(WMQI installed directory)\classes\com.ibm.mq.jar. then restart the ConfigMgr and Control Center.. I think this will help..
Raj |
|
Back to top |
|
 |
gali_sridhar |
Posted: Wed Jun 05, 2002 8:51 pm Post subject: |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
Hi Guys,
I set all the Class Paths before with almost all JAR files.
I reinstalled all the softwares(MQS & MQSI) and the CSD's. But somehow I am not able to get ride of this error. I think people who r comfortable with JAVA and Win NT may be able to hv beter understanding of this kind of problems.
Thanks,
Sridhar |
|
Back to top |
|
 |
gali_sridhar |
Posted: Thu Jun 13, 2002 5:36 am Post subject: Thanks Guys |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
Hi Guys,
Thanks you very much for Ur help!!
I will be out of MQSeries Project for couple of months.
Thanks all the people who r postings message in this groups and wish U all the best.
Regards,
Sridhar |
|
Back to top |
|
 |
Nick Lethbridge |
Posted: Tue Jun 25, 2002 12:26 am Post subject: |
|
|
 Voyager
Joined: 13 Aug 2001 Posts: 88 Location: Santander, UK
|
Sridhar,
We had a similar problem when we tried to upgrade a PC from MQSeries 5.1 -> MQSeries 5.2 with CSD04.
The PC had MQSI v2.0.1 with CSD04 installed (Control Center component only).
After MQSeries 5.2/CSD04 was installed, the latest version of MA88 (dated 5-Apr-02) was also installed.
Whenever we tried to connect to a Configuration Manager on a remote NT Server we got a BIP1361S message (Unable to locate MQSeries Java Classes).
It appeared to be a CLASSPATH error, but (having added everything we could think of to CLASSPATH !) we came to the conclusion that the '5.2' version of com.ibm.mq.jar was not compatible with MQSI v2.0.1 ?
When the '5.2' version of com.ibm.mq.jar was replaced with the older '5.1' version (and the CLASSPATH / PATH environment variables were unchanged) it was then possible to connect to the Configuration Manager.
Regards,
Nick. |
|
Back to top |
|
 |
gali_sridhar |
Posted: Tue Jun 25, 2002 6:55 pm Post subject: Thanks Nick |
|
|
Novice
Joined: 31 May 2002 Posts: 16
|
May be I am not working over the MQSeries Project for a short duration.
I am really thanking you for the information.
This will be of great help for our team members.
Regards,
Sridhar |
|
Back to top |
|
 |
|