|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
AMQ8101: Unexpected Error (893) |
« View previous topic :: View next topic » |
Author |
Message
|
skomanduri |
Posted: Fri Mar 01, 2002 11:22 am Post subject: |
|
|
Newbie
Joined: 25 Feb 2002 Posts: 6
|
Thanks for all your valuable inputs.
Kumar,
I am using the user "mqm" user which is the owner of MQseries files and was created before installation. The group is also the same.
The reason for the inconsistent user ID in the two FDC files was
1. My sysadmin applied a patch after the First FDC whihc I posted. By doing this he left some files with owner as the "root" but opened up the permission to everyone.
2. This patch seem to have done something now when I run the "crtmqm" command it creates the queue manager and the next step when it is trying to create the default objects it raises the AMQ5615 error
AMQ5615: Default objects cannot be created: CompCode = 2 Reason = 2059.
This is the latest that we have installed "qm-upd03 U478291". My sysadmin is looking into finding if we have the current one.
This is latest FDC that I got when I tried to create the queue today after cleaning up all the old queues that I created and cleaned up the mqs.ini file. Here also in the UserID it shows the Number correctly but not the name. I don't know why. What is the meaning of Arith1 and the numbers?
+-----------------------------------------------------------------------------+
| |
| MQSeries First Failure Symptom Report |
| ===================================== |
| |
| Date/Time :- Friday March 01 11:42:33 MST 2002 |
| Host Name :- ttc-sun2 (SunOS 5. |
| PIDS :- 5765B75 |
| LVLS :- 520 |
| Product Long Name :- MQSeries for Sun Solaris 2 (Sparc) |
| Vendor :- IBM |
| Probe Id :- ZS086005 |
| Application Name :- MQM |
| Component :- zsllpiCreateQM |
| Build Date :- Jan 15 2002 |
| CMVC level :- p520-CSD03G |
| Build Type :- IKAP - (Production) |
| UserID :- 00060021 (UNKNOWN) |
| Program Name :- crtmqm |
| Process :- 00000258 |
| Thread :- 00000001 |
| QueueManager :- stporders |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- Unknown(15) |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal MQSeries error has occurred (15) |
| Arith1 :- 21 15 |
| |
+-----------------------------------------------------------------------------+
MQM Function Stack
MQM Trace History
Process Control Block
|
|
Back to top |
|
 |
mqonnet |
Posted: Fri Mar 01, 2002 12:47 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Hi Skomanduri,
Here's my last 2 cents worth of advise.
I have installed MQ on solaris 5.2 and other versions too successfully. I login as root, create an mqm user id, add root to mqm group. Install MQ. And then login either as root or the mqm user and am able to create a QM with and without any PTF's. And i would think you should also be able to do the same, unless you have done something really funny/different(which i dont assume you did.. ).
The only suggestion left out in my pocket at this point is to create the qm logging in as "ROOT". From the first reply onwards i have been pointing at authorities and security only. And i am still stuck to it.
By any means if you cannot resolve the issue now, i would not waste time before getting back to IBM and raising a problem report for this one.
Hope this helps.
Cheers.
Kumar
_________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
mqonnet |
Posted: Fri Mar 01, 2002 1:04 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Also there is a note.
While looking for the error you got, i figured out that there has been an APAR for the same error code on As/400, and there is a specific PTF for the same. Not quite sure if there is anything relating to Solaris on it. You could as well check for the same. Also the documentation says the following for your error code.
AMQ5615 Default objects cannot be created: CompCode = &1 Reason = &2.
Explanation: During the creation of a queue manager, using the crtmqm command, the default objects could not be created. Possible reasons for this include another command, issued elsewhere, quiescing or stopping the queue manager, or insufficient storage being available.
User action: Use the Completion and Reason codes shown in the message to determine the cause of the failure, then re-try the command.
Hope this helps.
Cheers.
Kumar
_________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
mqonnet |
Posted: Sat Mar 02, 2002 9:13 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Hi Skomanduri,
Here's what i want to tell you. I have also hit the same error, but on NT. The 893 one. This was just by mistake of course.
Tried to start the qm in vain a few number of times getting 893 erorr each time. I figured out that there were a lot of amq* processes running because of me trying to start the QM. I then KILLED manually all the MQ processess which were running. And then restarted the QM and it worked OK. Not quite sure if this is anyway related to what your problem is, but it might help.
Check if you have lot of mq processess running using "ps -ef". And kill the processes which are related to Mq.
Cheers.
kumar
_________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
angelsalas |
Posted: Wed Mar 20, 2002 9:32 am Post subject: |
|
|
Newbie
Joined: 19 Mar 2002 Posts: 1
|
Hi All,
Try modify the kernel paramters, the error message is not realy clear.
The problem is with the shared memory and semaphore parameters.
try modify /etc/system files adding (I took these parameters from the Quick Beginings guide):
set shmsys:shminfo_shmmax = 4194304
set shmsys:shminfo_shmseg = 1024
set shmsys:shminfo_shmmni = 1024
set shmsys:shminfo_shmem = 1
set semsys:seminfo_semaem = 16384
set semsys:seminfo_semvmx = 32767
set semsys:seminfo_semmni = 1024 (semmni < semmns)
set semsys:seminfo_semmap = 1026 (semmni +2)
set semsys:seminfo_semmns = 16384
set semsys:seminfo_semmsl = 100
set semsys:seminfo_semopm = 100
set semsys:seminfo_semmnu = 2048
set semsys:seminfo_semume = 256
set msgsys:msginfo_msgmni = 50
set msgsys:msginfo_msgmap = 1026
set msgsys:msginfo_msgmax = 4096
set msgsys:msginfo_msgmnb = 4096
set msgsys:msginfo_msgssz = 8
set msgsys:msginfo_msgtql = 40
set msgsys:msginfo_msgseg = 1024
set maxusers = 32
reboot your system...
That works for me.
|
|
Back to top |
|
 |
nando32 |
Posted: Mon Jul 01, 2002 2:31 pm Post subject: UnExpected Error |
|
|
 Newbie
Joined: 01 Jul 2002 Posts: 9 Location: Sacramento California
|
Hello All,
Well I seem to be running in, to the same problem. But my QM is running and No serious problems are occurring. Except for these FDC logs, being generated every 10 to 15 min. I have called IBM but they are unable to trace the problem so far. I have read though all your responses and postings, and have tried almost every suggestion. But the problem is still occurring. I am running Solaris 8 MQseries 5.2 CSD mqm-upd04, and MQSI 2.0.3 CSD mqsi-upd2. Any help would be greatly appreciated!
Jul 1 14:58:04 rdcuxsrv011 MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ00190.0.FDC
Jul 1 15:03:54 rdcuxsrv011 last message repeated 1 time
Jul 1 15:09:43 rdcuxsrv011 MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ00190.0.FDC
Jul 1 15:15:32 rdcuxsrv011 last message repeated 1 time
Jul 1 15:21:21 rdcuxsrv011 MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ00190.0.FDC
Jul 1 15:27:09 rdcuxsrv011 last message repeated 1 time
Jul 1 15:32:58 rdcuxsrv011 MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ00190.0.FDC
Jul 1 15:38:48 rdcuxsrv011 last message repeated 1 time
Jul 1 15:44:36 rdcuxsrv011 MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ00190.0.FDC
Jul 1 15:50:24 rdcuxsrv011 last message repeated 1 time
+-----------------------------------------------------------------------------+
| |
| MQSeries First Failure Symptom Report |
| ===================================== |
| |
| Date/Time :- Sunday June 30 20:12:21 PDT 2002 |
| Host Name :- rdcuxsrv011 (SunOS 5. |
| PIDS :- 5765B75 |
| LVLS :- 520 |
| Product Long Name :- MQSeries for Sun Solaris 2 (Sparc) |
| Vendor :- IBM |
| Probe Id :- ZF048015 |
| Application Name :- MQM |
| Component :- zfu_as_searchprincipallist |
| Build Date :- Apr 2 2002 |
| CMVC level :- p520-CSD04G |
| Build Type :- IKAP - (Production) |
| UserID :- 00004575 (mqm) |
| Program Name :- amqzlaa0_nd |
| Process :- 00000190 |
| Thread :- 00000117 |
| QueueManager :- QM!US!P!01 |
| Major Errorcode :- krcE_UNEXPECTED_ERROR |
| Minor Errorcode :- OK |
| Probe Type :- INCORROUT |
| Probe Severity :- 2 |
| Probe Description :- AMQ6125: An internal MQSeries error has occurred. |
| |
+-----------------------------------------------------------------------------+
/etc/system
set shmsys:shminfo_shmmax = 8589934592
set shmsys:shminfo_shmseg = 1024
set shmsys:shminfo_shmmni = 1024
set semsys:seminfo_semaem = 16384
set semsys:seminfo_semmni = 1024
set semsys:seminfo_semmap = 1026
set semsys:seminfo_semmns = 16384
set semsys:seminfo_semmsl = 125
set semsys:seminfo_semopm = 100
set semsys:seminfo_semmnu = 2048
set semsys:seminfo_semume = 256
set msgsys:msginfo_msgmap = 1026
set msgsys:msginfo_msgmax = 65535
set msgsys:msginfo_msgmnb = 65535
set msgsys:msginfo_msgmap = 65535
set msgsys:msginfo_msgmni = 128
set msgsys:msginfo_msgssz = 16
set msgsys:msginfo_msgtql = 256
set msgsys:msginfo_msgseg = 8192
set rlim_fd_max = 1024
set rlim_fd_cur = 1024 _________________ Fernando Acosta
Barclays Global Investors |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|