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. |