MQSeries

 view release on metacpan or  search on metacpan

MQSeries/ErrorLog/descriptions.pl  view on Meta::CPAN


   'AMQ5864' => [ "Broker reply message could not be sent to queue \\(($qname_patt)\\s*\\) at queue manager \\(($qmgr_patt)\\s*\\) for reason ($reason_patt)\\.",
                  "Stream", "QMgr", "Reason" ],

   'AMQ5866' => [ "Broker command message has been discarded\\. Reason code ($reason_patt)\\.",
                  "Reason" ],

   'AMQ5867' => [ " $product_patt $broker_patt stream \\(($qname_patt)\\s*\\) has ended abnormally for reason ($reason_patt)\\.",
                  "Stream", "Reason" ],

   'AMQ5869' => [ "$product_patt $broker_patt is checkpointing registrations\\..*registrations of stream \\(($qname_patt)\\s*\\)\\.",
                  "Stream" ],

   # NOTE: The queue-manager name is missing here
   'AMQ5876' => [ "A parent conflict has been detected in the $product_patt $broker_patt hierarchy\\." ],

   'AMQ5878' => [ "$product_patt $broker_patt recovery failure detected\\." ],

   # NOTE: The 'Stream' field here may look like 'uncreated stream',
   #       hence not match the qname_pattern normally used.
   'AMQ5882' => [ "The $product_patt $broker_patt has written a message to the dead-letter queue \\(($qname_patt)\\s*\\) for reason '($reason_patt)'.*for stream \\((.*?)\\s*\\)",
                   "DeadletterQueue", "Reason", "Stream" ],

   #
   # Messages AMQ6000-6999 are Common Services Messages
   # Many of these (all?) should have a corresponding entry in the FDC logs.
   #
   'AMQ6004' => [ "An error occurred during $product_patt initialization or ending\\." ],

   'AMQ6026' => [ "A resource shortage prevented the creation of an $product_patt process\\." ],

   'AMQ6035' => [ "$product_patt failed, no storage available\\." ],

   'AMQ6037' => [ "$product_patt was unable to obtain enough storage\\." ],

   'AMQ6047' => [ "$product_patt is unable to convert string data tagged in CCSID \\d+ to data in CCSID \\d+\\." ],

   'AMQ6048' => [ "$product_patt is unable to convert string data due to a DBCS error\." ],

   'AMQ6050' => [ "$product_patt is unable to convert string data in CCSID \\d+ to data in CCSID \\d+\\." ],

   'AMQ6053' => [ "$product_patt is unable to convert string data in CCSID \\d+ to data in CCSID -?\\d+\\." ],

   'AMQ6090' => [ "$product_patt was unable to display an error message" ],

   'AMQ6091' => [ "An internal $product_patt error has occurred\\." ],

   'AMQ6109' => [ "An internal $product_patt error has occurred\\." ],

   'AMQ6110' => [ "An internal $product_patt error has occurred\\." ],

   'AMQ6118' => [ "An internal $product_patt error has occurred" ],

   'AMQ6119' => [ "An internal $product_patt error has occurred" ],

   'AMQ6122' => [ "An internal $product_patt error has occurred\\." ],

   'AMQ6125' => [ "An internal error has occurred with identifier ($hex_patt)\\.",
                  "Id" ],

   'AMQ6150' => [ "$product_patt semaphore is busy\\." ],

   'AMQ6162' => [ "An error has occurred reading an INI file\\." ],

   'AMQ6165' => [ "Access to the MQS.INI file or a queue manager QM.INI file is denied\\." ],

   'AMQ6166' => [ "The MQS.INI file or a queue manager QM.INI file is missing\\." ],

   'AMQ6174' => [ "The library ($exit_patt) was not found\\.",
                  "Exit" ],

   'AMQ6175' => [ "The system could not dynamically load the library ($exit_patt)\. The error message",
                  "Exit" ],

   'AMQ6183' => [ "The failing process is process ($pid_patt)\\.",
                  "Pid" ],

   'AMQ6188' => [ "The system could not dynamically load the shared library '($exit_patt)' due to a problem with the library",
                  "Exit" ],

   'AMQ6184' => [ "An internal $product_patt error has occurred on queue manager ($qmgr_patt)\\..*The failing process is process ($pid_patt)\\.",
                  "QMgr", "Pid" ],

   'AMQ6209' => [ "An unexpected asynchronous signal \\((\\d+)(?: : [A-Z\\d]+)?\\) has been received and ignored\\..* Process ($pid_patt) received an unexpected asynchronous signal and ignored it\\.",
                  "Signal", "Pid" ],

   'AMQ6254' => [ "The system could not dynamically load the shared library '(\\S+)', library '(\\S+)' has been used instead.",
                  "BadLibrary", "GoodLibrary" ],

   'AMQ6255' => [ "The system could not dynamically load the shared library '(\\S+)'. The queue manager will continue without this module.",
                  "BadLibrary" ],

   # NOTE: So far, encountered this error without a location.
   'AMQ6708' => [ "A disk full condition was encountered when formatting a new log file in location (.*?)\\.",
                  "Location" ],

   'AMQ6709' => [ "The log for the Queue manager is full\\." ],

   #
   # Messages AMQ7000-7999 are MQSeries Product Messages
   #

   'AMQ7006' => [ "The (\\S+) stanza starting on line (\\d+) of configuration file (\\S+) is missing the required (\\S+) attribute\\.",
                  "Stanza", "Line", "File", "Attribute" ],

   # AMQ7030 changed between MQ 5.0/5.1 and 5.2
   'AMQ7030' => [ "(?:Request to quiesce the queue manager accepted\\.|Quiesce request accepted\\.)" ],

   'AMQ7075' => [ "Unknown attribute (\\S+) on line (\\d+) of ini file (\\S+)\\.",
                  "Attribute", "Line", "File" ],

   'AMQ7076' => [ "Line (\\d+) of the configuration file (\\S+) contained value (.*?)\\s*that is not valid for the attribute (\\S+)\\.",
                  "Line", "File", "Value", "Attribute" ],

   # NOTE: Not sure whether the mode is variable or not
   'AMQ7126' => [ "This copy of $product_patt is now running in Production mode\\." ],

   # NOTE: Not sure whether the filename and dirname are variable or not
   'AMQ7153' => [ "A Production, Beta or Trial Period license could not be installed for this copy of $product_patt\\. This is because the 'nodelock' file in the 'qmgrs/\@SYSTEM' directory could not be created or updated\\." ],

   'AMQ7159' => [ "A FASTPATH application has ended unexpectedly" ],



( run in 0.925 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )