Explanation | The runtime attempted to process the metadata for a bundle, and was unable to determine the bundle's symbolic name. |
Action | CMSG0002 |
Explanation | A bundle manifest must contain both a valid Bundle-SymbolicName and Bundle-ManifestVersion entry. |
Action | Check that all bundles contain a valid Bundle-SymbolicName and Bundle-ManifestVersion entry in their manifest files. |
Explanation | The runtime environment attempted to process the metadata for a composite bundle, and could not determine the bundle's symbolic name. |
Action | CMSG0002 |
Explanation | A composite bundle manifest must contain both a valid Bundle-SymbolicName and CompositeBundle-ManifestVersion entry. |
Action | Check that all composite bundles contain a valid Bundle-SymbolicName and CompositeBundle-ManifestVersion entry in their manifest files. |
Explanation | The runtime environment attempted to process the metadata for a bundle fragment, and could not determine the fragment's host bundle. |
Action | CMSG0002 |
Explanation | An InvalidSyntaxException was thrown whilst attempting to parse the filter string for the element with the specified id. |
Action | Check the filter string for the specified id is syntactically correct. |