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

Felix Meschberger closed FELIX-2062.
------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Felix Meschberger

I did not see this message for some time now -- particularly after refactoring 
the startup behaviour from asynchronous to synchronous.

So I close this issue for now. If we encounter the problem again, we can still 
reopen.

> Possible concurrency induced ERROR messages during startup
> ----------------------------------------------------------
>
>                 Key: FELIX-2062
>                 URL: https://issues.apache.org/jira/browse/FELIX-2062
>             Project: Felix
>          Issue Type: Improvement
>          Components: Declarative Services (SCR)
>    Affects Versions:  scr-1.4.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>
> During startup of a system containing lots of inter-component dependencies, 
> error messages like the following might be logged:
> 09.02.2010 12:51:02.907 *ERROR* [SCR Component Actor] 
> org.apache.sling.commons.scheduler
>                  [org.apache.sling.commons.scheduler.impl.QuartzScheduler] 
> DependencyManager : Immediate component not yet created,
>                  bind method cannot be called
> This message is written by the DependencyManager.invokeBindMethod method if 
> the component to bind a reference is not created.
> I suspect this is caused by concurrency situations where one thread has 
> deactivated a component while another thread is assuming to be activating the 
> component and thus tries to bind a reference.
> Maybe this message could be logged at a different level and a different 
> message if we can find out why this situation occurrs; e.g. if the component 
> actually has been deactivated and thus the bind method cannot be called any 
> longer.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to