Author |
Message
|
ms_mq |
Posted: Wed Mar 14, 2007 8:03 am Post subject: MQ 5.3 queue mananger ended preemptively on AIX 5.2.ASSIST |
|
|
Acolyte
Joined: 23 Feb 2007 Posts: 69
|
Hi ,
I am facing an issue with MQ queue manager running on an AIX 5.2 machine .The MQ version is
5.3 with CSD 11. It was running fine and all of a sudden it ended abruptly. when i checked ,
it was showing as - queue manager Ended Preemptively .
There are about 32 FDC files generated for this problem . The FDC files are showing as -
Major Errorcode :- xecF_E_UNEXPECTED_RC
Minor Errorcode :- hrcE_LOG_DAMAGED
Probe Type :- MSGAMQ6118
Probe Severity :- 2
Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred
(20806706)
________________________
Major Errorcode :- hrcE_MQLO_UNEXPECTED_OS_ERROR
Minor Errorcode :- OK
Probe Type :- INCORROUT
Probe Severity :- 2
Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred.
______________________________
Major Errorcode :- xecL_W_LONG_LOCK_WAIT
Minor Errorcode :- OK
Probe Type :- MSGAMQ6150
Probe Severity :- 3
Probe Description :- AMQ6150: WebSphere MQ semaphore is busy.
____________________________________
Major Errorcode :- xecF_E_UNEXPECTED_RC
Minor Errorcode :- hrcE_MQLO_UNEXPECTED_OS_ERROR
Probe Severity :- 2
Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred (20806716)
------------------------------------
Major Errorcode :- xecF_E_UNEXPECTED_RC
Minor Errorcode :- hrcE_MQLO_UNEXPECTED_OS_ERROR
Probe Type :- MSGAMQ6118
Probe Severity :- 2
Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred (20806716)
_________________________________________
Major Errorcode :- Unknown(22)
Minor Errorcode :- OK
Probe Type :- MSGAMQ0022
Probe Severity :- 4
Probe Description :- AMQ6090: WebSphere MQ was unable to display an error message 22.
___________________________________
Please help me to find out why it happened and how it could be fixed.
Many thanks in advance.
Regards, _________________ Regards,
MS |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Wed Mar 14, 2007 8:13 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
Are you able to restart the queue manager?
Any chance there were any backups running that would have held locks on the logs at the time of the failure?
Steve |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Mar 14, 2007 8:52 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
dhanaraj |
Posted: Wed Mar 14, 2007 9:07 am Post subject: |
|
|
 Voyager
Joined: 10 Aug 2004 Posts: 92
|
May be QMgr not able handle the oversize messages. If its that case u have to do media recovery from backupfiles or recover ur Qmgr sys Objs.
Anand |
|
Back to top |
|
 |
ms_mq |
Posted: Wed Mar 14, 2007 10:08 am Post subject: MQ 5.3 queue mananger ended preemptively on AIX 5.2.ASSIST |
|
|
Acolyte
Joined: 23 Feb 2007 Posts: 69
|
Hi friends,
Thanks for your reply.
Yes, i was able to bring up the queue manager immediately without any
issues. As far as iam aware, there were no backups running.
Coming to Michael's question, these were the probe ids for the FDCs
generated.
Probe Id :- AL004008
Probe Id :- HL006003
Probe Id :- XC307040
Probe Id :- AT049000
Probe Id :- AL004003
Probe Id :- XC032025
Now ,My only concern is to find out what went wrong ?
Please help me to find out what caused this issue so that i could fix this problem from re-occuring.
Regards, _________________ Regards,
MS |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Mar 14, 2007 10:30 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
ms_mq |
Posted: Thu Mar 15, 2007 3:29 am Post subject: MQ 5.3 queue mananger ended preemptively on AIX 5.2.ASSIST |
|
|
Acolyte
Joined: 23 Feb 2007 Posts: 69
|
This is is the first FDC generated for the problem . Please advice under what circumstances this failure occurs?
WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday March 13 15:09:55 EDT 2007 |
| Host Name :- HOST12 (AIX 5.2) |
| PIDS :- 5724B4101 |
| LVLS :- 530.11 CSD11 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- XC035021 |
| Application Name :- MQM |
| Component :- xcsCreateThread |
| Build Date :- Aug 2 2005 |
| CMVC level :- p530-11-L050802 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000500 (mqm) |
| Program Name :- amqhasmx |
| Process :- 00073080 |
| Thread :- 00000001 |
| QueueManager :- MTSXXP01 |
| Major Errorcode :- xecP_E_NO_RESOURCE |
| Minor Errorcode :- OK |
| Probe Type :- INCORROUT |
| Probe Severity :- 2 |
| Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred. |
| FDCSequenceNumber :- 0 |
| _________________ Regards,
MS |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 15, 2007 8:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The problem is quite clear:
xecP_E_NO_RESOURCE
Which in this case means either the qmgr could not create an extra thread or the file system was full... (no space for logs, queues, db connection, ipcs files and such (shared memory pipes etc...))
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|