Very strange...
karaf says it's installing the features:
karaf@root> features:install -c -v mspEtg-development
Installing feature mspEtg-development 1.1.0-SNAPSHOT
Installing feature DeliverInvoiceToDossier-development 1.1.0-SNAPSHOT
Installing feature DisableDossierDelivery-development 1.1.0-SNAPSHOT

but they are not there:
features:list | grep -i DeliverInvoiceToDossier
karaf@root>

when I try to uninstall them:
karaf@root> features:uninstall DeliverInvoiceToDossier-development
Error executing command: Feature named 'DeliverInvoiceToDossier-development' has multiple versions installed (1.0.0-SNAPSHOT, 1.1.0-SNAPSHOT). Please specify the version to uninstall.

but they are not there...
karaf@root> features:uninstall DeliverInvoiceToDossier-development/1.0.0-SNAPSHOT Error executing command: Feature named 'DeliverInvoiceToDossier-development' with version '1.0.0-SNAPSHOT' is not installed karaf@root> features:uninstall DeliverInvoiceToDossier-development/1.1.0-SNAPSHOT Error executing command: Feature named 'DeliverInvoiceToDossier-development' with version '1.1.0-SNAPSHOT' is not installed

any ideas?

Thanks,
Laci





On 29.07.2014 20:41, Achim Nierbeck wrote:

Hi Laci,
give installing with -c and -v a try.
This way you'll see more of what is happening.

Regards, Achim

sent from mobile device

Am 29.07.2014 17:05 schrieb "Laci Gaspar" <[email protected] <mailto:[email protected]>>:

    Hi
    I'm having a strange problem in ONE of my karaf installations.
    I have a feature (mspEtg) which serves only as an 'envelope' for
    other features (the features.xml lists several other features
    which should be installed all at once).

    If I install mspEtg in one of my installation then 'nothing'
    happens. mspEtg gets installed but none of the features listed in
    features.xml.
    In another karaf installation it works fine.

    How can I find out what's going on?

    Thanks,
    Laci


Reply via email to