HCL Workload Automation, Version 9.4

AWSITA - Job management messages

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

The message component code is ITA.

AWSITA001E   The command is incorrect and cannot be processed.

Explanation

There is an error in the communication protocol utilized.

System action

The action is not performed.

Operator response

If the user was trying to connect to the agent through the APIs, the developer should check the protocol utilized.

AWSITA002E   Cannot save the job with ID "job_id" in the job store.

Explanation

An error occurred while saving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

System action

The job is not submitted to the endpoint.

Operator response

Check the trace file.

AWSITA003E   Cannot cancel the job with ID "job_id" because it is not present in the agent job store.

Explanation

An error occurred while retrieving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

This can happen if the job is not valid, if the job was already archived, or if the job store is incorrectly structured.

More detailed information about this error is available in the trace file on the agent.

System action

The job is not cancelled.

Operator response

If the job is not valid, this is more likely a script error. If the job was archived, no action is required.

AWSITA004E   Cannot find the executor for the job with ID "job_id".

Explanation

This can happen only if there is an inconsistency in the job store or if the job instance in the job store points to an executable that is no longer available.

System action

The job is not cancelled.

Operator response

If a patch was rolled back, reapply the patch before cancelling this job.

AWSITA005E   Unable to create the spool directory "spool_direcory" to store the output data of the job. The error is "error_message".

Explanation

The agent was creating a directory to store the output and the results of the jobs, but there was an error while creating this directory.

System action

The job cannot run.

Operator response

Check the error message.

AWSITA007E   Cannot get the output of the job with ID "job_id" because it is not available in the agent job store.

Explanation

An error occurred while retrieving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

This can happen if the job is not valid, if the job was already archived, or if the job store is incorrectly structured.

More detailed information about this error is available in the trace file on the agent.

System action

None

Operator response

If the job is not valid, this is more likely a script error. If the job was archived, no action is required.

AWSITA008E   Cannot find the executor for the job with ID "job_id".

Explanation

This can happen only if there is an inconsistency in the job store or if the job instance in the job store is referring to an executable that is no longer available.

System action

None

Operator response

If a patch was rolled back, reapply the patch before getting the job output.

AWSITA009E   Unable to start the task launcher "task_launcher_binary" to store the output data of the job. The error is "error_message".

Explanation

The agent is attempting to start the task launcher but the process fails.

System action

The job cannot run.

Operator response

Check the error message.

AWSITA010W   The job has completed or was previously cancelled.

Explanation

The job has either completed or was previously cancelled.

System action

None

Operator response

None

AWSITA011E   The job definition is missing from the job submit operation.

Explanation

This error is due to a protocol error in the job submit operation.

System action

The job is not submitted to the endpoint.

Operator response

If the user was trying to connect to the agent through the APIs, the developer should check that the jmgr:JobDefinitionDocument stanza is present.

AWSITA012E   The job cancel task failed while it was getting the information to connect to the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA013E   The job cancel task failed while it was creating a connection to the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA014E   The job cancel task failed while it was connecting to the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA015E   The job cancel task failed while it was contacting the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA016E   The job cancel task failed to reconnect to the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA017E   The job cancel task failed while it was sending the cancel command to the job monitor. The error is "error_message".

Explanation

An error occurred while cancelling the job on the agent.

System action

The job is not cancelled.

Operator response

Check the error message.

AWSITA018E   Unable to get the job output because of a a problem while reading the "output_file" output file . The error is "error_message".

Explanation

The agent returned an error while it was creating a UTF8 version of the output file.

System action

The job output is not returned.

Operator response

Check the agent trace file.

AWSITA019E   The get job output task failed while it was opening the output file. The error is "error_message".

Explanation

The agent failed to open the converted version of the output file.

System action

The job output is not returned.

Operator response

Check the error message.

AWSITA020E   The get job output task failed because the start parameter value looks higher than the output length. The error is "error_message".

Explanation

The agent failed to find the start position inside the utf8 conversion file of the job output.

System action

The job output is not returned.

Operator response

Check the error message.

AWSITA021E   The get job output task failed because it ran into an error as it was reading the output file. The error is "error_message".

Explanation

The agent failed to read the utf8 conversion file of the job output.

System action

The job output is not returned.

Operator response

Check the error message.

AWSITA022E   Unable to get the job output because the "output_file" output file does not exist.

Explanation

The output file does not exist. This can only happen if the job did not start.

System action

The job output is not returned.

Operator response

Check the agent trace file.

AWSITA023E   Cannot get the output of the job with ID "job_id" because the job has not started yet.

Explanation

The output file does not exist because the job has not started yet.

System action

The job output is not returned.

Operator response

None.

AWSITA024E   The job failed to start because the error "error_message" was returned while preparing the process attributes of the task launcher.

Explanation

There was an internal error while creating the process attributes of the task launcher.

System action

The job is not started.

Operator response

Check the error message.

AWSITA025E   The job failed to start because the error "error_message" was returned while setting the process attributes of the task launcher.

Explanation

There was an internal error while setting the process attributes of the task launcher.

System action

The job is not started.

Operator response

Check the error message.

AWSITA026E   The job failed to start because the error "error_message" was returned while setting the command type of the task launcher.

Explanation

There was an internal error while setting the process command type of the task launcher.

System action

The job is not started.

Operator response

Check the error message.

AWSITA027E   The job failed to start because the error "error_message" was returned while creating the arguments to drive the task launcher.

Explanation

There was an internal error while creating the arguments to drive of the taks launcher.

System action

The job is not started.

Operator response

Check the error message.

AWSITA028E   The job failed to start. The following error has been generated: "error_description".

Explanation

The job failed to start. See the error message to find what went wrong.

System action

The job is not started.

Operator response

Check the error message.

AWSITA029E   The job has terminated with signal "signal_number".

Explanation

The job was killed by a signal.

System action

The job was killed by a signal.

Operator response

See the job log.

AWSITA030E   The job failed.

Explanation

The job failed.

System action

The job failed.

Operator response

See the job log.

AWSITA032E   The job with ID "job_id" failed to start. The error is "error_message".

Explanation

The error returned in the error message occurred while starting the job.

System action

The job is not started.

Operator response

Check the error message.

AWSITA033E   The job with ID "job_id" completed with error: "error_message".

Explanation

The error returned in the error message occurred while the job was running.

System action

The job completed but returned an error.

Operator response

Check the error message

AWSITA036W   Cannot get the status of the job with ID "job_id". The error is "error_message".

Explanation

The task launcher is not returning the status of the job.

System action

The job completed but returned an error.

Operator response

Check the job trace file or job output to understand if the job completed and if it succeeded or not.

AWSITA037E   Failed to create the memory pool of the thread that will execute the job. The error is "error_message".

Explanation

The job manager was allocating a memory pool for the thread of the task launcher, but there was an error while allocating this memory pool.

System action

The job will not start.

Operator response

Check the error message.

AWSITA038E   Failed to schedule the thread that will execute the job. The error is "error_message".

Explanation

The job manager was scheduling the thread of the task launcher, but there was an error.

System action

The job will not start.

Operator response

Check the error message.

AWSITA039E   Cannot find the executor for application "application_name".

Explanation

This can happen only if the application in the JSDL is not supported.

System action

The job is not started.

Operator response

Modify the job definition.

AWSITA040E   Cannot save the job with ID "job_id" in the job store.

Explanation

An error occurred while saving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

System action

The result is unpredictable.

Operator response

Check the trace file.

AWSITA041E   Unable to get the list of the jobs because the error: "error_message" was returned while reading the job store file with key"key".

Explanation

The job store is corrupted or cannot be accessed.

System action

The job list is not returned.

Operator response

Check the error message.

AWSITA042E   Failed to create the memory pool of the job manager thread. The error is "error_message".

Explanation

An error occurred while the job manager was allocating a memory pool for a thread needed to reconnect the task launcher to the jobs.

System action

The jobs are not archived and the job manager is not contacting the task launcher of the jobs that are running when the job manager is started.

Operator response

Check the error message.

AWSITA043E   The job manager failed schedule the thread needed to reconnect the task launcher to the jobs. The error is "error_message".

Explanation

An error occurred while the job manager was starting a thread needed to reconnect the task launcher to the jobs.

System action

The jobs are not archived and the job manager is not contacting the task launcher of the jobs that are running when the job manager is started.

Operator response

Check the error message.

AWSITA044E   Failed to create the memory pool for the thread that will reconnect to the task launcher of the job with ID "job_id". The error is "error_message".

Explanation

An error occurred while the job manager was allocating a memory pool for the thread of the task launcher.

System action

The job will not be monitored.

Operator response

Check the error message and restart the agent to attempt to reconnect again.

AWSITA045E   Failed to create the thread that will reconnect to the the job with ID "job_id". The error is "error_message".

Explanation

An error occurred while the job manager was starting the thread of the task launcher.

System action

The job will not be monitored.

Operator response

Check the error message and restart the agent to attempt to reconnect again.

AWSITA046E   Cannot find the executor for the job with ID "job_id" while reconnecting to the task launcher.

Explanation

This can happen only if there is an inconsistency in the job store or if the job instance in the job store is referring to an executable that is no longer available.

System action

The job will not be monitored.

Operator response

If a patch was rolled back, apply the patch and then restart the agent.

AWSITA048E   The subagent cannot be created. The error is "error_message". The error code is "error_code".

Explanation

The subagent cannot be created due to the reason detailed in the error message.

System action

The agent is not started.

Operator response

Check the error message and restart the agent.

AWSITA049E   Cannot create the memory pool to handle the connection. The error is "error_message". The error code is "error_code".

Explanation

The subagent cannot be created due to the reason detailed in the error message.

System action

The agent is not started.

Operator response

Check the error message and restart the agent.

AWSITA051E   The agent failed to accept connections. The error is "error_message". The error code is "error_code".

Explanation

The error message provides details.

System action

The request is not served and the agent will attempt a new connection in 10 seconds.

Operator response

Check the error message and restart the agent.

AWSITA053E   The agent failed to create the thread needed to handle the request. The error is "error_message". The error code is "error_code".

Explanation

The error message provides details.

System action

The request is not served and the agent will attempt a new connection in 10 seconds.

Operator response

Check the error message.

AWSITA054E   The task type "task_type" specified within the definition of the extended agent job with ID "job_id" is either unknown or unsupported.

Explanation

An invalid task type was specified in the job definition.

System action

The job does not start.

Operator response

Open the extended agent job definition and correct the task type.

AWSITA055E   An error occurred while waiting to receive the IP address from where the task launcher will listen when it communicates with the job manager. The error is "error_message".

Explanation

The task launcher did not return to the job manager the IP address from where it is going to listen. The reason for this error is to be looked for in the task launcher.

System action

The job is not started.

Operator response

Check both the error message and the task launcher log located in the job output directory.

AWSITA056E   An error occurred while waiting to receive the IP port where the task launcher will listen when it communicates with the job manager. The error is "error_message".

Explanation

TThe task launcher did not return to the job manager the IP port from where it is going to listen. The reason for this error is to be looked for in the task launcher.

System action

The job is not started.

Operator response

Check both the error message and the task launcher log located in the job output directory.

AWSITA057E   A request was made to reconnect to job "job_id" that is not running.

Explanation

The job manager is trying to reconnect to a job that is not in the EXECUTING state. This error should not take place.

System action

The job manager does not reconnect to this job.

Operator response

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

AWSITA058E   Reconnection to job "job_id" failed while getting the information to connect to the job monitor. The error is "error_message".

Explanation

An error occurred while reconnecting the job on the agent.

System action

The job is not reconnected to the endpoint.

Operator response

Check the error message.

AWSITA059E   Reconnection to job "job_id" failed while creating the connection to the job monitor. The error is "error_message".

Explanation

An error occurred while reconnecting the job on the agent.

System action

The job is not reconnected to the endpoint.

Operator response

Check the error message.

AWSITA060E   Reconnection to job "job_id" failed while connecting to the job monitor. The error is "error_message".

Explanation

An error occurred while reconnecting the job on the agent.

System action

The job is not reconnected to the endpoint.

Operator response

Check the error message.

AWSITA061E   The access method specified to launch "job_id" is unknown. Check either the JobManager.ini file on the agent or the job definition.

Explanation

An unknown target or access method is specified in the job definition.

System action

The job is not started.

Operator response

Check that the target job in the extended agent is correct in the job definition. Verify that the JobManager.ini file on the agent points to the correct access method.

AWSITA062E   The options file of extended agent "target_name" includes option UTF8cmdline set to 1, which is not supported. Set it to 0 and rerun the job.

Explanation

See message.

System action

The job is not started.

Operator response

Correct the options file in the extended agent by setting UTF8cmdline equal to zero.

AWSITA063E   Could not change to the specified working directory.

Explanation

See message..

System action

The job does not run.

Operator response

Check the path of the working directory specified in the JSDL definition.

AWSITA064E   The "execuser" login user specified in the job definition could not authenticate on the agent

Explanation

See message..

System action

The job does not run.

Operator response

Check the login user specified in the job definition. For Windows job types, ensure that the user was correctly configured.

AWSITA065E   The group name is incorrect.

Explanation

See message..

System action

The job does not run.

Operator response

Check the group name specified in the JSDL definition.

AWSITA066E   Privileged user is not allowed to run jobs on this executor.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA067E   An error occurred setting the process group ID.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA068E   An error occurred impersonating the user specified in the job definition.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA069E   Job monitor internal error (return code "error_code")

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA070E   Cannot open the specified input file.

Explanation

See message..

System action

The job does not run.

Operator response

Check the path of the input file specified in the JSDL definition.

AWSITA071E   Cannot open the internal output log file.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA072E   Cannot open the internal error log file.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA073E   Cannot open the specified output file.

Explanation

See message..

System action

The job does not run.

Operator response

Check the path of the output file specified in the JSDL definition.

AWSITA074E   Cannot open the specified error file.

Explanation

See message..

System action

The job does not run.

Operator response

Check the path of the error file specified in the JSDL definition.

AWSITA075E   Error creating the job process (return code "error_code").

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA077E   Abnormal end of job (the exit code is the termination signal number).

Explanation

See message..

System action

Operator response

AWSITA079E   Unable to convert a specified parameter to the local codeset.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA080E   The Job Executor Agent cannot find the executable file specified in the JSDL definition.

Explanation

See message..

System action

The job does not run.

Operator response

Check the path to the executable file specified in the JSDL definition. In the Job Brokering Definition Console, this path is specified in the Executable File field in the Application pane. If the executable is a shell command, change the executable type to Script in the Application pane of the Job Brokering Definition Console.

For further troubleshooting, check the trace.log file for this job.

AWSITA081E   The agent can not send the resource information to "server_uri". The error is: "error_message".

System action

The resource information is not sent to the server. If the error persists, the agent is down.

Operator response

Analyze the error and perform the correct action.

AWSITA082E   The agent got an error response while sending the resource information to the server. The error code is "error_code" and the error message is "error_message".

Explanation

See message..

System action

The resource information is not sent to the server. If this error persists, the computer system will result as unavailable.

Operator response

None

AWSITA084W   The Resource Advisor Agent is disabled and will not start. Check the ResourceAdvisorUrl property in the JobManager.ini file.

Explanation

The user disabled the Resource Advisor Agent in the JobManager.ini file.

System action

The Resource Advisor Agent does not start and the agent is not available on the workload broker.

Operator response

Set the ResourceAdvisorUrl in the JobManager.ini file to a valid value to enable the Resource Advisor Agent.

AWSITA085E   Failed to create the memory pool of the command handler thread. The error is "error_message".

Explanation

An error occurred while the command handler was allocating a memory pool.

System action

The agent does not start.

Operator response

Check the error message.

AWSITA086E   Failed to create the thread pool of the Job Manager. The error is "error_message".

Explanation

An error occurred while the job manager was creating a thread pool.

System action

The agent does not start

Operator response

Check the error message.

AWSITA087E   Failed to create the memory pool of the Job Status Notification Manager. The error is "error_message".

Explanation

An error occurred while the Job Status Notification Manager was allocating a memory pool.

System action

The job status change events are not sent to the server.

Operator response

Check the error message.

AWSITA088E   Failed to create the thread pool of the Job Status Notification Manager. The error is "error_message".

Explanation

An error occurred while the Job Status Notification Manager was creating the thread pool.

System action

The job status change events are not sent to the server.

Operator response

Check the error message.

AWSITA089E   The thread of the Job Status Notification Manager failed to start. The error is "error_message".

Explanation

An error occurred while starting Job Notifier.

System action

The job status change events are not sent to the server.

Operator response

Check the error message.

AWSITA091W   The Job Status Notification Manager is already running.

Explanation

An unexpected attempt to start the Job Status Notification Manager occurred.

System action

None.

Operator response

None.

AWSITA093W   The thread of the Job Status Notification Manager is already stopped.

Explanation

An unexpected attempt to stop the Job Status Notification Manager occurred.

System action

None.

Operator response

None.

AWSITA094E   Failed to schedule the thread that will send notification for the job status changes. The error is "error_message".

Explanation

The Job Status Notification Manager was scheduling the thread to send the job status change to the server, but there was an error.

System action

The job status change is not sent.

Operator response

Check the error message.

AWSITA095E   Unable to change the following configuration properties: "error_message".

Explanation

The name of the listed properties is invalid or an error occurred while they were being updated.

System action

The listed properties will not be updated

Operator response

Check the correct name of the listed properties.

AWSITA096E   An error occurred while waiting to receive the local job process id. The error is "error_message".

Explanation

The task launcher did not return to the job manager the local job process id. The reason for this error is to be looked for in the task launcher.

System action

The job is not started.

Operator response

Check both the error message and the task launcher log located in the job output directory.

AWSITA097E   Unable to cancel the job because the specified job ID is not valid.

Explanation

The job ID contains invalid or unexpected characters.

System action

The job is not cancelled.

Operator response

Check the correct syntax of the job ID.

AWSITA098E   Unable to get the job output because the specified job ID is not valid.

Explanation

The job ID contains invalid or unexpected characters.

System action

The job output is not returned.

Operator response

Check the correct syntax of the job ID.

AWSITA099E   Unable to get the job properties because the specified job ID is not valid.

Explanation

The job ID contains invalid or unexpected characters.

System action

The job properties are not returned.

Operator response

Check the correct syntax of the job ID.

AWSITA100E   Unable to get the job(s) properties because the specified job alias "job_alias" is not valid.

Explanation

The job alias contains invalid or unexpected characters.

System action

The job(s) properties are not returned.

Operator response

Check the correct syntax of the job alias.

AWSITA101E   Unable to get the job(s) properties because the specified job status "job_status" is not valid.

Explanation

The job status contains invalid or unexpected characters.

System action

The job(s) properties are not returned.

Operator response

Check the correct syntax of the job status.

AWSITA102E   Unable to change the configuration properties because the specified XML request "xml_request" is not valid.

Explanation

The XML request contains invalid or unexpected characters/sections.

System action

The configuration properties are not changed.

Operator response

Check the correct syntax of the XML request.

AWSITA103E   Unable to perform the dynamic resources scan. The error is "error_message".

Explanation

See message..

System action

The dynamic resources scan is not performed.

Operator response

None

AWSITA104E   Unable to perform the system resources scan. The error is "error_message".

Explanation

See message..

System action

The system resources scan is not performed.

Operator response

None

AWSITA105E   Unable to notify scan results to the server because of a resources scanner error.

Explanation

See message..

System action

The scan results are not sent to the server.

Operator response

None

AWSITA106E   The agent failed to accept a connection.

Explanation

The agent process returned a NULL while accepting a connection.

System action

The request is not served and the agent will attempt a new connection in 10 seconds.

Operator response

None.

AWSITA107E   Could not load the library "library name". The error is "error_message".

Explanation

There was an error loading a dynamic library.

System action

A library was not loaded.

Operator response

Check the error message.

AWSITA108E   Unable to get port information from URI "uri_value".

Explanation

Port information is missing or not valid.

System action

The attempt to connect to the URI failed.

Operator response

Check that the port information is specified correctly in the URI.

AWSITA110E   Unable to send the notification of status of the job with ID "job_id" to the URI "uri_value".

Explanation

The URI is not valid or the server accepting connections on that URI is down

System action

The attempt to connect to the URI failed.

Operator response

Check that the URI is valid and/or that the server accepting connections on that URI is up and running.

AWSITA114E   The job cannot start since the user is missing in the job definition.

Explanation

If the RequireUserName variable is set to true in the JobManager.ini configuration file, the user name is required in the job definition.

System action

The job is not started.

Operator response

Change the job definition or disable the RequireUserName setting in the JobManager.ini configuration file.

AWSITA117E   The Java method call request is not correct: "elem" is missing.

Explanation

The XML request does not contain a required sections.

System action

The method call is not performed.

Operator response

Check the correct syntax of the XML request.

AWSITA118E   A Java Exception occurred while running job "job". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA119E   A Java exception occurred while retrieving the output of job "job". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA120E   A Java exception occurred while retrieving the length of the output of job "job". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA121E   An error occurred while calling a Java method: "elem" is null.

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA122E   A Java exception occurred while calling the command "command". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA123E   A Java Exception occurred while canceling job "job". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA124E   A Java Exception occurred in "method". "error"

Explanation

An unexpected error occurred while running a Java method.

System action

The Java method does not complete.

Operator response

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

AWSITA125E   Cannot find a suitable application job plug-in for "plug-in".

Explanation

The agent is attempting to call a command on application job plug-in that is not available.

System action

The command is not completed.

Operator response

Verify that you are calling the command on the correct agent.

AWSITA126E   Malformed JSON string: error "error" at position "position".

Explanation

See message..

System action

The command is not completed.

Operator response

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

AWSITA127E   Access Method field is empty.

Explanation

The required field access method was not filled before invoking the picklist.

System action

The command is not completed.

Operator response

Verify if you filled the access method field before running picklist.

AWSITA128E   No method found.

Explanation

The methods directory is empty or not accessible.

System action

The command is not completed.

Operator response

Verify if the methods directory is empty or not accessible.

AWSITA129E   No option file found for the method "string".

Explanation

The method does not have options files.

System action

The command is not completed.

Operator response

Verify if the methods has options files.

AWSITA130E   The option file "string" does not exist.

Explanation

See message..

System action

The command is not completed.

Operator response

Verify if the specified option file exists.

AWSITA131E   The option file "string" is too big.

Explanation

See message..

System action

The command is not completed.

Operator response

Verify the size of the option file.

AWSITA132E   Unable to access to the option file "string".

Explanation

See message..

System action

The option file is accessible.

Operator response

Verify if the specified option file is accessible.

AWSITA139E   The requested operation cannot be completed. The error is: "error_msg"

Explanation

See message..

System action

The command is not completed.

Operator response

Verify the parameters passed to the operation.

AWSITA140E   Option File field is empty.

Explanation

The field option file was not filled before invoking the picklist.

System action

The command is not completed.

Operator response

Verify if you filled the option file field before running picklist.

AWSITA141E   The job cannot start because the job definition does not include either the executable or the script field.

Explanation

Field executable or script is required in the job definition.

System action

The job is not started.

Operator response

Change the job definition.

AWSITA142E   Missing variable name after "string" option.

Explanation

See message..

System action

The command is not completed.

Operator response

Specify the variable name after the option flag.

AWSITA143E   Unexpected command argument(s) found.

Explanation

See message..

System action

The command is not completed.

Operator response

Run the command with the -u option to see the command usage and then look for the incorrect argument(s).

AWSITA145E   The value cannot be empty.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a value for the variable.

AWSITA147E   Unknown option "string".

Explanation

See message..

System action

The command is not completed.

Operator response

Run the command with the -u option to see the command usage and then specify a valid option.

AWSITA150E   Cannot set variable "string" to value "string" because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA151E   Cannot get the value of variable "string" because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA152E   Cannot remove variable "string" because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA153E   Unable to load the "string" variables file because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA154E   Unable to update the "string" variables file because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA155E   Cannot get the namespace details for variable "string".

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that the syntax of the variable name follows the [[<filename>.]<sectionname>.]<variablename> pattern. You can omit the filename only if the variable is located in the jm_variables default file. You can omit the section name only if the variable is not within a section. Retry the command using wildcard *; for example, *.*.<variablename>.

AWSITA156E   Cannot find variable "string"."string"."string".

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that you entered the correct file name, section name, and variable name.

AWSITA157E   Cannot find section "string" within file "string".

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that you entered the correct section name.

AWSITA158E   Cannot get a list of the sections of file "string".

Explanation

See message..

System action

The command is not completed.

Operator response

Check that you entered the command correctly. Run the command with the -u option to see the command usage.

AWSITA159E   Cannot encrypt variable "string"."string"."string".

Explanation

The encrypting algorithm ran into an error.

System action

The variable is not defined.

Operator response

Use the param command to delete the variable and define it once again.

AWSITA160E   Cannot decrypt the variable "string"."string"."string".

Explanation

The decrypting algorithm ran into an error.

System action

The variable is not decrypted.

Operator response

Use the param command to delete the variable and define it once again.

AWSITA161E   Unable to create directory "string" to store the variables file. The error is: "string"

Explanation

The agent ran into an error while creating the directory for the variables file.

System action

The command was unsuccessful and the variable was not created.

Operator response

Check the error message and take action.

AWSITA162E   Cannot create variable "string"."string"."string".

Explanation

See message..

System action

The command is not completed.

Operator response

Check that you entered the command correctly. Run the command with the -u option to see the command usage.

AWSITA163E   Cannot create variable "string" because the '*' and/or '?' characters are included in its name.

Explanation

The asterisk and question mark are used as wildcard characters to list or delete variables or their namespaces and cannot be used to define them.

System action

The command is not completed.

Operator response

Check that no '*' and/or '?' chars are contained within the variable name.

AWSITA164E   Cannot remove variable "string"."string"."string".

Explanation

See message..

System action

The command is not completed.

Operator response

Check that you entered the command correctly. Run the command with the -u option to see the command usage.

AWSITA165E   Variable syntax error. End tag "string" not found.

Explanation

An agent variable has the following syntax: ${agent:<variable>}, but the end tag was not found.

System action

The action is not completed.

Operator response

Check the agent variable syntax.

AWSITA166E   Cannot set the following variables:"string"

Explanation

See message..

System action

The action is not completed.

Operator response

Check the error messages for each variable.

AWSITA167E   Cannot set the variables because the specified XML request "string" is not valid or is empty.

Explanation

See message..

System action

The action is not completed.

Operator response

Check that the XML request is valid and not empty.

AWSITA172E   The value you entered does not match the previous value.

Explanation

See message..

System action

The action is not completed.

Operator response

Check that the entered values are the same.

AWSITA173E   Cannot update the specified trace property value because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA174E   Cannot obtain the trace properties values because of this error: "string"

Explanation

See message..

System action

The command is not completed.

Operator response

Check the error message and take action.

AWSITA177E   The value specified for command argument "string" must be a valid positive integer.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a valid positive integer for the specified argument.

AWSITA178E   The value specified for variable "string" exceeds the allowed maximum size.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a value with a smaller length

AWSITA179E   Cannot find variable "string".

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that the variable specified exists.

AWSITA180E   Cannot obtain a valid date from variable "string" value.

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that the variable value is correct.

AWSITA181E   Cannot obtain the value of parameter "string" from url.

Explanation

See message..

System action

The command is not completed.

Operator response

Ensure that all parameters are correctly specified.

AWSITA182E   Unable to fill the job header because the specified job ID is not valid.

Explanation

The job ID contains invalid or unexpected characters.

System action

The command is not completed.

Operator response

Check the correct syntax of the job ID.

AWSITA184E   Cannot invoke the rerun or restart command for the job with ID "jobId" because it is not available in the agent job store.

Explanation

See message..

System action

The job is not restarted.

Operator response

Make sure the MaxAge parameters is correctly configured in the JobManager.ini file.

AWSITA185E   Malformed JSON string restarting the job: error "error" at position "position".The json string with the error is "jsonString"

Explanation

See message..

System action

The job is not restarted.

Operator response

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

AWSITA186E   Malformed JSON string restarting the job: the parameter "parameter" is missing.The json string with the error is "jsonString"

Explanation

See message..

System action

The job is not restarted.

Operator response

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

AWSITA187E   Malformed JSON string invoking a job command: error "error" at position "position".The json string with the error is "jsonString"

Explanation

See message..

System action

The job action is not executed.

Operator response

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

AWSITA188E   The rerun action cannot be performed because the job is still running or did not start yet.

Explanation

This can happen if a the rerun action is invoked from different users at the same time.

System action

The rerun is not executed.

Operator response

Check the job status an

AWSITA189E   The rerun action cannot be performed because of errors accessing the agent job store.

Explanation

See message..

System action

The rerun is not executed.

Operator response

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

AWSITA190E   The rerun action cannot be performed because there was an error saving the job with ID "job_id" in the job store.

Explanation

An error occurred while saving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

System action

The rerun is not executed.

Operator response

Check the trace file.

AWSITA191E   You specified the parameter "parameter_name" without the required argument.

Explanation

See message..

System action

The command does not run.

Operator response

Add the missing parameter and run the command again.

AWSITA192E   You specified the same parameter "parameter_name" twice.

Explanation

See message..

System action

The command does not run.

Operator response

Remove the duplicated parameter and run the command again.

AWSITA193E   You specified two mutually exclusive parameters.

Explanation

See message..

System action

The command does not run.

Operator response

Verify the syntax of command using the -u option. Resubmit the command specifying only one of the two parameters.

AWSITA194E   The .ini file "property_file" cannot be loaded. The error is: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Perform the action indicated in the error message and submit the command again.

AWSITA195E   You specified an invalid port number "port_number".

Explanation

See message..

System action

The command does not run.

Operator response

Modify the command syntax specifying a valid port number and submit the command again.

AWSITA196E   You specified an invalid protocol "protocol". Valid values are http and https.

Explanation

See message..

System action

The command does not run.

Operator response

Modify the command syntax specifying a valid protocol and submit the command again.

AWSITA197E   The property "file"."section"."property" cannot be loaded from the .ini file"iniFile".

Explanation

See message..

System action

The command does not run.

Operator response

Open the ini file and add the required property.

AWSITA198E   You did not specify a value for the port number, either in the command line arguments or in the .ini file.

Explanation

See message..

System action

The command does not run.

Operator response

Modify the command syntax by specifying a valid port number or add the required property in the .ini file and submit the command again.

AWSITA199E   An internal error occurred when configuring the open SSL communication.

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the password_file property was set correctly in the .ini file.

AWSITA200E   An error occurred when contacting the agent at the following address: "protocol"://"hostname":"port". The error is: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the agent is up and running, that the port you specified is correct, and that the host name or IP address is correct.

AWSITA201E   An error occurred when allocating memory. The error is: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Verify that there is memory available and that the ulimit settings are not limiting the memory usage of a process.

AWSITA202E   An error occurred when opening the zip file "zip_file". The error is: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the path of the zip file is correct and that you have the permissions required to create the file.

AWSITA203E   An error occurred when writing the zip file "zip_file". The error is: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the path to the zip file is correct and that you have the permissions required to create the file.

AWSITA205E   You specified an invalid port number "port_number" for the protocol "protocol" in the .ini file "ini_file". The valid range is from 1 to 65535.

Explanation

See message..

System action

The command does not run.

Operator response

Specify the correct port number, either in the property for the port of that protocol in the .ini file or in the command line.

AWSITA206E   The following error was returned by the agent: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Check the error returned by the agent and take the appropriate action. This error message can occur if the agent is not at the correct fix pack level.

AWSITA207E   An unexpected error was returned by the agent. The following error message has more details: "error_message".

Explanation

See message..

System action

The command does not run.

Operator response

Check the error returned by the agent and take the appropriate action. This error message can occur if the JobManager process is down or if you did not specify the agent port.

AWSITA208E   An error occurred trying to establish the connection to the agent using the following address: "protocol"://"hostname":"port". The agent is down or the port is incorrect.

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the agent is up and running, that the port you specified is correct, and that the host name or IP address is correct.

AWSITA209E   The agent can not send the resource information to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The resource information is not sent to the server. If the error persists, the agent is down.

Operator response

Analyze the error and perform the correct action.

AWSITA211W   Failed to set the stack size of command handler thread pool. The error is "error_message".

Explanation

An error occurred while setting the stack size of the command handler thread pool.

System action

The default stack size is used.

Operator response

Check the error message.

AWSITA212E   Failed to create the thread pool of the command handler. The error is "error_message".

Explanation

An error occurred while the command handler was creating the thread pool.

System action

The agent does not start.

Operator response

Check the error message.

AWSITA229E   The wappman command cannot run because one or more input arguments are missing.

Explanation

See message..

System action

The command is not completed.

Operator response

Run the command specifying the -u option to display the command usage, and then resubmit the command with the correct arguments.

AWSITA230E   An error was encountered processing the properties file "property_file_name".

Explanation

See message..

System action

The command cannot complete.

Operator response

Ensure that the properties file exists and that you have the required access rights to the file. Also, ensure that the properties file is well formed.

AWSITA231E   The connection property "property_name" must be specified.

Explanation

A required connection property was not specified. Specify the connection property either in the command string, in the custom properties file, or in either of the useropts or localopts files.

System action

The command cannot complete.

Operator response

Modify the command to include the missing connection property or add it to a property file and then resubmit the command.

AWSITA236E   An error was encountered reading the file "file_name".

Explanation

See message..

System action

The command cannot complete.

Operator response

Ensure that the file exists and that you have the required access rights to the file.

AWSITA237E   The protocol must be either HTTP or HTTPS.

Explanation

See message.

System action

The command cannot complete.

Operator response

Modify the protocol connection property to either HTTP or HTTPS and then resubmit the command.

AWSITA238E   The user is not authorized to access the server.

Explanation

See message.

System action

The command cannot complete.

Operator response

Verify the user and password specified and modify either the command string, custom properties file, or useropts file with the correct user and password and then resubmit the command.

AWSITA241E   An error occurred creating the file "file_name" that stores the result of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA242E   An error occurred writing the file "file_name" that stores the result of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA243E   An error occurred writing the file "file_name" that stores the result of the HTTP request. The error is "error_message".

Explanation

>An error occurred flusing the file on disk

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA244E   An error occurred closing the file "file_name" that stores the result of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA245E   An error occurred getting the response of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA246E   An error occurred getting the response of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA247E   An error occurred invoking a POST HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA248E   An error occurred invoking a GET HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA249E   An error occurred getting the response of the HTTP request. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA250E   An error occurred connecting to "hostname". The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA251E   Cannot connect to "hostname" because the protocol "protocol" is not supported.

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA252E   An error occurred connecting to "hostname". The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA253E   An error occurred connecting to "hostname".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA255E   The Event Driven Workload Automation component cannot start because an error occurred creating a thread. The error message is "error_message".

Explanation

>The thread that takes care of managing the Event Driven Workload Automation did not start.

System action

The Event Driven Workload Automation feature did not start.

Operator response

If the error is temporary, restart the agent.

AWSITA256E   The Event Driven Workload Automation component cannot start because an error occurred allocating a memory pool. The error message is "error_message".

Explanation

>The thread that takes care of managing the Event Driven Workload Automation did not start.

System action

The Event Driven Workload Automation feature did not start.

Operator response

If the error is temporary, restart the agent.

AWSITA258E   The active rules output task failed while opening the configuration file. The error is "error_message".

Explanation

The agent failed to open the converted version of the configuration file.

System action

The active rules output is not returned.

Operator response

Check the error message.

AWSITA259E   The active rules output task failed because the start parameter value looks higher than the output length. The error is "error_message".

Explanation

The agent failed to find the start position inside the UTF-8 conversion file of the active rules output.

System action

The active rules output is not returned.

Operator response

Check the error message.

AWSITA260E   The active rules output task failed because it encountered an error reading the configuration file. The error is "error_message".

Explanation

The agent failed to read the UTF-8 conversion file of the active rules output.

System action

The active rules output is not returned.

Operator response

Check the error message.

AWSITA261E   Unable to return the active rules output because the "output_file" configuration file does not exist.

Explanation

The output file does not exist. This occurs when Monman does not start.

System action

The active rules output is not returned.

Operator response

Check the agent trace file.

AWSITA262E   The user cannot launch this job because he does not have the required permissions.

Explanation

>The user does not have the required permission to run the job.

System action

The job does not run.

Operator response

Modify the permissions of the file to allow the user to launch it.

AWSITA264E   The parameter, "parameter", has been specified more than once.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify the parameter only once.

AWSITA265E   The parameters, "parameter_1" and "parameter_2", cannot both be specified.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify only one of the indicated parameters.

AWSITA266E   The value specified for the parameter "parameter" is not valid.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify a supported value for the specified parameter.

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA267E   The sendevent command cannot run because one or more input arguments is missing.

Explanation

See message..

System action

The command is not completed.

Operator response

Run the command specifying the -u option to display the command usage, and then resubmit the command with the correct arguments.

AWSITA268E   A value has not been specified for parameter "parameter".

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify a value for the specified parameter.

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA269E   The specified parameter, "parameter", is not valid.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify a valid parameter.

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA270E   The format of the argument, "argument", is not valid.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify a valid format for the argument..

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA271E   The mandatory parameters, "parameter1" and "parameter2", are missing.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify all required parameters.

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA272E   The mandatory parameter, "parameter", is missing.

Explanation

See message.

System action

The operation is not completed.

Operator response

Specify the mandatory parameter and retry the operation.

The User's Guide and Reference for full details of the parameters for the command line.

AWSITA273E   The template configuration file, "file_name", does not exist.

Explanation

See message.

System action

The operation is not completed.

Operator response

The template configration file, file_name, cannot be read. The file has been deleted or the product installation did not complete successfyully. Try reinstalling the product.

AWSITA274E   The template configuration file "file_name" cannot be read.

Explanation

See message.

System action

The operation is not completed.

Operator response

The template configration file file_name cannot be read. Verify the file permissions and retry the operation.

AWSITA275E   The sendevent command was not executed because an error occurred allocating a memory pool. The error message is "error_message".

Explanation

The command did not complete.

System action

The operation is not completed.

Operator response

If the memory allocation error is a temporary problem, try rerunning the command.

AWSITA276E   The sendevent command was not executed because an error occurred locking the file "file_name".

Explanation

The command did not complete.

System action

The operation is not completed.

Operator response

The locked file error might be a temporary problem, try rerunning the command.

AWSITA277E   An internal error has occurred. An error occurred while creating the Event Integration Facility handle.

Explanation

See message.

System action

The operation is not completed.

Operator response

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

AWSITA278E   An internal error has occurred. An error occurred while reading the value for "key_value" from the configuration file "onfiguration_file". Either the key is not present, or the configration file cannot be read

Explanation

See message.

System action

The operation is not completed.

Operator response

Correct the problem and rerun the command

AWSITA279E   An internal error has occurred. The event was not sent and was instead cached in the file "cache_file".

Explanation

The event was cached in the cache file cache_file.

System action

The operation is not completed.

Operator response

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

AWSITA282E   The event was filtered out and not sent.

AWSITA283E   An error occurred while sending the event. The error code is "error_code".

Explanation

See message.

System action

The operation is not completed.

Operator response

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

AWSITA284E   The configuration file "file_name" does not exist.

Explanation

See message.

System action

The operation is not completed.

Operator response

The configration file file_name cannot be read. The file has either been deleted or an error occurred when the product created it.

AWSITA285E   The configuration file "file_name" cannot be read.

Explanation

See message.

System action

The operation is not completed.

Operator response

The configration file file_name cannot be read. Verify the permissions of the directory containing the file and retry the operation.

AWSITA286E   An internal error has occurred. An error occurred while initializing the environment to send the event.

Explanation

See message.

System action

The operation is not completed.

Operator response

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

AWSITA288E   The JobManagerGW subagent cannot be created. The error is "error_message". The error code is "error_code".

Explanation

The subagent cannot be created due to the reason detailed in the error message.

System action

The agent is not started.

Operator response

Check the error message and restart the agent.

AWSITA289E   The JobManagerGW subagent cannot be created. The error is "error_message". The error code is "error_code".

Explanation

The subagent cannot be created due to the reason detailed in the error message.

System action

The agent is not started.

Operator response

Check the error message and restart the agent.

AWSITA291E   The main component of the gateway process cannot start because an error occurred creating a thread. The error message is "error_message".

Explanation

>The thread that takes care of managing the gateway did not start.

System action

The gateway did not start.

Operator response

If the error is temporary, restart the agent.

AWSITA292E   The main component of the gateway process cannot start because an error occurred allocating a memory pool. The error message is "error_message".

Explanation

>The thread that takes care of managing the gateway did not start.

System action

The gateway did not start.

Operator response

If the error is temporary, restart the agent.

AWSITA295E   Cannot create the memory pool to handle the connection. The error is "error_message". The error code is "error_code".

Explanation

The subagent cannot be created due to the reason detailed in the error message.

System action

The agent is not started.

Operator response

Check the error message and restart the gateway.

AWSITA297E   The gateway failed to accept connections. The error is "error_message". The error code is "error_code".

Explanation

The error message provides details.

System action

The request is not served and the gateway will attempt a new connection in 10 seconds.

Operator response

Check the error message and restart the gateway.

AWSITA298E   The gateway failed to create the thread needed to handle the request. The error is "error_message". The error code is "error_code".

Explanation

The error message provides details.

System action

The request is not served and the gateway will attempt a new connection in 10 seconds.

Operator response

Check the error message.

AWSITA299E   The gateway failed to accept a connection.

Explanation

The agent process returned a NULL while accepting a connection.

System action

The request is not served and the agent will attempt a new connection in 10 seconds.

Operator response

None.

AWSITA300E   Failed to create the memory pool of the command handler thread. The error is "error_message".

Explanation

An error occurred while the command handler was allocating a memory pool.

System action

The agent does not start.

Operator response

Check the error message.

AWSITA301W   Failed to set the stack size of command handler thread pool. The error is "error_message".

Explanation

An error occurred while setting the stack size of the command handler thread pool.

System action

The default stack size is used.

Operator response

Check the error message.

AWSITA302E   Failed to create the thread pool of the command handler. The error is "error_message".

Explanation

An error occurred while the command handler was creating the thread pool.

System action

The gateway does not start.

Operator response

Check the error message.

AWSITA304E   The command is incorrect and cannot be processed.

Explanation

There is an error in the communication protocol utilized.

System action

The action is not performed.

Operator response

If the user was trying to connect to the agent through the APIs, the developer should check the protocol utilized.

AWSITA305E   The http method returned the following error code: "error_code" and with the following error message "error_message".

Explanation

There is an error in the http communication.

System action

The action is not performed.

Operator response

Check the error message and the error code.

AWSITA306E    Unable to get port information from URI "uri_value".

Explanation

Port information is missing or not valid.

System action

The attempt to connect to the URI failed.

Operator response

Check that the port information is specified correctly in the URI.

AWSITA308E   The gateway got an error response while sending the resource information to the server. The error code is "error_code" and the error message is "error_message".

Explanation

See message..

System action

The resource information is not sent to the server. If this error persists, the computer system will result as unavailable.

Operator response

None

AWSITA309E   The gateway can not send the resource information to "server_uri". The error is: "error_message".

System action

The resource information is not sent to the server. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA310E   The gateway can not send the resource information to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The resource information is not sent to the server. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA311E   The gateway can not send the resource information due to Basic Authentication conversion problem.

Explanation

See message..

System action

The resource information is not sent to the server. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA312E   Unable to get address information in payload.

Explanation

Address information is missing or not valid.

System action

The payload information is not updated.

Operator response

Check that address information is specified correctly in the payload.

AWSITA313E   Unable to get resource EPR information in payload.

Explanation

Resource EPR information is missing or not valid.

System action

The payload information is not updated.

Operator response

Check that Resource EPR information is specified correctly in the payload

AWSITA314E   Unable to get Resource Advisor URI information in payload.

Explanation

Resource Advisor URI information is missing or not valid.

System action

The payload information is not updated.

Operator response

Check that Resource Advisor URI information is specified correctly in the payload

AWSITA315E   The gateway failed to create the thread needed to handle the request. The error is "error_message". The error code is "error_code".

Explanation

The error message provides details.

System action

The request is not served and the gateway will attempt a new connection in 10 seconds.

Operator response

Check the error message.

AWSITA317E   Unable to get port information from URI "uri_value".

Explanation

Port information is missing or not valid.

System action

The attempt to connect to the URI failed.

Operator response

Check that the port information is specified correctly in the URI.

AWSITA320E   The gateway was not able to contact the broker server at the address "server_uri" to obtain the list of actions to execute. The error is: "error_message".

System action

The polling broker action queue information request not send to borker. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA321E   The gateway was not able to contact the broker server at the address "server_uri" to obtain the list of actions to execute for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The polling broker action queue information request not send to borker. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA322E   The gateway can not send the polling broker action queue information request due to Basic Authentication conversion problem.

Explanation

See message..

System action

The polling broker action queue information request is not sent to the broker. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA323E   The gateway got an error response while processing a submit request to "server_uri". The error is: "error_message".

Explanation

See message..

System action

The submit request not send to agent. If this error persists, the gateway is down

Operator response

None

AWSITA324E   The gateway can not send the submit request to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The submit request not send to agent. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA325E   The gateway got an error response while processing a Job log request to "server_uri". The error is: "error_message".

Explanation

See message..

System action

The Job log request not send to agent. If this error persists, the gateway is down

Operator response

None

AWSITA326E   The gateway can not send the Job log request to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The Job log request not send to agent. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA327E   Unable to get port information from URI "uri_value".

Explanation

Port information is missing or not valid.

System action

The attempt to connect to the URI failed.

Operator response

Check that the port information is specified correctly in the URI.

AWSITA329E   The gateway got an error response while sending the result to "server_uri". The error is: "error_message".

Explanation

See message..

System action

The result not send to borler. If this error persists, the gateway is down

Operator response

None

AWSITA330E   The gateway can not send the result to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The result not send to broker. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA331E   Unable to get port information from URI "uri_value".

Explanation

Port information is missing or not valid.

System action

The attempt to connect to the URI failed.

Operator response

Check that the port information is specified correctly in the URI.

AWSITA333E   The gateway got an error response while sending Job Status to agent. The error code is "error_code" and the error message is "error_message".

Explanation

See message..

System action

The Job Status request is not sent to the agent. If this error persists, the computer system will result as unavailable.

Operator response

None

AWSITA334E   The gateway can not send the Job Status information to "server_uri". The error is: "error_message".

System action

The Job status information is not sent to the server. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA335E   The gateway can not send the Job status information to "server_uri" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The Job status information not send to agent. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA336E   The gateway can not send Job status information due to Basic Authentication conversion problem.

Explanation

See message..

System action

The Job status information is not sent to the agent. If the error persists, the gateway is down.

Operator response

Analyze the error and perform the correct action.

AWSITA340E   The command "action" is not supported.

Explanation

An unsupported command was sent by the broker server to the gateway.

System action

The operation is not completed.

Operator response

Upgrade the gateway to the latest release.

AWSITA342E   The PUT method was not executed on the uri "uri". The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA343E   The kill of the job with the uri "uri" failed. The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA345E   The executor command on the agent with the uri "uri" failed. The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA347E   The executor command on the agent with the uri "uri" failed. The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA349E   The component command on the agent with the uri "uri" failed. The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA350E   Cannot able to decrypt gateway password.

Explanation

The decrypting algorithm ran into an error.

System action

The variable is not decrypted.

Operator response

Use the param command to delete the variable and define it once again.

AWSITA351E   Cannot able to encrypt gateway password.

Explanation

The encrypting algorithm ran into an error.

System action

The variable is not encrypted.

Operator response

Use the param command to delete the variable and define it once again.

AWSITA352E   Cannot able to update gateway password in file.

Explanation

See message..

System action

The password is not updated.

Operator response

Analyze the error and perform the correct action.

AWSITA353E   Cannot able to retrive gateway password from file.

Explanation

See message..

System action

The password is not retrived.

Operator response

Analyze the error and perform the correct action.

AWSITA354E   The gateway could not poll the broker action queue on "server_uri". The error code is: "error_code" and the error message is "error_message".

Explanation

See message..

System action

The operation is not completed..

Operator response

Check the error message and the error code. The error code 500 usually means the broker server is down.

AWSITA355E   Error while preparing URI's of gateway.

Explanation

See message..

System action

The operation is not completed..

Operator response

Check the error message and update gateway settings.

AWSITA356E   An error occurred setting the http proxy. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA357E   The Event Driven Workload Automation file download failure from "event processor address". The error message is "error_message".

Explanation

See message..

System action

The Event Driven Workload Automation file download failure.

Operator response

None

AWSITA358E   The Event Driven Workload Automation file download failure, retry requested from "event processor address". The error message is "error_message".

Explanation

See message..

System action

The Event Driven Workload Automation file download failure. Retry requested.

Operator response

None

AWSITA360E   Unable to send Event Driven Workload Automation file download request on "event processor address" for a network connection problem. The error is: "error_message".

Explanation

See message..

System action

The Event Driven Workload Automation file download request not send. If the error persists, the Job Manager is down.

Operator response

Analyze the error and perform the correct action.

AWSITA361E   An error occurred parsing the following JSON string "string".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA362E   An error occurred processing the action. The error is "error_message".

Explanation

>See message.

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA364E   The reset command on the agent with the uri "uri" failed. The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA366E   The POST method was not executed on the uri "uri". The error is: "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA368E   Failed to download agent zip file from master with the following error: "error".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA369E   Reached timeout waiting for running jobs: Agent centralized update aborted.

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA371E   Failed to unzip agent package file: "zipfile".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA373E   Failed to send status to server. The errorcode is: "exitcode". Command output is "output".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA374E   Centralized agent update DownloadDir path not valid: "path".

Explanation

See message..

System action

The operation is not completed.

Operator response

Verify DownloadDir value in JobManager.ini.

AWSITA375E   An internal error has occurred. An error occurred while initializing the environment to receive the event.

Explanation

See message.

System action

The operation is not completed.

Operator response

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

AWSITA376E   The Event Driven Workload Automation component of the gateway process cannot start because an error occurred allocating a memory pool. The error message is "error_message".

Explanation

The thread that manages the Event Driven Workload Automation component in the gateway process is not started.

System action

The Event Driven Workload Automation component is not started in the gateway process.

Operator response

Ensure that Event Driven Workload Automation component listening port is not already in use. Change the port value and restart the agent.

AWSITA377E   The required "space" megabytes of disk space are not available in the "directory" directory.

Explanation

See message..

System action

The operation is not completed.

Operator response

Free the required disk space in the directory or select another directory with the necessary disk space available.

AWSITA378E   This agent was installed with a user that does not have the required permissions to impersonate the job user.

Explanation

See message..

System action

The job does not run.

Operator response

AWSITA379E   Reached timeout waiting for update job to start: Agent centralized update aborted.

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA380E   Cannot retrieve the job with ID "job_id" because the agent job store is corrupted. The job instance is removed from the job table.

Explanation

An error occurred while retrieving the job instance from the job store of the agent. The job instance is removed from the job table.

System action

The job is not retrieved.

Operator response

Check the error message.

AWSITA381E   The jobprop command has to be invoked by a job.

Explanation

See message.

System action

The operation is not completed.

Operator response

Invoked the command in a job.

AWSITA383E   The post job execution script "script" for the job with id "job_id" cannot be started because an error occurred. The error message is "error_message".

Explanation

See message..

System action

The post job execution script is not started for that job.

Operator response

Check the error message.

AWSITA384E   The post job execution script "script" cannot be found.

Explanation

See message..

System action

The post job execution script is not started for that job.

Operator response

Check the existence of the post job execution script in the specified path.

AWSITA386E   Unable to send a reply to the message with ID "message_id" for the job with ID "job_id". The error is "error_message".

Explanation

See message..

System action

A reply to the message is not sent.

Operator response

Check the error message.

AWSITA390E   Unable to read the message properties file for the job with ID "job_id". The error is "error_message".

Explanation

See message..

System action

The operation is not completed.

Operator response

Check the error message.

AWSITA391E   The message with ID "message_id" for the job with ID "job_id" cannot be found.

Explanation

See message..

System action

The operation is not completed.

Operator response

The message has already been answered.

AWSITA392E   The message properties file for the job with ID "job_id" contains invalid data.

Explanation

See message..

System action

The operation is not completed.

Operator response

Check the file content.

AWSITA395E   Cannot invoke command for the job with ID "job_id" because it is not available in the agent job store.

Explanation

An error occurred while retrieving the job instance in the job store of the agent. The job store is a persistent hashtable implemented on the file system.

This can happen if the job is not valid, if the job was already archived, or if the job store is incorrectly structured.

More detailed information about this error is available in the trace file on the agent.

System action

None

Operator response

If the job is not valid, this is more likely a script error. If the job was archived, no action is required.

AWSITA396E   Failed to unzip Workload Application Template export file: "wat_export_zip_file".

Explanation

See message..

System action

The operation is not completed.

Operator response

Retry the operation.

AWSITA397E   Unable to create the Workload Application Template export file: "wat_export_zip_file".

Explanation

See message..

System action

The command does not run.

Operator response

Verify that the path to the Workload Application Template file is correct and that you have the permissions required to create the file.

AWSITA399E   The connection with the server fails.

Explanation

See message..

System action

The command is not performed.

Operator response

Check the connection parameters.

Reference Manual for full details of the connection parameters, certificates, and their syntax.

AWSITA400E   The submitted command cannot be performed. The error is: "error_msg"

Explanation

See message..

System action

The command is not completed.

Operator response

Verify the connection parameters.

AWSITA401E   The server cannot find the requested service or the server configuration does not support providing the requested service.

Explanation

The client was able to establish the communication with the server, but it could not find what was requested because this feature is not supported by the current server version or the request is not supported.

System action

The command is not performed.

Operator response

Check the connection parameters and verify you are connecting to a server which supports the request.

User's Guide and Reference for full details of the connection parameters, certificates, and their syntax.

AWSITA403E   The filemonitor command cannot run because one or more input arguments are missing.

Explanation

See message..

System action

The command is not completed.

Operator response

Run the command specifying the -u option to display the command usage, and then resubmit the command with the correct arguments.

AWSITA404E   Incorrect event. Supported events are fileCreated and fileModified.

Explanation

See message.

System action

The operation is not performed.

Operator response

Retry the operation, providing a supported event type.

AWSITA405E   The job properties file cannot be updated if the file monitor is not invoked by a job.

Explanation

See message.

System action

The operation is not completed.

Operator response

Invoked the filemonitor in a job.

AWSITA406E   The value specified for command argument "string" must be a valid non-negative integer.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a valid non-negative integer for the specified argument.

AWSITA407E   The path specified for command argument "string" must be a valid path.

Explanation

The specified path contains incorrect characters or the format is incorrect.

System action

The command is not completed.

Operator response

Enter a valid path for the specified argument.

AWSITA408E   The path specified for command argument "string" does not support wildcards.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a valid path that does not contain wildcards.

AWSITA409E   The path specified for command argument "string" must point to a file.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a path that point to a file.

AWSITA410E   The path specified for command argument "string" must point to a directory.

Explanation

See message..

System action

The command is not completed.

Operator response

Enter a path that point to a directory.

AWSITA411E   The value specified for command argument repository_name must contain only a valid file name.

Explanation

See message..

System action

The operation is not performed.

Operator response

Retry the operation, providing a valid repository name.

AWSITA413E   No folders were found matching the "search_path" search path.

Explanation

See message..

System action

The operation is not performed.

Operator response

Retry the operation, providing a valid search path.

AWSITA414E   Unable to retrieve the files in "search_path" because the path does not exist.

Explanation

See message..

System action

The operation is not performed.

Operator response

Retry the operation, providing a valid search path.

AWSITA415E   The timeout has expired.

Explanation

See message..

System action

The operation is not performed.

Operator response

Retry the operation, increasing the timeout value.

AWSITA416E   You do not have read and/or write permission(s) on path "full_path_name".

Explanation

See message..

System action

The operation is not performed.

Operator response

Retry the operation, providing a path on which you have read and write permissions.

AWSITA417E   Cannot create or operate on "output_file" file. The error is "error_message".

Explanation

See message..

System action

The operation is not performed.

Operator response

Check the trace files for further information and retry the operation.

AWSITA418E   Cannot obtain exclusive access to the repository "repository_full_path_name".

Explanation

See message..

System action

The operation is not performed.

Operator response

See the trace files for futher details on the error and retry the operation.