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.

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

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.

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".

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.

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.

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".

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

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.

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.

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

The program stops.

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.

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.

The program stops.

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".

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.

The program stops.

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.

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.

The program continues, using the default value.

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.

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.

The program stops.

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".

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.

The program stops.

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".

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.

The program stops.

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".

See message.

exception_message describes the error.

The program stops. The operation cannot be performed.

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".

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

minumum_value and maximum_value define the range of permitted values.

The program stops.

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".

property is the property that is too long.

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

The program stops.

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".

property is the property that is too short.

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

The program stops.

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.

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

The program stops.

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".

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

permitted_values is the list of values permitted for this property.

The program stops.

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".

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.

The program stops.

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".

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.

The program stops.

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".

See message.

class identifies the Java class that gave an error.

The program stops. The operation cannot be performed.

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.

property is the required property that is missing.

The program stops.

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.

plugin_id is the application job plug-in identifier.

The application job plug-in interface cannot be created.

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.

plug-in_ID is the plug-in identifier.

The job definition cannot be saved.

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".

plug-in_ID is the plug-in identifier.

exception is the exception returned by the parametersToJsdl method.

The job definition cannot be saved.

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".

plugin_ID is the application job plug-in identifier.

exception is the exception returned by the parametersToJsdl method.

The job definition cannot be loaded

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".

plugin_ID is the application job plug-in identifier.

exception is the exception returned by the validateJsdl method.

The job definition cannot be saved.

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.

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

The operation cannot be performed.

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".

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.

The operation cannot be performed.

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".

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.

The operation cannot be performed.

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".

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

The operation cannot be performed.

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.

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

The program stops.

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.

The job number was not assigned yet.

The operation cannot be performed.

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".

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.

The program stops.

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.

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.

The program stops.

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

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

The program stops.

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".

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.

The program stops.

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".

string is the string in error.

property is the property that contains the string.

minimum_length is the minimum required number of bytes.

The program stops.

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.

string is the string in error.

property is the property that contains the string.

The program stops.

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".

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.

The program stops.

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