Variable name |
Description |
Remarks |
HDFSFilePath |
Stores the path of HDFS file in the uploading destination. |
- The value defaults to null.
|
localFilePath |
Stores the path of local file in the uploading source. |
- The value defaults to null.
|
message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
|
error_type |
Stores the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
error_message |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException
Resource definition is not found. Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition is not found. Name:[<Global resource name>] |
Resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>]is not specified. |
Specify [<Property name>]. |
java.io.FileNotFoundException |
File specified in [File path of uploading source] does not exist. |
Check [File path of uploading source]. |
FileExistsException |
File specified in [HDFS file path] already exists. |
Change the file name of [HDFS file path], or put check in [Overwrite] of [Uploading option]. |
org.apache.hadoop.ipc.RemoteException
io.bytes.per.checksum(512) and blockSize(<Numerical value of block size>) do not match. blockSize should be a multiple of io.bytes.per.checksum |
The value of [Block size] is not in multiples of io.bytes.per.checksum value of HDFS. |
Check the value of [Block size] of the global resource specified in [Destination]. |