Author |
Message
|
santy.tcs |
Posted: Sun Oct 05, 2008 10:01 pm Post subject: Problem creating Queue Manger............ |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Hi All,
I have installed MQ v 6.0.2.2 on solaris system successfully but when we try to create a Queue Manger it give error.
$ crtmqm TESTQM
WebSphere MQ queue manager created.
AMQ6109: An internal WebSphere MQ error has occurred.
when we start the Queue Manage TESTQM it gives errors.
$ strmqm TESTQM
WebSphere MQ queue manager 'TESTQM' starting.
AMQ6109: An internal WebSphere MQ error has occurred.
$ dspmqver
Name: WebSphere MQ
Version: 6.0.2.2
CMVC level: p600-202-070801
BuildType: IKAP - (Production)
I am attaching the FDC errors which i got while creating and starting TESTQM.
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Monday October 06 00:40:00 CDT 2008 |
| Host Name :- XXXXXXX (SunOS 5. |
| PIDS :- 5724H7203 |
| LVLS :- 6.0.2.2 |
| Product Long Name :- WebSphere MQ for Solaris (SPARC platform) |
| Vendor :- IBM |
| Probe Id :- XC303040 |
| Application Name :- MQM |
| Component :- xlsCreateMutex |
| SCCS Info :- lib/cs/unix/solaris_2/amqxlfmx.c, 1.41.1.5 |
| Line Number :- 1318 |
| Build Date :- Aug 1 2007 |
| CMVC level :- p600-202-070801 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000109 (mqm) |
| Program Name :- amqzxma0_nd |
| Addressing mode :- 64-bit |
| Process :- 23974 |
| Thread :- 1 |
| QueueManager :- TESTQM |
| ConnId(1) IPCC :- 2 |
| ConnId(2) QM :- 2 |
| ConnId(3) QM-P :- 2 |
| Last HQC :- 1.0.0-113080 |
| Last HSHMEMB :- 1.0.0-591536 |
| Major Errorcode :- Unknown(16) |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ0016 |
| Probe Severity :- 4 |
| Probe Description :- AMQ6090: WebSphere MQ was unable to display an error |
| message 16. |
| FDCSequenceNumber :- 0 |
_____________________________________________________________________________________________-
----- amqxfdcx.c : 807 --------------------------------------------------------
10/06/08 00:40:00 - Process(23974.1) User(mqm) Program(amqzxma0_nd)
AMQ6090: WebSphere MQ was unable to display an error message 16.
EXPLANATION:
MQ has attempted to display the message associated with return code hexadecimal
'16'. The return code indicates that there is no message text associated with
the message. Associated with the request are inserts 0 : 0 : : : .
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.
-------------------------------------------------------------------------------
10/06/08 00:40:00 - Process(23974.1) User(mqm) Program(amqzxma0_nd)
AMQ6184: An internal WebSphere MQ error has occurred on queue manager TESTQM.
EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 23974.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.
----- amqxfdcx.c : 807 --------------------------------------------------------
$
Please help me to resolve this issue........
Thanks in advace... |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Oct 05, 2008 11:00 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Please check the kernel parameters are in sync _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
santy.tcs |
Posted: Mon Oct 06, 2008 1:39 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Thanks Gayathri,
I have cheked kernel config one parameter set semsys:seminfo_semmnu=4496 has been set less than min set semsys:seminfo_semmnu=16384 value required for MQ V 6.0.
i will change that parameter and let you know.
Thanks in advance |
|
Back to top |
|
 |
santy.tcs |
Posted: Tue Oct 07, 2008 11:18 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Hi All,
I have changed my kernel configuration now it is matching with configuration which is mention in manual for MQ v6.0.
but still getting same errors when we try to to start queue manager.
environment variable in FDC file
Environment Variables:
_=/usr/bin/strmqm
NLSPATH=/usr/tbuild/08.01.00.00/msg/%N
SSH_TTY=/dev/pts/20
PATH=/usr/tbuild/08.01.00.00/bin:/usr/bin:/usr/bin/sparcv9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/o
penwin/bin:/usr/local/ssl/bin
COPERR=/usr/lib
LOGNAME=mqm
COPLIB=/usr/lib
MAIL=/var/mail//mqm
USER=mqm
TD_ICU_DATA=/opt/tdicu/lib
SHELL=/bin/ksh
JAVA_HOME=/usr/java
HOME=/home/mqm
SSH_CONNECTION=xxxxxxxxxxxxxxxxx
SSH_CLIENT=xxxxxxxxxxxxxxx
LD_LIBRARY_PATH=/usr/tbuild/08.01.00.00/lib:/usr/lib/sparcv9:/usr/local/lib:/usr/local/ssl/lib:/usr/lib
TERM=xterm
PWD=/var/mqm/errors
TZ=US/Central
TWB_ROOT=/usr/tbuild/08.01.00.00
is there any issue in environment variable?
please help me to resolve this issue.
Thanks in advance. |
|
Back to top |
|
 |
JosephGramig |
Posted: Tue Oct 07, 2008 12:29 pm Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
You also need to unset LD_LIBRARY_PATH. Read the part about 64-bit considerations.
Consider CSD 2.0.2.4 |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Oct 07, 2008 2:55 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JosephGramig wrote: |
You also need to unset LD_LIBRARY_PATH. Read the part about 64-bit considerations.
Consider CSD 2.0.2.4 |
Typo I'm sure Joseph meant 6.0.2.4.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
santy.tcs |
Posted: Wed Oct 08, 2008 12:16 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Hi All,
I have changed the library path
but problem has not solved yet still i am not able to start queue manager.
COPERR=/usr/lib
COPLIB=/usr/lib
HOME=/home/mqm
JAVA_HOME=/usr/java
LD_LIBRARY_PATH=/opt/mqm/lib64:/usr/lib/sparcv9:
LOGNAME=mqm
MAIL=/var/mail//mqm
NLSPATH=/usr/tbuild/08.01.00.00/msg/%N
PATH=/usr/bin:/usr/bin/sparcv9:/usr/bin::/usr/sbin:/usr/local/bin:/usr/openwin/bin:
PWD=/var/mqm/errors
SHELL=/bin/ksh
SSH_CLIENT='xxxxxxxxxxx'
SSH_CONNECTION='xxxxxxxxxxxxxxx'
SSH_TTY=/dev/pts/20
TD_ICU_DATA=/opt/tdicu/lib
TERM=xterm
TWB_ROOT=/usr/tbuild/08.01.00.00
TZ=US/Central
USER=mqm
_=AMQERR01.LOG
i have changed the lbrary path but still i am not able to start queue manager.
Please advice
Thanks in advance. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Oct 08, 2008 1:20 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
santy.tcs |
Posted: Wed Oct 08, 2008 1:48 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Thanks
This is not migration it is new installation of MQ v 6.0. on solaris 9.
is there issue in library path /usr/lib/ or LD_LIBRARY_PATH or LIBPATH.
Please advice as this is urgent...
i have to configure mq 6.0 on solaris.
one thing when i try to create Queue manager at that time it gives error.
$ crtmqm NEWQM2
WebSphere MQ queue manager created.
AMQ6109: An internal WebSphere MQ error has occurred.
Thanks in advance |
|
Back to top |
|
 |
SAFraser |
Posted: Wed Oct 08, 2008 2:40 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
The fact that your logs couldn't resolve error messages to error text makes me suspicious that you have a clean install.
You say you installed successfully - do you mean you ran the pkgadd and it gave you a success message, no pesky errors during the installation? And the fix pak installation was clean, too?
Post the complete section from your /etc/system file for the MQ settings, please. |
|
Back to top |
|
 |
santy.tcs |
Posted: Thu Oct 09, 2008 5:08 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Hi All,
Below is the kernal configuration of my system.
set semsys:seminfo_semume=576
set semsys:seminfo_semaem=32767
set shmsys:shminfo_shmmax=6442450944
set shmsys:shminfo_shmmin=2
set shmsys:shminfo_shmmni=2148
set shmsys:shminfo_shmseg=1074
set semsys:seminfo_semmsl=410
set semsys:seminfo_semmns=33168
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
set semsys:seminfo_semmap=1176
set semsys:seminfo_semmnu=16384
set noexec_user_stack=1
set semsys:seminfo_semmni=2548
set rlim_fd_max=10000
set rlim_fd_cur=10000
set msgsys:msginfo_msgmap=2052
set msgsys:msginfo_msgmax=32768
set msgsys:msginfo_msgmnb=65535
set msgsys:msginfo_msgmni=600
set msgsys:msginfo_msgseg=8192
set msgsys:msginfo_msgssz=128
set msgsys:msginfo_msgtql=1024
Thanks in advance |
|
Back to top |
|
 |
SAFraser |
Posted: Thu Oct 09, 2008 6:08 am Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
SAFraser wrote: |
The fact that your logs couldn't resolve error messages to error text makes me suspicious that you have a clean install.
You say you installed successfully - do you mean you ran the pkgadd and it gave you a success message, no pesky errors during the installation? And the fix pak installation was clean, too?
|
|
|
Back to top |
|
 |
santy.tcs |
Posted: Thu Oct 09, 2008 6:35 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
yes installation was fine,
i got message like mq installtion is successful after that i installed fixpack it was also succesfull.
after that i created queue Manager it created but giving error.
i have also verified after creation of queue manager there was a folder in /var/mqm/qmgrs/nameofqueuemanger.
i have also checked by command pkgchk mqm,it was not giving error.and pkginfo it shows all package mqm and fix pack.
please advice if i am missing something while installation.
thanks in advance. |
|
Back to top |
|
 |
|