You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Created) (JIRA)" <ji...@apache.org> on 2012/02/08 19:50:59 UTC

[jira] [Created] (SLING-2405) Startup synchronization problems

Startup synchronization problems
--------------------------------

                 Key: SLING-2405
                 URL: https://issues.apache.org/jira/browse/SLING-2405
             Project: Sling
          Issue Type: Bug
          Components: Launchpad
    Affects Versions: Launchpad Installer 1.1.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Launchpad Installer 1.1.2


On very fast machines, the OSGi installer might startup way before the installer listener is registered. In this case, the listener never receives the start event from the installer and therefore never blocks the new startup process. This in turn leads to the framework going to the final start level way before the installer is finished

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SLING-2405) Startup synchronization problems

Posted by "Carsten Ziegeler (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-2405.
-------------------------------------

    Resolution: Fixed

Fixed in revision 1242040

The process now only starts if all services are available and first the listener
is started before the resources are provisioned to the installer.
                
> Startup synchronization problems
> --------------------------------
>
>                 Key: SLING-2405
>                 URL: https://issues.apache.org/jira/browse/SLING-2405
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>    Affects Versions: Launchpad Installer 1.1.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Launchpad Installer 1.1.2
>
>
> On very fast machines, the OSGi installer might startup way before the installer listener is registered. In this case, the listener never receives the start event from the installer and therefore never blocks the new startup process. This in turn leads to the framework going to the final start level way before the installer is finished

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2405) Startup synchronization problems

Posted by "Carsten Ziegeler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204810#comment-13204810 ] 

Carsten Ziegeler commented on SLING-2405:
-----------------------------------------

I've reverted the last changes in revision 1242500 as obviously the order of the provided artifacts has no influence on the task order of the installer.
                
> Startup synchronization problems
> --------------------------------
>
>                 Key: SLING-2405
>                 URL: https://issues.apache.org/jira/browse/SLING-2405
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>    Affects Versions: Launchpad Installer 1.1.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Launchpad Installer 1.1.2
>
>
> On very fast machines, the OSGi installer might startup way before the installer listener is registered. In this case, the listener never receives the start event from the installer and therefore never blocks the new startup process. This in turn leads to the framework going to the final start level way before the installer is finished

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2405) Startup synchronization problems

Posted by "Carsten Ziegeler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204766#comment-13204766 ] 

Carsten Ziegeler commented on SLING-2405:
-----------------------------------------

In addition i've added a simple sorting of the provided artifacts in Revision: 1242477 - this will process the bundles in the order of their start level which should make installation slightly faster
                
> Startup synchronization problems
> --------------------------------
>
>                 Key: SLING-2405
>                 URL: https://issues.apache.org/jira/browse/SLING-2405
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>    Affects Versions: Launchpad Installer 1.1.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Launchpad Installer 1.1.2
>
>
> On very fast machines, the OSGi installer might startup way before the installer listener is registered. In this case, the listener never receives the start event from the installer and therefore never blocks the new startup process. This in turn leads to the framework going to the final start level way before the installer is finished

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira