Jolt 1.2 Developer's Guide

Description A buffer was passed to an FML function that has not been initialized.
Action Use Finit to initialize a buffer allocated directly by the application, or use Falloc to allocate and initialize a fielded
buffer.
ERROR: Invalid argument to function.
Description An invalid argument (other than an invalid field buffer, field identifier, or field type) was passed to an FML
function. This can be a parameter where a non-NULL parameter was expected (for example, it can be an invalid buffer size,
and so on.)
Action See the manual page associated with the error for the correct parameter values.
ERROR: Unknown field number or type.
Description An invalid field number was specified for an FML function, an invalid field number (0 or greater than 8192)
was specified, or Fname could not find the associated field identifier for the specified name.
Action Most of the FML functions return this error; see the manual page associated with the function that returned this error.
Check your code to make sure the field specified is valid.
Information Messages
INFO: Repository "<repository-file-path>" (### records) is writable.
Description When a writable Repository server is brought up, it reports the number of records it found.
Action No action required.
INFO: Repository "<repository-file-path>" (### records) is read-only.
Description When a read-only Repository server is brought up, it reports the number of records it found.
Action No action required.
Jolt Relay Adapter (JRAD) Messages
1005
ERROR: Memory allocation failure.
Description An attempt to dynamically allocate memory from the operating system using malloc failed.
Action Make sure the operating system parameters are set correctly for the amount of memory on the machine and the
amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of
physical memory on the machine. Increase the space on the swap device.
1006
ERROR: Failed to initialize global network information.
Description The internal network information used by the JSH or the JSL was not initialized. This can happen if the system
has run out of memory.
Action Increase the virtual memory available for the JSH and JSL processes.