Explanation | The server process started successfully. |
Action | No user action is required. |
Explanation | The value of the Umask property is not in a valid integer format. The valid format is string containing the integer representation. |
Action | Edit the configuration and change the value of the process Umask property. |
Explanation | The variable in the configuration data cannot be resolved. The variable may not exist or it may have the wrong value. |
Action | Check variable.xml file in your WebSphere configuration to see make sure the variable exist and has the correct value. Edit the configuration and change the value of the property to use a variable that can be resolved. |
Explanation | The ${USER_INSTALL_ROOT} variable is not set in the configuration files. |
Action | Edit the configuration and provide a ${USER_INSTALL_ROOT} variable. |
Explanation | The variable setting for ${WAS_INSTALL_ROOT} value is missing. This variable is required. |
Action | Edit the configuration and provide a ${WAS_INSTALL_ROOT} variable. |
Explanation | The program is starting on an operating system platform that is not supported. |
Action | Do not attempt to run the program on this platform. |
Explanation | An error occurred while waiting for the server to get initialized. The server socket may have been timeout. |
Action | Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The server failed to run. |
Action | Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The server status could not be obtained because the attempt to bind to a socket failed. The socket might be in use. |
Action | Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. If the problem caused by socket in use, check with your network administrator how to solve this problem. |
Explanation | The program log was generated. |
Action | No user action is required. |
Explanation | The server could not be stopped. |
Action | Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | An attempt was made to start a server that has no configuration. |
Action | Verify that the server name is correct. |
Explanation | The value of the ExecutableTargetKind property is not valid. |
Action | Select a valid ExecutableTargetKind such as Java class or jar. You may want to examine the exception in this message for problem determination. You could also check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The server initialization process exceeded the timeout limit. |
Action | Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The nodeagent failed to establish a connection to the launched process. |
Action | Check to make sure nodeagent is running, look at nodeagent SystemOut.log and First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The nodeagent failed to run the file synchronization. |
Action | Check the SystemOut.log file to see the detailed error. |
Explanation | The nodeagent failed to stop the local application servers or itself. |
Action | Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The nodeagent failed to restart itself. |
Action | Stop and start the nodeagent by using the startNode or stopNode command-line utilities scripts. |
Explanation | The nodeagent failed to contact the server. The server might be malfunctioning. The specified server restarts if the "autoRestart" attribute is set to "true" in the server monitoring policy, which is defined in the server.xml file. |
Action | Check the SystemOut.log file for this server. Normally, the log file shows why the given server cannot respond to the nodeagent. If the "autoRestart" attribute is set to true, check to see whether the nodeagent restarted the server. |
Explanation | The nodeagent tried to do file synchronization before launching the process, but the synchronization failed. |
Action | Check to see the nodeagent is started without error by looking at nodagent SystemOut.log. Or set the synchOnServerStartup value to false if you want to proceed without synchronization. |
Explanation | The nodeagent failed to load the server.xml file to read the monitoring policy for a given server. |
Action | Open the problem server.xml file to check for XML syntax errors. |
Explanation | The nodeagent failed to contact the given server. The server might be malfunctioning. The specified server can restarts if the"autoRestart" attribute is set to "true" in the server monitoring policy, which is defined in the server.xml file. |
Action | Check the SystemOut.log file for this server. Normally, the log file shows why the name of the server cannot respond to the nodeagent. If the "autoRestart" attribute is set to true, check to see whether the nodeagent restarted the server. |
Explanation | This information message indicates the program status. |
Action | No user action is required. |
Explanation | The node agent started the application server, but could not first synchronize the configuration data of the node with the master copy of configuration data at the deployment manager. The deployment manager might not be running or might be unavailable. |
Action | If you require synchronization for the server configuration, ensure that the deployment manager is running before another synchronization occurs. |
Explanation | The server did not return a status indicating that it completed shutdown in response to a stop request. |
Action | Examine the server SystemOut.log files to see if an exception occurred during the stop logic that might have prevented a successful shutdown. |
Explanation | The trace data is stored in a file. |
Action | No user action is required. |
Explanation | This informational message indicates the progress of the program. |
Action | No user action is required. |
Explanation | The Server MBean could not be queried. The server name might be misspelled or the Server MBean might not run. |
Action | Check the spelling of the server name. Examine the exception in this message for problem determination. Check the SystemOut.log file and the First Failure Data Capture (FFDC) log to find the most relevant root cause for this error. |
Explanation | The systemlaunch.properties file contains default settings for important system properties. This file is required for server launching. |
Action | Verify that the file is available and can be read. |
Explanation | A required property cannot be located in the system.properties file. |
Action | Edit the file and add the required property, along with a value for that property. |