Bottom of Page | Previous Page | Next Page | Contents

Messages reference

The messages in this chapter are those that can be issued when your HATS application runs on the WebSphere Application Server. Messages in HATS Studio do not have message numbers; error conditions in HATS Studio are displayed at the top of the wizard panels.

HAT0001
Loading HATS configuration data from {0}.
Explanation:

{0} is the filename of the configuration data file.

Response:

None.

HAT0002
The HATS message log file is {0}.
Explanation:

{0} is the filename of the message log file.

Response:

None.

HAT0003
The HATS trace log file is {0}.
Explanation:

{0} is the filename of the trace log file.

Response:

None.

HAT0040
A program exception occurred. There may be additional messages in this log which describe the error. The following information may help determine the cause, if this log is requested by IBM service:
{0}
{1}
Explanation:

{0} is the exception message string as received by Java.

{1} is the exception stack trace.

Response:

Check the log for additional messages.

HAT0060
File {0} was not found.
Explanation:

{0} is the filename of the missing file.

Response:

Contact IBM service for assistance.

HAT0061
Directory {0} was not found.
Explanation:

{0} is the missing directory.

Response:

Contact IBM service for assistance.

HAT0062
Archive file {0} could not be created.
Explanation:

{0} is the filename of the archive file.

Response:

Ensure that the application's connection settings, specifically the SSL certificate setting, are correct. Contact IBM service for assistance.

HAT0300
An unexpected exception was received: {0}
Explanation:

{0} is the exception.

Response:

If the exception is issued by code written by a user, such as business logic or custom components or widgets, contact the programmer who wrote the code. Otherwise, contact IBM service for assistance.

HAT0350
An error occurred reading the file {0}.
Explanation:

{0} is the filename of the file being read.

Response:

Ensure that the file exists and is a valid file. Contact IBM service for assistance.

HAT0351
An error occurred writing the file {0}.
Explanation:

{0} is the filename of the file being written.

Response:

Ensure that the filename is valid. Contact IBM service for assistance.

HAT0352
Cannot find the file named {0}.
Explanation:

{0} is the filename of the missing file.

Response:

Restore the missing file.

You might need to rebuild the HATS project before the application is run.

Note:
You can set your WebSphere Studio workbench preferences to perform a build automatically when a resource has been modified.
HAT0353
Creating the file {0}.
Explanation:

{0} is the filename of the file being created.

Response:

This is an informational message. No response is required.

HAT0354
Failed to delete the file named {0}.
Explanation:

{0} is the filename of the file that could not be deleted.

Response:

Contact IBM service for assistance.

HAT0360
Licenses used ({0}) exceeding licenses purchased ({1}).
Explanation:

{0} is the number of licenses used.

{1} is the number of licenses purchased.

Response:

Verify that the number of licenses you configured is correct.

HAT0400
An exception occurred creating the host configuration. A message containing the exception details follows.
Response:

Use the information in the message that follows to bypass the exception during host configuration.

HAT0401
Cannot connect to the host using the following session properties:
{0}
Explanation:

{0} is a set of session properties.

Response:

Examine the properties to verify that the named server exists and is available.

HAT0402
Session is in CONNECTION_ACTIVE state, but not CONNECTION_READY state. A possible reason could be that the TN server port specified does not support the data stream expected.
Session properties being used:
{0}
Explanation:

{0} is a set of session properties.

Response:

Ensure that the connection type (TN3270, TN3270E, TN5250) is correct.

HAT0403
Cannot load the application {0}.
Explanation:

The application.hap file could not be loaded for the named application.

{0} is the name of the application.

Response:

The required file could not be located or has been corrupted. Republish the application and redeploy the .ear file. Tracelevel.3 runtime traces will display the expected filename and location.

HAT0405
Session is ready, but no host data was available. Session properties:
{0}
Explanation:

{0} displays the session properties.

The host connection came up, but the host sent no screen data.

Response:

Ensure that the application's connection settings are correct. Contact IBM service for assistance.

HAT0410
An error occurred while processing this request.
Detailed error information: {0}
Explanation:

{0} is the exception stack trace or other application programmer information.

This message might be followed by another numbered message with further information.

Response:

If the application is still available, you might be able to continue the application. To determine what caused the error, check the other messages appearing with this message and check the message log or trace file for additional information.

HAT0411
The host connection is inactive.
Explanation:

The host became inactive during the processing of the application.

Response:

If your 3270 or 3270E host is configured to drop the connection when the user logs off and the the application is ending normally, no response is necessary. If the application ends abnormally, check the message log for additional information. Also, ensure that the application's connection settings are correct. Additional information might be found at the Telnet server.

HAT0412
An error occurred while processing an application Web page "{0}".
Explanation:

{0} is the name of the Web page (such as a transformation .jsp) being processed.

Response:

Contact IBM service for assistance.

HAT0600
An error occurred while retrieving the action list for the screen customization "{0}".
Explanation:

{0} is the name of the screen customization.

Response:

Rebuild the HATS project before the application is run.

Note:
You can set your WebSphere Studio workbench preferences to perform a build automatically when a resource has been modified.
HAT0601
The action {0} specifies an invalid parameter.
Explanation:

{0} is the name of the action.

Response:

Specify a valid parameter for the action.

HAT0602
Cannot insert null value to the host screen at row {0}, column {1}.
Explanation:

{0} is a row number on the host screen.

{1} is a column number on the host screen.

Response:

Ensure that the variable inserted onto the host screen has a value.

HAT0603
Cannot insert the value {0} to the host screen at row {1}, column {2}, because the host screen size is {3}.
Explanation:

{0} is the value.

{1} is a row number on the host screen.

{2} is a column number on the host screen.

{3} is the host screen size.

Response:

Insert a value at the row and column location that is valid for the host screen size.

HAT0604
An exception occurred while calculating the value for the global variable {0}. The action which failed was {1}. A message containing the exception details follows.
Explanation:

{0} is the name of the global variable.

{1} is the name of the action that failed.

Response:

Use the information in the message that follows to bypass the exception during calculation of the value for the global variable.

HAT0605
An error occurred while processing the actions for the screen customization "{0}".
Explanation:

{0} is the name of the screen customization.

Response:

Contact IBM service for assistance.

HAT0606
Global variable "{0}" does not exist.
Explanation:

{0} is the name of the global variable.

Response:

Check the message log for additional information. Examine the trace file, if one exists. Check the application's screen customization actions to ensure that all required global variables are created.

HAT0607
The index {0} for global variable "{1}" is out of bounds. The global variable has {2} elements.
Explanation:

{0} is the value of the global variable index.

{1} is the name of the global variable.

{2} is the current size of the global variable.

Response:

Check the message log for additional information. Examine the trace file, if one exists. Check the application's screen customization actions to ensure that all required global variables are created and contain enough elements to complete the failing action.

HAT0608
Cannot insert the value "{0}" to the host screen at row {1}, column {2}, because the location is not contained in an unprotected field.
Explanation:

{0} is the name of the global variable.

{1} is a row number on the host screen.

{2} is a column number on the host screen.

Response:

Choose a valid row and column location for the currentl screen. Ensure that the global variable is being inserted into an unprotected field.

HAT0700
The attribute "{0}" of widget setting does not exist.
Explanation:

{0} is the attribute in the widget setting that does not exist.

Response:

Specify a valid attribute in the widget setting.

HAT0701
The value of attribute "{0}" in widget setting is empty.
Explanation:

{0} is the attribute of the widget setting that is empty.

Response:

Specify a value for the attribute in the widget setting.

HAT0702
The value of attribute "{0}" in widget setting is invalid.
Explanation:

{0} is the attribute of the widget setting that is invalid.

Response:

Specify a valid value for the attribute in the widget setting.

HAT0800
An exception occurred setting the property of print session. A message containing the exception details follows.
Response:

Use the information in the message that follows to bypass the exception that occurred while setting the property of the print session.

HAT0801
An exception occurred processing PDF I/O to client browser. A message containing the exception details follows.
Response:

Use the information in the message that follows to bypass the exception during processing of the PDF I/O to the client browser.

[ Top of Page | Previous Page | Next Page ]