Page 1 of 1

A Queue Name Specified Does Not Exist

Posted: Tue Mar 07, 2006 12:58 pm
by ianh
Hi all, I have a server here in production use running 9.42, and looking through the logs I notice a lot of the following every day:

Code: Select all

SERIOUS ERROR                  Administration(omstat        ) 03.07.06 08:00:01
[OM.DMON 1011] A queue name specified does not exist.
Current errno value: 42
        <- ccs_DoInitTables
        -> cvc_IsMappingAvail2
        -> uni_GetCharset
        -> cvc_IsMappingAvail3
        -> cvc_AttemptSMem
        <- cvc_AttemptSMem
        <- cvc_IsMappingAvail3
        <- uni_GetCharset
        <- cvc_IsMappingAvail2
        -> stat_DisplayQueueStatus
        -> im_CrNewTempItem
        -> im_GetNewTempItemNum
        <- im_GetNewTempItemNum
        <- im_CrNewTempItem
        <- /build/9.4.0.9/src/lib/qml/qml_ipc.c:178[116,1011]


omsolve was not very helpful with this. Can anyone tell me what's going on?

Ian

Posted: Tue Mar 07, 2006 1:12 pm
by ScalixSupport
This is a normal message regarding a queue that is non-existent in community edition. No harm done.

Cheers,

Sascha.

Posted: Tue Mar 07, 2006 1:12 pm
by ScalixSupport
This "serious error" is telling you that you entered a typo when you issued an omstat command. Try issuing:

omstat -q peace

and you will see the error in your error log. Watch those typos!

Regards,
Don

Posted: Tue Mar 07, 2006 1:15 pm
by ianh
Thanks very much!

Ian