-
Bug
-
Resolution: Done
-
Major
-
6.2.1
-
None
-
None
When we apply the procedure of the migration from 6.2.0 to 6.2.1 as described in the following link: [1]
In the step 4, after uninstalling patch feature, the next command for removing url doesn't work, below the error received:
JBossFuse:karaf@root> features:uninstall patch JBossFuse:karaf@root> features:removeurl --uninstall-all mvn:io.fabric8.patch/patch-features/1.2.0.redhat-133/xml/features Error executing command: Feature named 'patch' with version '1.2.0.redhat-133' is not installed JBossFuse:karaf@root> features:removeurl mvn:io.fabric8.patch/patch-features/1.2.0.redhat-133/xml/features
I have removed the option --uninstall-all to avoid the error.