|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
mq 5.3 linux - cant locate error messages |
« View previous topic :: View next topic » |
Author |
Message
|
jsanza@terra.es |
Posted: Tue Aug 23, 2005 11:33 am Post subject: mq 5.3 linux - cant locate error messages |
|
|
Newbie
Joined: 28 Jul 2005 Posts: 7
|
Hello,
I think that i got a problem about error messages ...
If i write the following command (or another that it migth shows an error, like, starts
a queue manager unkown), occurs the following:
[mqm@darkstar LC_MESSAGES]$ strmqm QM1
AMQ6090: WebSphere MQ was unable to display an error message 20006220.
[mqm@darkstar LC_MESSAGES]$
uhh ? i think that the default messages was an english location ...
ok ... i find at http://www-1.ibm.com/support/docview.wss?uid=swg21116350 , that
i have to check environment variables LANG and NLSPATH. Lets go.
[mqm@darkstar LC_MESSAGES]$ echo $LANG
en_US.UTF-8
[mqm@darkstar LC_MESSAGES]$ echo $NLSPATH
[mqm@darkstar LC_MESSAGES]$
ohh, NLSPATH is empty ....
Before i change it, i check directories and permissions accessing ...
[mqm@darkstar LC_MESSAGES]$ ls -lrt /usr/share/locale/en_US/LC_MESSAGES/amq.cat
lrwxrwxrwx 1 root root 40 Aug 21 19:54 /usr/share/locale/en_US/LC_MESSAGES/amq.cat -> /usr/share/locale/en/LC_MESSAGES/amq.cat
[mqm@darkstar LC_MESSAGES]$
ok, another one:
[mqm@darkstar LC_MESSAGES]$ ls -lrt /usr/share/locale/C/LC_MESSAGES/amq.cat
-r--r--r-- 1 bin bin 406750 Jan 10 2003 /usr/share/locale/C/LC_MESSAGES/amq.cat
[mqm@darkstar LC_MESSAGES]$
then, chaing nslpath:=
export NLSPATH=/usr/share/locale/en_US/LC_MESSAGES/
ok, i tried again, but it still occurs:
AMQ6090: WebSphere MQ was unable to display an error message 20006220
my locale:
[mqm@darkstar LC_MESSAGES]$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[mqm@darkstar LC_MESSAGES]$
what is wrong ?
thank you |
|
Back to top |
|
 |
kman |
Posted: Wed Aug 24, 2005 3:25 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
The following are instructions for applying and using this fix to
enable support for Websphere MQ 5.3 on Red Hat Enterprise Linux
version 3 AS/ES/WS. After the instructions is a Frequently Asked Questions
(FAQs) section with troubleshooting advise and other relevant
information.
1. The following environment variable must be exported:
LD_ASSUME_KERNEL=2.4.19
This environment variable _MUST_ be set before...
* Installing any WebSphere MQ RPM packages
* Issuing _ANY_ MQ commands
* Running _ANY_ MQ applications (including clients)
* Running the 'as3mqlicense.sh' script to accept the license
This environment variable must be set because by default RHEL uses
the Native POSIX Thread Library (NPTL) however these threading
libraries are not compatible for use with MQ or MQ applications and
so setting this environment variable causes Red Hat to use the
older, compatible threading libraries. For more information on
LD_ASSUME_KERNEL see the RHEL 3 AS release notes:
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-no
tes/as-x86/ |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|