Lookup table generator utility error messages

Error messages provide information about problems that occur while running the utility. You can use the information that they contain to resolve such problems.

The following table describes the error messages that the lookup table generator utility writes to the log file.

Table 1. Error messages  

Error

Description

Action

File access denied!

The utility could not access the target output file.

Check the file permissions. Make sure the utility has read and write access to the target ouput file.

The filepath specified cannot be a NULL value.

The output file path has not been set

Specify the correct file paths.

Unable to close BufferedReader for outputfilepath

The program could not close the connection to the file.

Check that the file is not locked by another process.

ParserConfiguration Exception: exception message

The XML parser has encountered an error.

Make sure the XML file is following the W3C standard.

SAXException: exception message

The XML parser has encountered an error.

Make sure the XML file is following the W3C standard.

IOException: exception message

The XML parser has encountered an error.

Make sure that the input file is accessible.

Input file does not exists.

The utility could not access the input file.

Make sure that the input file is accessible.

Multiple values not supported for: property_name

The property specified can only accept one value, but multiple values have been set.

Specify only one value for the property.

Invalid option: property_name

An invalid option or property has been specified in the properties file.

Check the properties set in the properties file.

Invalid options specified in command line.

An invalid option is specified as an argument via the command line.

Check the option flag. Refer to the properties file for available options.