You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/01/10 14:17:00 UTC

[jira] [Resolved] (KARAF-6080) Duplicate configuration randomly created on the first start in ConfigurationAdmin

     [ https://issues.apache.org/jira/browse/KARAF-6080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-6080.
-----------------------------------------
    Resolution: Fixed

> Duplicate configuration randomly created on the first start in ConfigurationAdmin
> ---------------------------------------------------------------------------------
>
>                 Key: KARAF-6080
>                 URL: https://issues.apache.org/jira/browse/KARAF-6080
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.2
>         Environment: Karaf 4.1.2, Karaf 4.2.2
> Windows 7, Equinox
>            Reporter: J. Brébec
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.1.8, 4.2.3
>
>         Attachments: karaf-6080.patch
>
>
> On the first start, if a boot feature contains a <config/> element, and the associated .cfg file exists in the etc folder, then this Configuration can be created twice in ConfigurationAdmin :
>  # File Install check the etc folder and create for every cfg a Configuration in ConfigurationAdmin
>  # the FeatureService (FeatureConfigInstaller), when a feature is installed and has a configuration, check if this configuration exists in ConfigurationAdmin. If the configuration doesn't exists, then it creates a new one
> If 1 and 2 are executed simultaneously, then the same configuration is created twice in ConfigurationAdmin. If this configuration is linked to a managed service, then this service will be instanciated twice.
> By default, the karaf-maven-plugin copies every cfg to the etc folder, this issue can probably be triggered by any <config/> element on a boot feature.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)