Thank you for the hint. I was listing group bundles on node 1 all morning, but not on node 2. When I tried to list them on node 2 I was greeted with a "command not found".
It seams that the cellar.bundle had crashed: [ 55] [Active] [Faliure] [80] Apache Karaf :: Cellar :: Bundle (2.2.3) After the node 2 restart, everything was working fine. Bundles are being synced also (but only using the cluster:bundle-install" command). Just to summarize: - For feature sync, use "features:OPERATION" (local node operation is propagated to the group and all the nodes). - For configuration sync, use "config:OPERATION" (local node operation is propagated to the group and all the nodes). - For bundle sync, use "cluster:bundle-OPERATION" and only that (GROUP operation is propagated to all the nodes). "Local node" bundle commands like bundle:install don't trigger the sync. This means that if you perform operations using the webconsole (2.2.7 has only cellar group list and no special group-bundle management section), only the features and configuration operations will be synced with other nodes. This is because the local node bundle management in webconsole (start, stop, install...) uses the "bundle:OPERATION" commands and not the "cluster:bundle-OPERATION" commands. Is this correct? Thank you for your help, DD -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-Bundle-Sync-help-tp3987690p3988022.html Sent from the Karaf - User mailing list archive at Nabble.com.
