Details
Description
Karaf marks a bundle as installed and active, but I can't uninstall it, stop it.
karaf@root()> list -t 0 -s | grep pool [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) karaf@root()> uninstall 1295 Bundle 1295 is invalid No bundles specified. karaf@root()> uninstall 1295 Bundle 1295 is invalid No bundles specified. karaf@root()> list -t 0 -s | grep pool [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) karaf@root()> uninstall org.apache.commons.pool No bundles specified. karaf@root()> list -t 0 -s | grep pool [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) karaf@root()> stop 1295 Bundle 1295 is invalid No bundles specified.
Workaround: Delete folder karaf/data/cache/bundle1295
Attachments
Issue Links
- is duplicated by
-
KARAF-2712 Bundles cache corrupted
-
- Resolved
-
- relates to
-
KARAF-1728 BundleException: Bundle installation rejected by hook. error when installing from features XML file
-
- Resolved
-