Fml error messages – HP NonStop G-Series User Manual
Page 152
ERROR: Not enough disk space for "
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 "
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: "
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
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
Description Unable to create the repository file during garbage collection.
Action Check the file or directory permission.
ERROR: Syntax error:
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 Technical Support.
ERROR: Garbage collection failed:
Description When the writable repository is shutdown, it performs garbage collection to collapse the repository file. If it
detects an inconsistency, the garbage collection fails.
Action Contact Technical Support.
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.
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.