Messages
The messages in this chapter are those that can be issued when your HATS application runs on the IBM WebSphere Application Server. Messages in the Studio do not have message numbers; error conditions in the Studio are displayed at the top of the wizard panels. Some Studio messages will appear in the task list.
The messages are arranged according to their numeric component.
HAT0001Loading configuration data from {0}.Explanation:{0} is the filename of the configuration data file.
User Response:None.
HAT0002The message log file is {0}.Explanation:{0} is the filename of the message log file.
User Response:None.
HAT0003The trace log file is {0}.Explanation:{0} is the filename of the trace log file.
User Response:None.
HAT0040A 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(TM).
{1} is the exception stack trace.
User Response:Check the log for additional messages.
HAT0060File {0} was not found.Explanation:{0} is the filename of the missing file.
User Response:Contact IBM service for assistance.
HAT0061Directory {0} was not found.Explanation:{0} is the missing directory.
User Response:Contact IBM service for assistance.
HAT0062Archive file {0} could not be created.Explanation:{0} is the filename of the archive file.
User Response:Ensure that the application's connection settings, specifically the SSL certificate setting, are correct. Contact IBM service for assistance.
HAT0300An unexpected exception was received: {0}Explanation:{0} is the exception.
User 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.
HAT0350An error occurred reading the file {0}.Explanation:{0} is the filename of the file being read.
User Response:Ensure that the file exists and is a valid file and that the user that is running WebSphere Application Server has the necessary privileges to read files in that directory. Contact IBM service for assistance.
HAT0351An error occurred writing the file {0}.Explanation:{0} is the filename of the file being written.
User Response:Ensure that the filename is valid and that the user that is running WebSphere Application Server has the necessary privileges to create and write files in that directory. Contact IBM service for assistance.
HAT0352Cannot find the file named {0}.Explanation:{0} is the filename of the missing file.
User Response:Restore the missing file. Make sure the file is not marked as read-only and that the user that is running WebSphere Application Server has the necessary privileges to create and write files in that directory.
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.HAT0353Creating the file {0}.Explanation:{0} is the filename of the file being created.
User Response:This is an informational message. No response is required.
HAT0354Failed to delete the file named {0}.Explanation:An error occurred that prevented deleting the named file.
User Response:Ensure the file path is valid and the user ID that is running WebSphere Application Server has the necessary privileges to delete the file.
HAT0360Licenses used ({0}) exceeding licenses purchased ({1}).Explanation:{0} is the number of licenses used.
{1} is the number of licenses purchased.
You cannot create connections beyond the number of licenses you have purchased.
User Response:Verify that the number of licenses you configured is correct. The value is in the runtime.properties file.
HAT0400An exception occurred creating the host configuration. A message containing the exception details follows.User Response:Use the information in the message that follows to bypass the exception during host configuration.
HAT0401Cannot connect to the host using the following session properties:{0}
Explanation:{0} is a set of session properties.
User Response:Examine the properties to verify that the named server exists and is available.
HAT0402Session 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.
User Response:Ensure that the connection type (TN3270, TN3270E, TN5250) is correct.
HAT0403Cannot load the application {0}.Explanation:The application.hap file could not be loaded for the named application.
{0} is the name of the application.
User Response:The required file could not be located or has been corrupted. Rebuild the application in HATS Studio and reinstall it on WebSphere Application Server. Server traces will display the expected filename and location.
HAT0405Session 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.
User Response:Ensure that the application's connection settings are correct. Contact IBM service for assistance.
HAT0410An 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.
User 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.
HAT0411The host connection is inactive.Explanation:The host became inactive during the processing of the application.
User Response:If 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.
HAT0412An 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.
User Response:Contact IBM service for assistance.
HAT0413An exception occurred. {0}Explanation:An unexpected error occurred.
User Response:Read the extra message text. Check the log file for preceding or subsequent messages. If the problem persists, turn on HATS traces and try to re-create the condition. Contact IBM service and provide the trace information.
HAT0600An error occurred while retrieving the action list for the screen customization "{0}".Explanation:{0} is the name of the screen customization.
User Response:Rebuild the 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.HAT0601The action {0} specifies an invalid parameter.Explanation:{0} is the name of the action.
User Response:Specify a valid parameter for the action.
HAT0602Cannot 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.
User Response:Ensure that the variable inserted onto the host screen has a value.
HAT0603Cannot 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.
User Response:Insert a value at the row and column location that is valid for the host screen size.
HAT0604An 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.
User Response:Use the information in the message that follows to bypass the exception during calculation of the value for the global variable.
HAT0605An error occurred while processing the actions for the screen customization "{0}".Explanation:{0} is the name of the screen customization.
User Response:Contact IBM service for assistance.
HAT0606Global variable "{0}" does not exist.Explanation:{0} is the name of the global variable.
User 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.
HAT0607The 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.
User 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.
HAT0608Cannot 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.
User Response:Choose a valid row and column location for the current screen. Ensure that the global variable is being inserted into an unprotected field.
HAT0700The attribute "{0}" of widget setting does not exist.Explanation:{0} is the attribute in the widget setting that does not exist.
User Response:Specify a valid attribute in the widget setting.
HAT0701The value of attribute "{0}" in widget setting is empty.Explanation:{0} is the attribute of the widget setting that is empty.
User Response:Specify a value for the attribute in the widget setting.
HAT0702The value of attribute "{0}" in widget setting is invalid.Explanation:{0} is the attribute of the widget setting that is invalid.
User Response:Specify a valid value for the attribute in the widget setting.
HAT0703