Explanation | The server has started the application successfully. |
Action | No action is required. |
Explanation | The server could not start the application. |
Action | Read the exception message for information. |
Explanation | The server has updated the application successfully. |
Action | No action is required. |
Explanation | The server could not update the application. |
Action | Read the exception message for further information. |
Explanation | The server is not currently configured with all the required features for resources of this type, so the resource could not be started. |
Action | Modify the server configuration to include all the features that are required to support this type of resource. |
Explanation | When trying to download an application to install, the server could not create the download directory. |
Action | Ensure that there is enough disk space for the download. |
Explanation | The server could not download the application. |
Action | If you intended the server to download the application, check that the file is available for download. |
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 | The server has stopped the application successfully. |
Action | No action is required. |
Explanation | The server could not stop the application. |
Action | Ensure that the application is in a state where it can be stopped. |
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 | The application could not be started because of earlier errors. |
Action | Check the application configuration and check the logs for errors during the application start. |
Explanation | The application name must be unique. This might be because two applications have been configured to have the same name, or a single application has been deployed both by configuration in the server.xml file and by putting the application in the dropins directory. |
Action | If two applications have the same name, remove or rename one of the applications. If a single application has been deployed in two different ways, change the configuration so that only one deployment method is used. |
Explanation | When trying to start the application, the server could not find the application at the specified location (or relative locations if it was a relative path). |
Action | Check that the location defined is correct for the application. |
Explanation | An application has been configured without specifying a location or a name. |
Action | Update the configuration to add a location. |
Explanation | An application has been configured without specifying a location. |
Action | Update the configuration to add a location. |
Explanation | An application was configured without specifying a type. The type could not be determined from the location. |
Action | Update the configuration to add a type. |
Explanation | The application is being started. |
Action | No action is required. |
Explanation | The whole application could not start. This might happen with an ear containing two wars where only one war will start. |
Action | Resolve the problem with the part of the application that could not start and redeploy the application. |
Explanation | The application could not be started because of earlier errors. |
Action | Check the application configuration and check the logs for errors during the application start. |
Explanation | The server is not currently configured with all the required features for resources of this type, so the resource could not be started. |
Action | Modify the server configuration to include all the features that are required to support this type of resource. |
Explanation | The application did not start in the expected time. This could be because the server is overloaded or the application is large. If the application is starting as part of server startup, the server startup will finish without waiting for the application to start. |
Action | If the application takes a long time to start then no action is required; otherwise check the server logs to see if other messages indicate a cause. |
Explanation | The application monitor could not find the application running on the server. |
Action | No action is required. |
Explanation | The application monitoring service uses the file name, without the extension, to generate the application name. The application monitoring service could not determine an application name after the extension was removed from the file name. |
Action | Ensure that the file name for the application does not start with a period (.) and has a name before the file extension. |
Explanation | The application monitoring service could not determine the type of the application from either its file extension or parent directory. |
Action | Ensure that the file for the application either has an file extension that identifies the application type, or is under a directory whose name identifies the application type. |
Explanation | The application monitor could not start the application. |
Action | No action is required. |
Explanation | The application monitor could not read the list of all started applications. |
Action | Start the server with a cold start. |
Explanation | The server is monitoring a directory for applications to be deployed. |
Action | No action is required. |
Explanation | An application that is currently configured in the server.xml file has been deleted. |
Action | If the deletion was intentional, remove the application configuration from the server.xml file. |
Explanation | The old directory could not be removed even though it is no longer in use. |
Action | If the old directory is no longer needed, remove it. If it is still needed no action is required. |
Explanation | An application was installed but monitoring was not started on it so if a file is updated within the application the change will not be detected by the server. |
Action | When updating files in this application the application will need to be uninstalled and re-installed into the server. |
Explanation | An application element in the server configuration has defined the location of the application to be inside the directory that is monitored for applications. As a result the application element will be ignored, and the application will be started using the contents of the monitored directory if the application is present in that the monitored directory. |
Action | Either correct the application element or change the location of the monitored directory. |
Explanation | A minor change has occurred in the specified application, and the change has been deemed minor enough that there is no need to restart the application. |
Action | No action is required. |
Explanation | For all applications, and when Jandex indexes are available, class and annotation data is obtained from Jandex indexes, unless Jandex usage is disabled specifically for the application. |
Action | No action is required. |
Explanation | For the specified application, when Jandex indexes are available, class and annotation data is obtained from Jandex indexes. |
Action | No action is required. |
Explanation | Jandex index is disabled for the specified application. |
Action | No action is required. |
Explanation | None of the applications can start because each one depends on one of the other applications to be started first. |
Action | Change the value of the startAfter attribute for applications involved in the cycle so that they do not have circular dependencies. |
Explanation | An application in the server configuration specifies a location in the monitored drop-ins directory. |
Action | Move the application to a different location. |
Explanation | Before the application is started, the application file is copied to a new location. The file copy operation did not succeed, so the application was not started. |
Action | Examine the source and destination file locations to see if the problem can be resolved. |
Explanation | The server could not start the application, because the ear file could not be extracted. |
Action | Read the exception message for information. Additional details might be available in the exception log. |
Explanation | The server could not start the application, because the ear file could not be extracted. |
Action | Examine the ear file to ensure it is a valid archive. |
Explanation | Before the application is started, a directory is created. The directory create operation did not succeed, so the application was not started. |
Action | Examine the directory location to see if the problem can be resolved. |
Explanation | The server could not start the application. This might be an internal error. |
Action | Examine the message and exception logs for related errors. |
Explanation | An earlier error prevented the application from being installed. |
Action | Check the location in the application configuration. |
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 | 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 | An internal error occurred during the installation of a connector module. The module info was not added to the cache. |
Action | See the problem determination information on the WebSphere Application Server Support Web page: http://www.ibm.com/software/webservers/appserv/was/support. |
Explanation | An internal error occurred when accessing the contents of the library. That library will not available for use. |
Action | Review the contents of the application to ensure that an archive is present for the library. |
Explanation | An error occurred while listing application libraries. The list of application libraries will be incomplete. |
Action | See the exception information for additional details. |
Explanation | An error occurred while parsing the application descriptor. No modules will be available for the application. |
Action | See the exception information for additional details. Review the contents of the application descriptor to ensure that the contents are valid as XML data. |
Explanation | An error occurred while parsing the application descriptor. No modules will be available for the application. |
Action | See the exception information for additional details. Review the contents of the application descriptor to ensure that the contents are valid as XML data. |
Explanation | An internal error occurred when accessing the contents of the module. The module will not be made available for use. |
Action | See the exception information for additional details. |
Explanation | An internal error occurred when accessing the contents of a module. The application may be missing an archive for the module. The module will not be made available for use. |
Action | Review the contents of the application to ensure that an archive is present for the module. |
Explanation | An internal error occurred while finishing creation of a module. The module will not be made available for use. |
Action | See the exception information for additional details. |
Explanation | No archive is available for a module listed in the application descriptor. The module will not be made available for use. |
Action | See the exception information for additional details. Review the contents of the application to ensure that an archive is present for the module. |
Explanation | An error occurred while parsing the module deployment descriptor. The module will not be made available for use. |
Action | See the exception information for additional details. Review the contents of the application descriptor to ensure that the contents are valid as XML data. |
Explanation | An internal error occurred while attempting to scan a JAR file for EJB annotations. The JAR will not be available as an EJB JAR. |
Action | See the exception information for additional details. |
Explanation | An internal error occurred while attempting to scan a JAR file for EJB annotations. The JAR will not be available as an EJB JAR. |
Action | See the exception information for additional details. |
Explanation | Multiple modules point to the same archive. Only one module will be made available for use. |
Action | Review the contents of the application descriptor to ensure that each module points to a unique archive. |
Explanation | While trying to determine if the module is an EJB or an application client module, an error occurred trying to read the META-INF/MANIFEST.MF file. This module will not be treated as an application client module. |
Action | See the exception information for additional details. Review the contents of the application to ensure that the META-INF/MANIFEST.MF path is a file and not a directory, and ensure that the MANIFEST.MF file is valid. |
Explanation | The application does not declare any modules in the application.xml file, and the application does not contain any module archives. |
Action | Add a module archive to the application, and restart the application. |
Explanation | The META-INF/MANIFEST.MF file in the module either does not exist or does not contain the Main-Class attribute. This module will not be treated as an application client module. |
Action | Make sure that the META-INF/MANIFEST.MF file for the application contains the Main-Class attribute. |
Explanation | The context-root property is not valid for an enterprise application. The value will not be used for any web modules contained within the enterprise application. |
Action | Remove the context-root property from the application element in the server configuration. |
Explanation | If there are multiple client modules packaged in the application, provide the client module name to run. |
Action | Specify the client module to run by providing its name using defaultClientModule attribute in <enterpriseApplication/>. |
Explanation | There are multiple client modules and some of them are using the same name. |
Action | Provide unique names for the client modules in the application. |
Explanation | The specified client module does not exist in the application. |
Action | Make sure the client module exists in the application. |
Explanation | An earlier error prevented the application from being installed. |
Action | Check the location in the application configuration. |
Explanation | The application could not be expanded to a temporary directory. The application will continue to run but behavior of certain methods that access application files may be affected. |
Action | Attempt to resolve the issue in the exception message and either restart the server or update the application. |
Explanation | The file's path specifies a relative directory. Extracting the file would result in the file being located outside of the archive's root directory. |
Action | Remove any files with relative paths from the archive. |
Explanation | The archive file for the application is being expanded because automatic expansion of applications was configured. |
Action | No action is required. |
Explanation | The location for the application points to an XML file that defines a loose application. |
Action | No action is required. |
Explanation | The location for the application points to a directory rather than an archive file. |
Action | No action is required. |
Explanation | The location for the application points to a binary archive file. The archive file will not be expanded on disk because automatic expansion of applications was not configured. |
Action | No action is required. |
Explanation | The application could not be expanded to the location specified by the expandLocation property. The ${server.config.dir}/apps/expanded/ default location was used for the application. |
Action | Correct the value that is specified by the expandLocation property and either restart the server or update the application. |
Explanation | The server could not initialize the Web Application Bundle (WAB) installer, so WABs have not been installed. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The server could not install the Web Application Bundle (WAB) into the web container. |
Action | See the log and FFDC files for further information. |
Explanation | The context root of each Web Application Bundle (WAB) in the web container must be unique. The server cannot install the WAB into the web container because its context root is the same as another bundle that is deployed. |
Action | Use a different context root. |
Explanation | One or more of the bundles inside the application has a requirement specified in its bundle manifest (META-INF/MANIFEST.MF) file that cannot be satisfied. |
Action | Check the error message for information about which requirement in which bundle cannot be resolved, then make a capability available to the application which can resolve the requirement. To do this typically involves either including an extra bundle as part of the application, or (if it is a runtime package that is missing, such as javax.servlet.jsp) adding the required feature to the server configuration. See the log and FFDC files for further information. |
Explanation | One of the bundles cannot be installed. |
Action | Check the exception message for information from the OSGi framework that indicates the bundle in error and the type of error that occurred. See the log and FFDC files for further information. |
Explanation | The OSGi framework was not ready to start installing applications, or was in the process of shutting down. |
Action | Check that the framework is available, then retry installing the application. See the log and FFDC files for further information. |
Explanation | When installing the OSGi application into the OSGi framework, a resolving exception was generated. This might be because one of the bundles listed in the APPLICATION.MF file in the EBA cannot be found, or because one of the bundles has a requirement in its bundle manifest (META-INF/MANIFEST.MF) file that cannot be satisfied. |
Action | Investigate which bundles in the APPLICATION.MF are not included either in a bundle repository or the EBA itself, and add them. Check the error message for information about which bundle or requirement cannot be resolved, then make this bundle or capability available to the application which can resolve the requirement. To do this typically involves either including an extra bundle as part of the application, or (if it is a runtime package that is missing, such as javax.servlet.jsp) adding the required feature to the server configuration. |
Explanation | An attempt was made to install an application that has the same symbolic name and version as an existing application. |
Action | Choose a unique symbolic name or a different version. |
Explanation | The application contains a bundle which requires a package that is not available on all WebSphere Application Server profiles. This will prevent the application from running on WebSphere Application Server profiles that not do have the required package available. |
Action | If the application needs to run on full profile then check with the application provider about removing the package requirement or changing the requirement to a version of the package which is available on all WebSphere Application Server profiles. |
Explanation | An error occurred while parsing the application descriptor. No modules will be available for the application. |
Action | See the exception information for additional details. Review the contents of the application descriptor to ensure that the contents are valid as XML data. |
Explanation | An error occurred while parsing the application descriptor. No modules will be available for the application. |
Action | See the exception information for additional details. Review the contents of the application descriptor to ensure that the contents are valid as XML data. |