Hi,
Following Karaf Cellar installation guide I encountered a problem and I
can't figure out if I missed something or if there is a bug.
I installed a fresh Karaf 4.4.4 (using docker) and 4.4.6 (local install)
In both I uncomment the karaf user to allows SSH access to karaf console.
After the initial startup, I enter commands to install Cellar like
mentioned in the documentation (
https://karaf.apache.org/manual/cellar/latest-4/#_deploy_cellar)
karaf@root()> feature:repo-add cellar
karaf@root()> feature:install cellar
Some bundle are installed but not for cellar-config ones
If I try to instal the feature cellar-config it tells me that it is
already installed. Everything seems to be installed :
karaf@root()> la|grep -i cellar
61 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Bundle
62 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Core
63 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Features
64 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Hazelcast
65 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: KAR
66 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Shell
67 │ Active │ 80 │ 4.2.1 │ Apache Karaf :: Cellar :: Utils
Also tryin to list cluster commands gives :
karaf@root()> cluster:
cluster:bundle-block (Change the
blocking policy for a bundle) cluster:group-delete
(Delete a cluster group)
cluster:bundle-install (Install
bundles in a cluster group) cluster:group-join
(Join node(s) to a cluster group)
cluster:bundle-list (List the
bundles in a cluster group) cluster:group-list
(List the cluster groups)
cluster:bundle-start (Start
bundles in a cluster group) cluster:group-pick (Picks a number of
nodes from one cluster group and moves them into another)
cluster:bundle-stop (Stop a
bundle in a cluster group) cluster:group-quit
(Quit node(s) from a cluster group)
cluster:bundle-uninstall (Uninstall
bundles from a cluster group) cluster:group-set
(Set the target nodes to a cluster group)
cluster:bundle-update (Update a
bundle in a cluster group) cluster:handler-start
(Start a cluster event handler)
cluster:consumer-start (Start
a cluster event consumer) cluster:handler-status
(Status of a cluster event handler)
cluster:consumer-status (Status of
a cluster event consumer) cluster:handler-stop
(Stop a cluster event handler)
cluster:consumer-stop (Stop
a cluster event consumer) cluster:kar-install
(Install a KAR in a cluster group)
cluster:feature-block (Change the
blocking policy for a feature) cluster:kar-uninstall
(Uninstall a KAR from a cluster group)
cluster:feature-install (Install a
feature in a cluster group) cluster:node-alias
(Set or get node alias)
cluster:feature-list (List the
features in a cluster group) cluster:node-list
(List the nodes in the cluster)
cluster:feature-repo-add (Add a features
repository to a cluster group) cluster:node-ping
(Ping a cluster node)
cluster:feature-repo-list (List the features
repositories in a cluster group) cluster:producer-start
(Start a cluster event producer)
cluster:feature-repo-refresh (Refresh a features
repository on the cluster) cluster:producer-status
(Status of a cluster event producer)
cluster:feature-repo-remove (Remove features repository
URLs from a cluster group) cluster:producer-stop
(Stop a cluster event producer)
cluster:feature-uninstall (Uninstall a
feature from a cluster group) cluster:shutdown
(Shutdown the cluster removing the Cellar feature on all node)
cluster:group-create
(Create a cluster group) cluster:sync
(Manipulate the synchronizers)
Finally a call to cluster:sync gives :
karaf@root()> cluster:sync
Synchronizing cluster group default
bundle: done
config: No synchronizer found for config
feature: done
obr.urls: No synchronizer found for obr.urls
Does anybody already encounter that behaviour ?
Thanks for your ideas/support,
Best regards, Jérôme.