Bundle cache [Settings]
The bundle cache is a cell-wide store (or server-wide for single-server systems) of bundles that are referenced by OSGi applications, and that have been downloaded from both internal and external repositories. For a given bundle, you can view the bundle size, the download status, and a list of the assets and composition units that use the bundle. You can also view and refresh the repository URL for the repository that hosts the bundle.
A bundle download is requested when you import an enterprise bundle archive (EBA) file as an asset, and when you update an asset to use new bundle versions. A bundle download is also requested when you add a composite bundle as an extension to a composition unit.
To view this panel in the administrative console, click the following path:
.
Configuration tab
The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
The Configuration tab shows the following properties:
- Bundle Symbolic Name and Version
- The non-localizable name and version identifier for this bundle. The bundle symbolic name, together with the bundle version, uniquely identifies a specific version of a bundle.
- State
- The current state of the bundle.This is one of the following states:
- Unknown
- The bundle is not in the bundle cache and there has been no request to download the bundle.
- Download requested
- A request has been issued to download the bundle, but the download has not yet begun.
- Downloading
- The bundle is downloading.
- Downloaded
- The bundle download is complete.
- Failed
- The bundle download has failed.
- Unsaved
- The bundle is unsaved if you have imported an asset and not yet saved your changes to the master configuration.
- Repository URL
- The Location URL of the bundle.Note: If a bundle has been moved, for example from the internal bundle repository to an external repository, click Refresh Repository URL to resolve the bundle location again and update the displayed URL.
- Size
- The size is the total size of the bundle, displayed in bytes.
If the bundle size is not known, because the bundle download is not yet complete,
Unknown
is displayed. - Download Status
- The download status tells you how much of the bundle has been downloaded.
If the download is complete,
100%
is displayed. If a download is in progress and the total expected file size is known, the approximate percentage complete is displayed. If a download is in progress and the total expected file size is not known, for example because the file is being downloaded through an FTP site, the number of bytes downloaded so far is displayed. - Bundle download exceptions
- If the bundle state is
Failed
, theBundle download exceptions
pane is displayed. This pane contains trace information to help you understand why the bundle download has failed. - BLA artifacts using this bundle
- Use this list to identify the assets and composition units that use this bundle.