Jolt 1.2 Developer's Guide

ERROR: Not enough memory
Description Not enough memory; add more swap space.
Action Configure additional memory. 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.
ERROR: Not enough disk space for "<repository-file-path>"
Description Ran out of disk space while adding or deleting Repository entries, or during garbage collection.
Action Configure additional disk space.
ERROR: Cannot modify read-only repository "<repository-file-path>"
Description Denies attempt to add or delete an entry from a read-only repository.
Action Check the file permission and ensure that the file is writable.
ERROR: "<repository-file-path>" is not a valid repository file.
Description The specified file is not valid; a valid repository file must have the string, "#!JOLT1.0" in the first line.
Action Extract the file from the Jolt distribution CD-ROM.
ERROR: Can't open <repository-file-path>.
Description Unable to open the repository file.
Action Check to ensure that the file path is valid or its permission is correct.
ERROR: Can't create <repository-file-path>: check permission or path.
Description Unable to create the repository file during garbage collection.
Action Check the file or directory permission.
ERROR: Syntax error: <service definition>.
Description An invalid entry was detected when an attempt was made to add an entry to the repository. The entry must have
: as a field separator.
Action Contact your service provider.
ERROR: Garbage collection failed: <key> not found.
Description When the writable repository is shut down, it performs garbage collection to collapse the repository file. If it
detects an inconsistency, the garbage collection fails.
Action Contact your service provider.
FML Error Messages
ERROR: Fielded buffer not aligned.
Description An FML function was called with a fielded buffer that is not properly aligned. Most machines require half-word
alignment.
Action Use Falloc to retrieve an allocated, properly aligned buffer.
ERROR: Buffer not fielded.