Seeing this exception would be "normal" if the KAR's features file had features in it with the install attribute set to "manual" (or anything other than "auto"), e.g., <feature install="manual">
Then when the KAR is loaded it would not install the features marked as manual. So when you delete the KAR file, you would see the exception you mention. However, Karaf v2.3.x KarArtifactInstaller never looks at the "install" attribute (this is a bug), so I cannot explain why you are seeing this exception. My group actually modified the KarArtifactInstaller to look at the "install" attribute of <feature> and we see this exception and it is "expected" for manual install features. (We plan on writing a Jira ticket and submitting a patch for the KarArtifactInstaller). Hugh -- View this message in context: http://karaf.922171.n3.nabble.com/KAR-file-delete-causes-Exceptions-tp4029957p4029964.html Sent from the Karaf - User mailing list archive at Nabble.com.
