RealeyesAE Plugin Support Library Messages



Data Stream Analysis Plugin Control messages


plugin_init: Error setting signal: signal
Description (ERR):
The attempted to set an interrupt handler for the signal, but could not.
Response:
Troubleshoot operating system problem.

plugin_init: Error reading parent to child pipe
Description (ERR):
Reading a message from the parent to child pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error sending child SYN response
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error sending shared memory ID response
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error sending starting memory location response
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error registering child with memory management
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error sending child memory control response
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Error setting child plugin lock
Description (WARN):
Initializing the plugin's lock failed. The lock is used for sharing the plugin flag field with the manager. The flag field includes the RESTART flag, which is used to dynamically update configurations.
Response:
Troubleshoot the problem problem based on the error reason.

plugin_init: Error sending child plugin response
Description (ERR):
Writing a message to the parent pipe failed.
Response:
Troubleshoot operating system problem.

plugin_init: Unexpected data to plugin ID: data
Description (ERR):
The child pipe received unexpected data, which it returns to the dispatching component as a message.
Response:
Troubleshoot plugin.

plugin_init: Failed to set SIGUSR1
Description (CRIT):
The SIGUSR1 interrupt is only detected during the plugin wait. Otherwise, unpredictable results occur may occur if the interrupt is received during a system call.
Response:
Troubleshoot system error.

plugin_init: Plugin plugin ready for initialization
Description (NOTE):
Plugin initialization performs the following:
Response:
None

rae_plugin: Failed to allocate client memory structure
Description (CRIT):
The client memory structure is required to gain access to shared memory. Since it is used only by the current process and for the entire life of the process, it is allocated from its address space.
Response:
Troubleshoot operating system problem.

rae_plugin: Could not switch to home directory directory: error reason
Description (WARN):
Switching to the defined home directory was not allowed.
Response:
Troubleshoot system or configuration problem based on error reason.

rae_plugin: Configuration parsing error
Description (ERR):
Plugin initialization cannot be completed due to configuration parsing error
Response:
Verify plugin configuration file. See previous messages for explanation of failure.

rae_plugin: Configuration file undefined for plugin
Description (ERR):
The plugin configuration file was not defined in the manager configuration.
Response:
Verify manager configuration file.

rae_plugin: Plugin initialization wait error: error reason
Description (WARN):
The Collector plugin waits for upper levels to initialize. If there is an error in the system wait function, the application continues, but performance may be degraded.
Response:
Troubleshoot operating system problem.

rae_plugin: Failed to open Event ID file: error reason
Description (WARN):
The Event ID is saved over runs of the Analysis Engine in a file in the Event Analyzer home directory. This file does not exist if this is the first time the application has been run or if the home directory has been changed. Otherwise, there was an error opening the file.
Response:
Troubleshoot system or configuration problem based on error reason.

rae_plugin: Failed to open Analysis Record ID file: error reason
Description (WARN):
The Analysis Record ID is saved over runs of the Analysis Engine in a file in the Event Analyzer home directory. This file does not exist if this is the first time the application has been run or if the home directory has been changed. Otherwise, there was an error opening the file.
Response:
Troubleshoot system or configuration problem based on error reason.

rae_plugin: Failed to attach circular buffer: error reason
Description (CRIT):
The analysis engine attempted to attach a circular buffer after restarting the Event Analyzer plugin, but failed. The application will have to be restarted.
Response:
This problem may have been due to a Spooler failure. Check the logs for those messages. Otherwise, troubleshoot the system problem.

rae_plugin: Failed to set circular buffer shared memory segment to automatically release: error reason
Description (WARN):
The analysis engine is unable to set a circular buffer shared memory segment to automatically release. Although the application continues to run, this could lead to memory being unavailable even after the application is restarted.
Response:
Troubleshoot the system problem based on the error reason. The shared memory system calls are dependent on the system configuration. On a Linux system, use the sysctl command to configure the system settings.

rae_plugin: Plugin plugin initialized
Description (NOTE):
Plugin initialization performs the following:
Response:
None

plugin_shutdown: Stopping Plugin plugin
Description (NOTE):
Main Data Stream Analysis module signals all subcomponents to shutdown
Response:
None

plugin_shutdown: Failed to get reconfigure definitions lock: error reason
Description (ERR):
If the analysis engine is unable to obtain the reconfigure definitions lock, an attempt is made to remove the definitions, but there may be errors because there is an underlying system problem.
Response:
Troubleshoot operating system problem.

plugin_shutdown: Failed to release reconfigure definitions lock: error reason
Description (ERR):
If the analysis engine is unable to release the reconfigure definitions lock, other plugins may be unable to continue processing, and the application will have to be forcibly terminated.
Response:
Troubleshoot operating system problem.



Data Stream Analysis Plugin Support Library messages


raeGetDataBuffer: Failed to get data buffer for Plugin plugin: error reason
Description (CRIT):
If the analysis engine is unable to return a buffer, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeSelectDataBuffer: Failed to get reconfigure definitions lock: error reason
Description (ERR):
If the analysis engine is unable to obtain the reconfigure definitions lock, the restart timer flag is cleared, but there may be errors because there is an underlying system problem.
Response:
Troubleshoot operating system problem.

raeSelectDataBuffer: Failed to release reconfigure definitions lock: error reason
Description (ERR):
If the analysis engine is unable to release the reconfigure definitions lock, other plugins may be unable to continue processing, and the application will have to be forcibly terminated.
Response:
Troubleshoot operating system problem.

raeHashStreamKey: NULL key
Description (WARN):
If the Stream data to be hashed is NULL, then a key cannot be returned. However, the hashing function only returns a warning.
Response:
Determine if the application was compiled correctly. Otherwise, notify application development staff of the problem.

raeGetStream: Failed to get Stream for Plugin plugin: error reason
Description (CRIT):
If the analysis engine is unable to return a Stream structure, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeCheckContinueQueue: Failed to get SAWE continue queue lock: error reason
Description (CRIT):
If the analysis engine is unable to obtain the SAWE continue queue lock, then there is an underlying system problem and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeCheckContinueQueue: Failed to release SAWE continue queue lock: error reason
Description (CRIT):
If the analysis engine is unable to release the SAWE continue queue lock, then no other process will be able to access the table and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeCheckRecordQueue: Failed to get EAWE record queue lock: error reason
Description (CRIT):
If the analysis engine is unable to obtain the EAWE record queue lock, then there is an underlying system problem and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeCheckRecordQueue: Failed to release EAWE record queue lock: error reason
Description (CRIT):
If the analysis engine is unable to release the EAWE record queue lock, then no other process will be able to access the table and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeQueueCompleteSAWE: Failed to get SAWE: error reason
Description (CRIT):
If the analysis engine is unable to return an SAWE, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDequeueStream: Stream to dequeue not in table for Plugin plugin
Description (WARN):
An attempt to dequeue a Stream from the Stream table was made, but the Stream was not found.
Response:
Notify development staff of problem.

raeGetRegEx: Failed to allocate Regex match structure: error reason
Description (CRIT):
If the analysis engine is unable to return the Regex match structure, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeGetRegEx: Regular expression too long
Description (ERR):
The complexity of regular expressions are limited by length to reduce the amount of analysis processing overhead.
Response:
Correct regular expression definition.

raeGetRegEx: Disallowed regular expression: error reason
Description (ERR):
Some regular expressions require multiple Triggers to be created and are not allowed.
Response:
Verify configuration based on the error reason.

raeGetRegEx: Failed to allocate Regex structure: error reason
Description (CRIT):
If the analysis engine is unable to return the Regex structure, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeGetRegEx: Failed to create regular expression definition: error reason
Description (ERR):
Either the regular expression string was badly formed, or there was a system problem.
Response:
Verify configuration or troubleshoot system problem based on the error reason.

raeGetRegEx: Failed to allocate regular expression work buffer: error reason
Description (ERR):
An error occurred allocating the regular expression work buffer. This buffer uses system memory allocation instead of the Realeyes Analysis Engine memory management.
Response:
Troubleshoot operating system problem.

raeBuildTriggerTables: Failed to get mixed case trigger: error reason
Description (CRIT):
If the analysis engine is unable to return a new trigger, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeBuildTriggerTables: Failed to get String Trigger sorting array: error reason
Description (CRIT):
The String Trigger sorting array is used temporarily and is not allocated by the Realeyes Analysis Engine memory management. If there is an error, then there is a problem in the system memory management.
Response:
Troubleshoot system problem. If there is not enough memory available after the analysis engine shared memory block is allocated, then adjust the command line parameters.

raeBuildTriggerTables: String Trigger 'trigger' length is zero
Description (ERR):
String triggers may be text or binary. If text, the length is calculated automatically. However, some binary triggers may require an explicit length definition, such as those which include the NULL character as part of the definition.
Response:
Validate that the configuration file is correct for the specified trigger.

raeBuildTriggerTables: Failed to get String Trigger table for 'plugin': error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger table, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeBuildTriggerTables: Failed to get Regular Expression Trigger sorting array: error reason
Description (CRIT):
The Regular Expression Trigger sorting array is used temporarily and is not allocated by the Realeyes Analysis Engine memory management. If there is an error, then there is a problem in the system memory management.
Response:
Troubleshoot system problem. If there is not enough memory available after the analysis engine shared memory block is allocated, then adjust the command line parameters.

raeBuildTriggerTables: Regular Expression Trigger 'trigger' length is zero
Description (ERR):
Regular Expression triggers may be text or binary. If text, the length is calculated automatically. However, some binary triggers may require an explicit length definition, such as those which include the NULL character as part of the definition.
Response:
Validate that the configuration file is correct for the specified trigger.

raeBuildTriggerTables: Failed to get Regular Expression Trigger table for 'plugin': error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger table, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeBuildTriggerTables: Failed to get Location Trigger sorting array: error reason
Description (CRIT):
The Location Trigger sorting array is used temporarily and is not allocated by the Realeyes Analysis Engine memory management. If there is an error, then there is a problem in the system memory management.
Response:
Troubleshoot system problem. If there is not enough memory available after the analysis engine shared memory block is allocated, then adjust the command line parameters.

raeBuildTriggerTables: Location Trigger 'trigger' length is zero
Description (CRIT):
Location Triggers must include an explicit length definition.
Response:
Validate that the configuration file is correct for the specified trigger.

raeBuildTriggerTables: Failed to get Location Trigger table for 'plugin': error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger table, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeBuildTriggerTables: Failed to get Special Trigger table for 'plugin': error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger table, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeQueueTriggerTable: No Trigger type code for Plugin plugin
Description (INFO):
The function was called with no Trigger table type. This means that there will be no Triggers applied to Actions.
Response:
Verify configuration, and correct problems.

raeQueueTriggerTable: Failed to get Trigger table lock for Plugin plugin: error reason
Description (CRIT):
If the analysis engine is unable to obtain a Trigger table lock, then there is an underlying system problem and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeQueueTriggerTable: Failed to release Trigger table lock for Plugin plugin: error reason
Description (CRIT):
If the analysis engine is unable to release a Trigger table lock, then no other process will be able to access the table and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeTriggerStringMatch: Failed to get String Trigger element: error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger element, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeTriggerStringMatch: Data index greater than buffer size
Description (CRIT):
If the data index is greater than the maximum buffer size, there is a logic error in the analysis engine.
Response:
Report problem to application development team.

raeRegExMatch: Failed to get Regular Expression Trigger element: error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger element, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeTriggerLocationMatch: Failed to get Location Trigger element: error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger element, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeQueueSAWETrigger: Failed to get Trigger element: error reason
Description (CRIT):
If the analysis engine is unable to return a Trigger element, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeGetMatrixTree: Trigger table wait error
Description (CRIT):
The Action Analyzer must wait for all Trigger tables to be built. If there is an error in the system wait function, then the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeGetMatrixTree: Trigger tables not ready for Plugin plugin (trigger_wait_flag : wait_counter
Description (CRIT):
The Action Analyzer must wait for all Trigger tables to be built. If this does not happen within 5 seconds, it aborts.
Response:
Validate Stream Analyzer configuration. If correct notify the application development staff.

raeGetMatrixTree: Action Analyzer failed to get Trigger sorting array: error reason
Description (CRIT):
The Trigger sorting array is used temporarily and is not allocated by the Realeyes Analysis Engine memory management. If there is an error, then there is a problem in the system memory management.
Response:
Troubleshoot system problem. If there is not enough memory available after the analysis engine shared memory block is allocated, then adjust the command line parameters.

raeGetMatrixTree: Action table wait error
Description (CRIT):
The Event Analyzer must wait for the Action table to be built. If there is an error in the system wait function, then the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeGetMatrixTree: Action table not ready for Plugin plugin
Description (CRIT):
The Event Analyzer must wait for the Action table to be built. If this does not happen within 5 seconds, it aborts.
Response:
Validate Action Analyzer configuration. If correct notify the application development staff.

raeGetMatrixTree: Event Analyzer failed to get Action sorting array: error reason
Description (CRIT):
The Action sorting array is used temporarily and is not allocated by the Realeyes Analysis Engine memory management. If there is an error, then there is a problem in the system memory management.
Response:
Troubleshoot system problem. If there is not enough memory available after the analysis engine shared memory block is allocated, then adjust the command line parameters.

raeGetMatrixTree: No Actions supplied for matrix tree
Description (CRIT):
There are no Actions queued on the main Anchor. The application probably has a logic error.
Response:
Validate Event Analyzer configuration. If correct, notify application development staff.

raeGetMatrixTree: Invalid number of Actions for matrix tree
Description (WARN):
There are fewer actions than were indicated by the type parameter. The application probably has a logic error.
Response:
Validate Event Analyzer configuration. If correct, notify application development staff.

raeValidateMatrix: Trigger trigger not part of any Action
Description (WARN):
The Trigger was not found in any Action definition. The application continues.
Response:
Validate Action definitions.

raeValidateMatrix: NULL Matrix Action for Trigger trigger
Description (WARN):
The Trigger -> Action cross reference is NULL. The application continues.
Response:
Validate Action definitions.

raeValidateMatrix: NULL Matrix Trigger for Action action
Description (WARN):
The Action -> Trigger cross reference is NULL. The application continues.
Response:
Validate Action definitions.

raeValidateMatrix: Action action not part of any Event
Description (WARN):
The Action was not found in any Event definition. The application continues.
Response:
Validate Event definitions.

raeValidateMatrix: NULL Matrix Event for Action action
Description (WARN):
The Action -> Event cross reference is NULL. The application continues.
Response:
Validate Event definitions.

raeValidateMatrix: NULL Matrix Action for Event event
Description (WARN):
The Event -> Action cross reference is NULL. The application continues.
Response:
Validate Event definitions.

raeSelectCompleteSAWE: Failed to get EAWE: error reason
Description (CRIT):
If the analysis engine is unable to return an EAWE, then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectActs: Failed to get Red Black tree for Action detects
Description (CRIT):
If the analysis engine is unable to return a Red Black tree then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectActs: Failed to insert Act Element in Red Black tree
Description (CRIT):
If the analysis engine is unable to insert an Action Element in the tree, there is a memory error and the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectActs: Failed to get EAWE: error reason
Description (CRIT):
If the analysis engine is unable to return an EAWE then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectActs: Failed to get Red Black tree for Action detects
Description (CRIT):
If the analysis engine is unable to return a Red Black tree then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectActs: Failed to get Action Element: error reason
Description (CRIT):
If the analysis engine is unable to return an Action Element then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeActHandler: Action action ID EOL undefined
Description (ERR):
An Action that has an End of Line condition defined has no EOL characters defined.
Response:
Correct the Action configuration.

raeActHandler: Failed to get new Act Element: error reason
Description (CRIT):
If the analysis engine is unable to return a new Action then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectEvents: Failed to get Red Black tree for Event detects
Description (CRIT):
If the analysis engine is unable to return a Red Black tree then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectEvents: Failed to get Event Element: error reason
Description (CRIT):
If the analysis engine is unable to return an Action Element then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeDetectEvents: Failed to insert Event Element in Red Black tree
Description (CRIT):
If the analysis engine is unable to insert an Event Element in the tree, there is a memory error and the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeEventHandler: Request/Reply associated Action action id has no dataloc Trigger
Description (ERR):
If an Action Element that is a Request or Reply in an associated Stream Event does not have a Trigger Element that contains a data location, then the Event cannot be tested for completeness. This is probably an Event definition error.
Response:
Correct the Event definition.

raeEventHandler: Failed to get new Event Element: error reason
Description (CRIT):
If the analysis engine is unable to return a new Event then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeQueueContinueStream: Failed to get SAWE continue queue lock: error reason
Description (CRIT):
If the analysis engine is unable to obtain the SAWE continue queue lock, then there is an underlying system problem and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeQueueContinueStream: Failed to release SAWE continue queue lock: error reason
Description (CRIT):
If the analysis engine is unable to release the SAWE continue queue lock, then no other process will be able to access the table and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeQueueRecordEAWE: Failed to get EAWE record queue lock: error reason
Description (CRIT):
If the analysis engine is unable to obtain the EAWE record queue lock, then there is an underlying system problem and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeQueueRecordEAWE: Failed to release EAWE record queue lock: error reason
Description (CRIT):
If the analysis engine is unable to release the EAWE record queue lock, then no other process will be able to access the table and the application will have to be restarted.
Response:
Troubleshoot operating system problem.

raeGetAnalysisRecord: Failed to get Analysis Record: error reason
Description (CRIT):
If the analysis engine is unable to return an Analysis Record then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeGetAnalysisRecord: Failed to get Stream Record: error reason
Description (CRIT):
If the analysis engine is unable to return a Stream Record then the application will have to be restarted.
Response:
Determine if other applications are using excessive amounts of storage. Otherwise, recommend to management that the hardware be upgraded.

raeGetAnalysisRecord: Timeout waiting for Spooler to process buffer
Description (WARN):
The Event Analyzer waits up to 10 seconds to for the Spooler to release space in the circular buffer for an Analysis Record buffer. If the head pointer is not updated within that time, it is assumed that the Spooler has failed. If the Spooler did not fail, then it is falling behind. If this message is issued continuously, it may be necessary to reconfigure the maximum amount of data in an Analysis Record.
Response:
Check the manager log for Spooler failure messages. If the Spooler did not fail, reconfigure the application or upgrade the hardware.

raeOpenFIFO: Failed to open Spooler to Event Analyzer FIFO: error reason
Description (ERR):
Opening the FIFO for the Spooler to acknowledge Analysis Record information failed. Since this is the primary purpose of the Spooler, it shuts down.
Response:
Troubleshoot system problem based on the error reason.

raeOpenFIFO: Error setting permissions for Spooler to Event Analyzer pipe error reason
Description (ERR):
The system call to set permissions for a pipe failed.
Response:
Troubleshoot operating system problem based on the error reason.

raeOpenFIFO: Failed to open Event Analyzer to Spooler FIFO: error reason
Description (ERR):
Opening the FIFO for the Spooler to receive the Analysis Record information failed. Since this is the primary purpose of the Spooler, it shuts down.
Response:
Troubleshoot system problem based on the error reason.

raeOpenFIFO: Error setting permissions for Event Analyzer to Spooler pipe error reason
Description (ERR):
The system call to set permissions for a pipe failed.
Response:
Troubleshoot operating system problem based on the error reason.

raeOpenFIFO: Invalid request: mode
Description (ERR):
The mode must include either the O_RDONLYor O_WRONLY flag.
Response:
Notify the application development team.

raeGetCircularBuffer: Failed to get circular buffer shared memory segment: error reason
Description (CRIT):
If the analysis engine is unable to return a circular buffer shared memory segment, the application will have to be restarted.
Response:
This buffer uses swappable storage that is allocated by the system. The shared memory system calls are dependent on the system configuration. On a Linux system, use the sysctl command to configure the system settings. Also, if the allocation fails, there may not be enough swap space available. If this occurs repeatedly, then increase the swap partition. Otherwise, recommend to management that the hardware be upgraded.

raeGetCircularBuffer: Failed to attach circular buffer: error reason
Description (CRIT):
If the analysis engine is unable to attach a circular buffer, the application will have to be restarted.
Response:
This buffer uses swappable storage that is allocated by the system. If the allocation fails, there may not be enough swap space available. If this occurs repeatedly, then increase the swap partition. Otherwise, recommend to management that the hardware be upgraded.

raeGetCircularBuffer: Failed to detach circular buffer: error reason
Description (CRIT):
The initial circular buffer is allocated and then the location is tested against the highest location available to the Spooler. If the circular buffer will overlap existing storage in the Spooler, it is detached, values are reset, and it is reallocated. If the analysis engine is unable to detach the initial circular buffer, the application will have to be restarted.
Response:
This buffer uses swappable storage that is allocated by the system. If the allocation fails, there may not be enough swap space available. If this occurs repeatedly, then increase the swap partition. Otherwise, recommend to management that the hardware be upgraded.

raeGetCircularBuffer: Failed to allocate circular buffer block: error reason
Description (ERR):
The Event Analyzer does not use the Realeyes Analysis Engine memory management for the circular buffer block structure, which is allocated using the system allocation function. If there is an error, then there is a problem in the system memory management. The application continues, but the shared memory segment will not be explicitly detached.
Response:
Troubleshoot system problem.

raeGetCircularBuffer: Failed to set circular buffer shared memory segment to automatically release: error reason
Description (WARN):
The analysis engine is unable to set a circular buffer shared memory segment to automatically release. Although the application continues to run, this could lead to memory being unavailable even after the application is restarted.
Response:
Troubleshoot the system problem based on the error reason. The shared memory system calls are dependent on the system configuration. On a Linux system, use the sysctl command to configure the system settings.

raeGetCircularBuffer: Failed to get circular buffer shared memory segment information: error reason
Description (CRIT):
If the analysis engine is unable to get circular buffer shared memory segment information, the permissions to allow the Spooler to access it cannot be set.
Response:
Troubleshoot the system problem based on the error reason.

raeGetCircularBuffer: Failed to set circular buffer shared memory segment permissions: error reason
Description (CRIT):
If the analysis engine is unable to set Analysis Record shared memory segment permissions, the Spooler cannot access it.
Response:
Troubleshoot the system problem based on the error reason.

raeGetCircularBuffer: Error sending Event Analyzer to Spooler FIFO message: error reason
Description (ERR):
Writing a message to the Spooler failed. This means that there are FIFO errors.
Response:
Troubleshoot operating system problem based on the error reason.

raeGetCircularBuffer: Error waiting for Spooler response
Description (ERR):
Reading a message from the Spooler to Event Analyzer FIFO failed.
Response:
Troubleshoot operating system problem.

raeGetCircularBuffer: Error reading Spooler to Event Analyzer FIFO: error reason
Description (ERR):
Reading a message from the Spooler to Event Analyzer FIFO failed.
Response:
Troubleshoot operating system problem.

raeGetCircularBuffer: Negative acknowledgement from Spooler to message type
Description (ERR):
A negative acknowledgement was received from the Spooler.
Response:
See Spooler messages and report problem to development staff.

raeGetCircularBuffer: Invalid message from Spooler
Description (ERR):
A message from the Spooler to Event Analyzer was undefined.
Response:
Report problem to development staff.

raeGetCircularBuffer: Spooler did not acknowledge new circular buffer
Description (WARN):
There was no acknowledgement from the Spooler of the new circular buffer. This means that the Spooler is falling behind. If this message is issued continuously, it may be necessary to reconfigure the maximum amount of data in an Analysis Record.
Response:
Reconfigure the application or upgrade the hardware.

raeWriteSpool: Analysis Record buffer too big
Description (ERR):
The shared memory segment created by the Event Analyzer is bigger than the maximum allowed size of 1 Gigabyte.
Response:
Report problem to application development staff.

raeWriteSpool: Error sending Event Analyzer to Spooler FIFO message: error reason
Description (ERR):
Writing a message to the Spooler failed. This means that there are FIFO errors.
Response:
Troubleshoot operating system problem based on the error reason.

raeWriteSpool: Error waiting for Spooler response
Description (ERR):
Reading a message from the Spooler to Event Analyzer FIFO failed.
Response:
Troubleshoot operating system problem.

raeWriteSpool: Error reading Spooler to Event Analyzer FIFO: error reason
Description (ERR):
Reading a message from the Spooler to Event Analyzer FIFO failed.
Response:
Troubleshoot operating system problem.

raeWriteSpool: Negative acknowledgement from Spooler to message type
Description (ERR):
A negative acknowledgement was received from the Spooler.
Response:
See Spooler messages and report problem to development staff.

raeWriteSpool: Invalid message from Spooler
Description (ERR):
A message from the Spooler to Event Analyzer was undefined.
Response:
Report problem to development staff.

raeWriteSpool: Spooler did not respond on Event Analyzer FIFO
Description (WARN):
Reading a message from the Spooler to Event Analyzer FIFO failed.
Response:
Troubleshoot operating system problem.

Generated on Sat Apr 18 20:26:39 2009 for RealeyesAE by doxygen 1.3.6