HCL Workload Automation, Version 9.4

AWSJCS - Common services messages

This section lists error and warning messages that might be generated by the routines that handle common services.

The message component code is JCS.

AWSJCS001E   The message catalog "catalog_file" does not exist.

Explanation

catalog_file is the message catalog that has either not been installed or has been deleted after installation.

System action

The program might stop or continue, depending on what type of message was trying to be written, but the message is not written to the screen or log file.

Operator response

Check for the existence of the catalog_file file within the installation jar file. If it present in the jar file, either the installation did not complete successfully or after a successful installation the catalog_file file has been subsequently deleted, moved or renamed. You must uninstall and then reinstall the product, restart the program, and then repeat the action that provoked the error. If this does not resolve the problem, or the catalog_file file is not present in the jar file, this is an internal error. If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS002E   A format error has been found in the message catalog "catalog_file".

Explanation

catalog_file is the message catalog that is not correctly formatted: either the message has more variables than expected, or fewer than expected, or a variable is not of the type expected by the program.

System action

The program might stop or continue, depending on what type of message was trying to be written, but the message is not written to the screen or log file.

Operator response

An internal error has occurred. Reinstalling the product might resolve the error.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS003E   An internal error has occurred. The message "message_ID" was not found in the message catalog "catalog_file".

Explanation

message_ID is the internal identifier of the message that cannot be found in the catalog_file message catalog.

System action

The program might stop or continue, depending on what type of message was trying to be written, but the message is not written to the screen or log file.

Operator response

An internal error has occurred.. Reinstalling the product might resolve the error.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS004E   An internal error has occurred. The configuration file "configuration_file" does not exist.

Explanation

configuration_file is the configuration file that has either not been installed or has been deleted after installation.

System action

The program stops.

Operator response

Check for the existence of the configuration_file within the installation jar file. If it present in the jar file, either the installation did not complete successfully or after a successful installation the configuration_file has been subsequently deleted, moved or renamed. Uninstall and then reinstall the product, restart the program, and then repeat the action that provoked the error. If this does not resolve the problem, or the configuration_file is not present in the jar file, this is an internal error. If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS005E   An internal error has occurred. The configuration file "configuration_file" cannot be read.

Explanation

configuration_file is the configuration file that cannot be read.

The configuration_file is probably corrupt. Either it did not install correctly or it has been corrupted after installation.

System action

The program stops.

Operator response

If you think the installation did not complete successfully, or the file has been subsequently corrupted, uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS006E   An internal error has occurred. The required property "property" cannot be found in the configuration file: "configuration_file".

Explanation

property is the required property that is missing from the configuration_file.

The configuration_file is corrupt. Either it did not install correctly or it has been corrupted after installation.

System action

The program stops.

Operator response

Uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS007W   An internal error has occurred. The value of the required property "property" in the configuration file: "configuration_file" is not numeric, as expected. The default value stored in the program code is used.

Explanation

property is the required property that has a non-numeric value in the configuration_file.

The configuration_file is corrupt. Either it did not install correctly or it has been corrupted after installation.

The default value is hard-coded in the program.

System action

The program continues, using the default value.

Operator response

If you do not want to use the default value, stop the program.

If you want to try and correct the problem, uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS008E   An internal error has occurred. The value of the required property "property" in the configuration file "configuration_file" is outside the permitted range.

Explanation

property is the required property that has an out-of-range value in the configuration_file.

The configuration_file is corrupt. Either it did not install correctly or it has been corrupted after installation.

System action

The program stops.

Operator response

Uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS009E   An internal error has occurred. The default value (stored in the program code) of the required property "property" in the configuration file "configuration_file" must be one of the following values: "permitted_values".

Explanation

When a program finds that the value of a property expected to be a number is not numeric, it uses the hard-coded default value, instead. However, it checks that the default value has an acceptable value, and gives this message if it has not.

property is the required property that has a default value that is not in the set of permitted_values in the configuration_file.

The configuration_file is corrupt and the code has a non-valid default value. Either the product did not install correctly or it has been corrupted after installation.

System action

The program stops.

Operator response

Uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS010E   An internal error has occurred. The value of the required property "property" in the configuration file "configuration_file" must be one of the following values: "permitted_values".

Explanation

property is the required property that has a value that is not in the set of permitted_values in the configuration_file.

The configuration_file is corrupt. Either it did not install correctly or it has been corrupted after installation.

System action

The program stops.

Operator response

Uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS011E   An internal error has occurred. The error is the following: "exception_message".

Explanation

See message.

exception_message describes the error.

System action

The program stops. The operation cannot be performed.

Operator response

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS012E   The value of the property "property" is not correct. It must be between "minimum_value" and "maximum_value".

Explanation

property is the property that has an out-of-range value.

minumum_value and maximum_value define the range of permitted values.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property within the indicated range.

AWSJCS013E   The value of the property "property" is not correct. It must be no more than the following length: "maximum_length".

Explanation

property is the property that is too long.

maximum_length is the maximum number of bytes allowed for the property value.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property that is not longer than the maximum indicated.

AWSJCS014E   The value of the property "property" is not correct. It must be not less than the following length: "minimum_length".

Explanation

property is the property that is too short.

minimum_length is the minimum number of bytes allowed for the property value.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property that is longer than the minimum length.

AWSJCS015E   The value of the property "property" is not in the correct format.

Explanation

property is the property that is not in the correct format. For example, a numeric property might contain alpha characters.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property that is in the correct format.

AWSJCS016E   The value of the property "property" is not correct. It must be one of the following values: "permitted_values".

Explanation

property is the property that is not in the list of permitted values.

permitted_values is the list of values permitted for this property.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property that is in the list of permitted values.

AWSJCS017E   The value of the property "property"is not correct. It must contain one or more of the following: "permitted_values". Multiple values must be separated by the separator: "separator".

Explanation

property is the property that is not in the list of permitted values.

permitted_values is the list of values permitted for this property.

separator is the character that separates multiple values.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using one or more values for the property from the list of permitted values. Multiple values must be separated by the indicated separator.

AWSJCS018E   The value of the property "property" must be in the HHMM format, where the hour must be in the range "min_HH"to "max_HH" and the minutes must be in the range "min_MM" to "max_MM".

Explanation

property is the property that must be in the correct time format: (HHMM).

min_HH is the minimum value for HH.

max_HH is the maximum value for HH.

min_MM is the minimum value for MM.

max_MM is the maximum value for MM.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, specifying a value in the correct time format (HHMM) and within the correct range for HH and MM.

AWSJCS019E   An internal error has occurred in Java class "class".

Explanation

See message.

class identifies the Java class that gave an error.

System action

The program stops. The operation cannot be performed.

Operator response

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS020E   An internal error has occurred. The required property "property" cannot be found.

Explanation

property is the required property that is missing.

System action

The program stops.

Operator response

Uninstall and reinstall the product. Restart the program and repeat the action that provoked the error.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS021E   The application job plug-in with ID "plugin_id" cannot be found.

Explanation

plugin_id is the application job plug-in identifier.

System action

The application job plug-in interface cannot be created.

Operator response

Check for the existence of the file plugin_id.jar in the folder <installation_dir>/TWS/applicationJobPlugIn.

If the file exists and has the correct read permissions, try restarting the server.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS022E   The JobExecutor class for application job plug-in with ID "plug-in_ID" cannot be found.

Explanation

plug-in_ID is the plug-in identifier.

System action

The job definition cannot be saved.

Operator response

Check for the existence of the JobExecutor class in the file plug-in_ID.jar located in the folder <installation_dir>/TWS/applicationJobPlugIn.

If the file exists and has the correct read permissions, try restarting the server.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS023E   Unable to create the JSDL for application job plug-in with ID "plug-in_ID" because of the following error: "exception".

Explanation

plug-in_ID is the plug-in identifier.

exception is the exception returned by the parametersToJsdl method.

System action

The job definition cannot be saved.

Operator response

If you wrote your own parametersToJsdl method, check its correctness.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS024E   Unable to extract parameters from JSDL for application job plug-in with ID "plugin_ID"because of the following error: "exception".

Explanation

plugin_ID is the application job plug-in identifier.

exception is the exception returned by the parametersToJsdl method.

System action

The job definition cannot be loaded

Operator response

If you wrote your own jsdlToParameters method, check its correctness.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS025E   The JSDL validation for application job plug-in with ID "plugin_ID" returns the following error: "exception".

Explanation

plugin_ID is the application job plug-in identifier.

exception is the exception returned by the validateJsdl method.

System action

The job definition cannot be saved.

Operator response

If you wrote your own validateJsdl method, check its correctness.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS026E   An internal error has occurred. One or more parameters provided by the Dynamic Workload Console to the application job plug-in with ID "plugin_ID" are incorrect.

Explanation

The parameters provided to the application job plug-in are not in the right format. plugin_ID is the application job plug-in identifier.

System action

The operation cannot be performed.

Operator response

Retry the command, in case the problem that caused the error is no longer present.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS027E   The command cannot be run on the workstation with name "workstation_name" because it is of type "workstation_type". The supported workstation types are: "supported_workstation_type".

Explanation

You are trying to run a command on an unsupported workstation type. workstation_name is the workstation name.

workstation_type is the workstation type.

supported_workstation_type is a list of supported workstation types.

System action

The operation cannot be performed.

Operator response

Choose a supported workstation type and retry the operation.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS028E   The command cannot be run on the workstation with name "workstation_name" because the operating system installed on it is of type "os_type". The supported operating systems are "supported_os".

Explanation

You are trying to run a command on an unsupported operating system. workstation_name is the workstation name.

os_type is the operating system.

supported_os is a list of supported operating systems.

System action

The operation cannot be performed.

Operator response

Choose a workstation with a supported operating system and retry the operation.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS029E   The XML definition is incorrect. The following XML error was returned: "xml_error".

Explanation

The XML definition does not match the XML schema. One or more required fields might be empty.

System action

The operation cannot be performed.

Operator response

Correct the XML definition and retry the operation.

If the problem persists, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCS030E   You specified an incorrect value for the "property" property. The value must be alphanumeric.

Explanation

property is the property for which you specified a non-alphanumeric value.

System action

The program stops.

Operator response

Verify which operation generated the error. Resubmit the operation, specifying an alphanumeric value for the property.

AWSJCS031E   The operation cannot be performed because the job was not submitted to the agent yet.

Explanation

The job number was not assigned yet.

System action

The operation cannot be performed.

Operator response

Wait until the job is submitted to the agent.

AWSJCS032E   You specified an incorrect value for the "property" property. The value must start with an alphabetic character. Valid characters are "valid_characters".

Explanation

property is the property for which you specified an incorrect value.

valid_characters Valid characters which can be used at the beginning of the property.

System action

The program stops.

Operator response

Verify which operation generated the error. Resubmit the operation, specifying a valid value for the property.

AWSJCS033E   The value of the property "property" cannot be equal to 0000.

Explanation

property is the property for which an incorrect value has been specified. The correct format is: (HHMM) and a value higher than 0000 is required.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, specifying a value in the correct time format (HHMM) and different from 0000.

AWSJCS034E   The value of the property "property" is not in the correct format: workstation#jobname

Explanation

property is the property that is not in the correct format: workstation#jobname

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value for the property that is in the correct format.

AWSJCS035E   The value of the string "string" in property "property" is not correct. The maximum supported length is: "maximum_length".

Explanation

string is the string in error.

property is the property that contains the string.

maximum_length is the maximum supported number of bytes for the string.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value within the supported range.

AWSJCS036E   The value of the string "string" in property "property " is not correct. The minimum supported length is: "minimum_length".

Explanation

string is the string in error.

property is the property that contains the string.

minimum_length is the minimum required number of bytes.

System action

The program stops.

Operator response

Check the operation that provoked the error. Resubmit the operation, using a value within the supported range.

AWSJCS037E   The value of the string "string" in property "property " is not correct. The value must be alphanumeric.

Explanation

string is the string in error.

property is the property that contains the string.

System action

The program stops.

Operator response

Verify which operation generated the error. Resubmit the operation, specifying an alphanumeric value for the property.

AWSJCS038E   The value of the string "string" in property "property " is not correct. The value must start with an alphabetic character. Valid characters are "valid_characters".

Explanation

string is the string in error.

property is the property that contains the string.

valid_characters Valid characters which can be used at the beginning of the property.

System action

The program stops.

Operator response

Verify which operation generated the error. Resubmit the operation, specifying a valid value for the property.