Alexander created KARAF-6793:
--------------------------------
Summary: Cellar. No synchronizer found for feature.
Key: KARAF-6793
URL: https://issues.apache.org/jira/browse/KARAF-6793
Project: Karaf
Issue Type: Bug
Components: cellar
Affects Versions: cellar-4.2.0
Reporter: Alexander
*Problem on Cellar 4.2.0:*
Install Karaf 4.2.9 and Cellar 4.2.0
{code:java}
feature:repo-add cellar
feature:install cellar
{code}
Check for settings:
org.apache.karaf.cellar.node.cfg
handler.org.apache.karaf.cellar.features.FeaturesEventHandler = true
Try to use:
{code:java}
cluster:fe (tab) - No cluster:features-*** commands avaliable
{code}
{code:java}
karaf@root()> cluster:sync Synchronizing cluster
group default
bundle: done
config: done
feature: No synchronizer found for feature
obr.urls: No synchronizer found for obr.urls
{code}
Check log files:
{code:java}
2020-07-21T11:51:42,247 | INFO | activator-1-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.core/4.2.0
2020-07-21T11:51:42,260 | INFO | activator-1-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.bundle/4.2.0
2020-07-21T11:51:42,265 | INFO | activator-1-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.config/4.2.0
2020-07-21T11:51:42,269 | INFO | activator-1-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.kar/4.2.0
2020-07-21T11:51:42,283 | INFO | activator-1-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.shell/4.2.0
{code}
There is no features command registration.
*Check on Cellar 4.1.3:*
Logs - features commands exists.
{code:java}
2020-07-21T11:44:37,420 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.core/4.1.3
2020-07-21T11:44:37,435 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.features/4.1.3
2020-07-21T11:44:37,438 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.kar/4.1.3
2020-07-21T11:44:37,444 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.config/4.1.3
2020-07-21T11:44:37,453 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.bundle/4.1.3
2020-07-21T11:44:37,463 | INFO | pool-6-thread-1 | CommandExtension
| 34 - org.apache.karaf.shell.core - 4.2.9 | Registering commands for
bundle org.apache.karaf.cellar.shell/4.1.3
{code}
Cluster:features-*** - commands avaliable.
Check sync - Ok
{code:java}
karaf@root()> cluster:sync
Synchronizing cluster group bam
bundle: done
config: done
feature: done
obr.urls: No synchronizer found for obr.urls
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)