Explanation | Shows the value of the variable. |
Action | No action is required. |
Explanation | A command was issued but ended with an unexpected return code. |
Action | Check command execute failure log. |
Explanation | The ant task attribute installDir must be set to a value other than null. |
Action | Define the installDir attribute value to a non-null value. |
Explanation | Server installation directory must contain lib/ws-launch.jar. |
Action | Please check that the server is installed correctly. Make sure lib/ws-lauch.jar exists. |
Explanation | The deploy task has be used; but no information on the file or fileset to be deployed has been specified. |
Action | Either add the file attribute or provide a nested fileset element. |
Explanation | The application is being deployed. |
Action | No action is required. |
Explanation | The Liberty server only supports deployment of war, eba, zip, ear and jar files. |
Action | Correct the application file name. |
Explanation | An attempt was made to start the application, but the Start application message is not found in console.log. |
Action | Check the server configuration files and investigate the cause of the failure to start the application. |
Explanation | An attempt was made to start the server, but the Server start message is not found in console.log. |
Action | Check console and trace log files to investigate the server start problems |
Explanation | A request was made to wait for a log file to contain the given text. |
Action | No action is required. |
Explanation | A request was made to wait for a log file to contain the given text, but the log file did not contain message before the search timed out |
Action | Investigate the cause of the missing message. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |
Explanation | Search file does not exist. |
Action | Make sure search file exist. |
Explanation | A search has been requested for the given string in the given file. |
Action | No action is required. |
Explanation | A search has been requested for a string which has now been located. |
Action | No action is required. |
Explanation | A required attribute is missing on an ant task. |
Action | Define missing attribute. |
Explanation | A request was made to operate on a server that does not exist. The missing server will be created. |
Action | No action is required. |
Explanation | The package task has been used but the archive attribute specifies a directory rather than the name of a zip file. |
Action | Correct the value of the archive attribute. |
Explanation | The undeploy task requires the fileName attribute to be provided. |
Action | Specify the value of the fileName attribute. |
Explanation | The undeploy task cannot undeploy the application as the application does not exist. |
Action | Correct the value of the fileName attribute. |
Explanation | The undeploy task is deleting the application. |
Action | No action is required. |
Explanation | An attempt was made to undeploy the application, but the application stop message was not issued. |
Action | Check the console and trace log files to investigate the cause of the failure to stop the application. |