You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2014/03/31 08:33:17 UTC

[jira] [Updated] (FELIX-4472) Various concurrency issues in fileinstall

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

Guillaume Nodet updated FELIX-4472:
-----------------------------------

    Component/s: File Install

> Various concurrency issues in fileinstall
> -----------------------------------------
>
>                 Key: FELIX-4472
>                 URL: https://issues.apache.org/jira/browse/FELIX-4472
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.2.8
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>
> Here an exception that can happen:
> {code}
> 2014-03-30 15:39:36,058 | ERROR | Thread-11        | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.2.8 | Failed to install artifact: /Users/gnodet/work/git/karaf3x/assemblies/apache-karaf-minimal/target/apache-karaf-minimal-4.0.0-SNAPSHOT/etc/org.apache.karaf.command.acl.bundle.cfg
> java.lang.IllegalStateException: Configuration Admin service has been unregistered
> 	at org.apache.felix.cm.impl.ConfigurationAdminImpl.getConfigurationManager(ConfigurationAdminImpl.java:300)[5:org.apache.felix.configadmin:1.8.0]
> 	at org.apache.felix.cm.impl.ConfigurationAdminImpl.listConfigurations(ConfigurationAdminImpl.java:179)[5:org.apache.felix.configadmin:1.8.0]
> 	at org.apache.felix.fileinstall.internal.ConfigInstaller.findExistingConfiguration(ConfigInstaller.java:346)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.ConfigInstaller.getConfiguration(ConfigInstaller.java:320)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.ConfigInstaller.setConfig(ConfigInstaller.java:245)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.ConfigInstaller.install(ConfigInstaller.java:84)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:945)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:873)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:499)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.start(DirectoryWatcher.java:236)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.FileInstall.updated(FileInstall.java:239)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.fileinstall.internal.FileInstall.start(FileInstall.java:125)[6:org.apache.felix.fileinstall:3.2.8]
> 	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)[org.apache.felix.framework-4.2.1.jar:]
> 	at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146)[org.apache.felix.framework-4.2.1.jar:]
> 	at org.apache.felix.framework.Felix.startBundle(Felix.java:2064)[org.apache.felix.framework-4.2.1.jar:]
> 	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)[org.apache.felix.framework-4.2.1.jar:]
> 	at org.apache.karaf.bundle.command.LoadTest$1.run(LoadTest.java:129)[35:org.apache.karaf.bundle.command:4.0.0.SNAPSHOT]
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)