Author |
Message
|
Bill57 |
Posted: Tue May 06, 2003 12:59 pm Post subject: WebSphere MQ 5.3 Client install on Red Hat 9.0 |
|
|
Apprentice
Joined: 26 Jul 2002 Posts: 35 Location: Atlanta, GA
|
While attempting run the MQlicense.sh script for a client install on Red Hat 9.0 the following error occures
[root@bj MQClientwithSSL]# ./mqlicense.sh
Displaying license agreement on :0.0
./mqlicense.sh: line 132: 5013 Segmentation fault ${JRE?} -cp ${LAPCLASSPATH?} com.ibm.lex.lapapp.LAP -l ${PROGPATH?}/lap/licenses -s /tmp/mq_license ${STATUSARG} ${DISPLAYARG}
ERROR: Installation will not succeed unless the license
agreement can be accepted.
If the error was caused by a display problem,
read the license agreement file in the 'License'
directory, and then run the following command:
mqlicense.sh -accept
Only use this command if you accept the license
agreement.
Anyone seen this? any suggestions????
Thanks _________________ Bill Anderson
MQSeries Developer |
|
Back to top |
|
 |
jc_squire |
Posted: Sun May 11, 2003 3:11 pm Post subject: |
|
|
 Centurion
Joined: 14 Apr 2002 Posts: 105 Location: New Zealand
|
Hi,
have you got this working yet?
had the same problem - the JRE on the install cd does not seem to be compatible with RH9. You have to move the mqlicense.sh to your local drive and edit it to look at your local JRE instead of the JRE on the install cd.
We managed to get everything installed on RH9 but could not create any Queue Managers ...... @#!$%^* ........
Rolled back to RH8.
Regards _________________ J C Squire
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 03, 2004 1:15 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
gunter |
Posted: Wed Feb 04, 2004 2:19 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
I use fedora core and had the thame problems.
Use j2sdk1.4.2 for mqlicense, it works, change variable JRE in mqlicense.h.
You can also start mqlicense.sh on an other system ( p.e. RedHat 7.3 ) and use the file /tmp/mq_license/license/status.dat.
The MQClient works but not the MQServer.
MQServer should sometimes work on Redhat 9, you have to install a newer kernel and set LD_ASSUME_KERNEL to 2.2.5 or 2.4.1. |
|
Back to top |
|
 |
jstrahn |
Posted: Thu Feb 12, 2004 11:47 am Post subject: |
|
|
Newbie
Joined: 29 Jan 2004 Posts: 9
|
Thank you very much JeffLowrey. That worked...I was getting frustrated as I couldn't figure out how to install on RH9.
Thanks,
Jesse |
|
Back to top |
|
 |
bmccarty |
Posted: Mon Mar 22, 2004 9:33 pm Post subject: thanks |
|
|
Apprentice
Joined: 18 Dec 2001 Posts: 43
|
Just wanted to say thanks. I was also using RH 9.0 and was having problems with the licenses script. Setting the LS_ASSUME_KERNEL=2.2.5 fixed the problem auto-magically.
I didn't try using a different JVM because I didn't need to since the param worked but thanks for that also.
B |
|
Back to top |
|
 |
kman |
Posted: Tue Mar 23, 2004 2:16 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
All this problem is because RH 9 is using NPTL (was it Native Posix Threading Library?). And this is not yet supported by WMQ.
However, there is a workaround for that, as you have found out.
1. For the mqlicense.sh segmentation fault failure, you need to create the status.dat in that directory. You don't have to copy from another location. Just a 'touch' would do.
2. For the crtmqm problem, you need to use the LD_ASSUME_KERNEL. I have seen also that even with variable set (exported) it still does not work. The other suggestion was to install CSD06, and then use this variable.
As this is not supported.. good luck!  |
|
Back to top |
|
 |
|