You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/12/22 12:12:44 UTC

[jira] Closed: (FELIX-856) Web Console fails to start if HttpService is only available after the WebConsole bundle start

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

Felix Meschberger closed FELIX-856.
-----------------------------------

    Resolution: Fixed

In Rev. 728646 reorganized the startup and shutdown process of the OSGiManager: The core of the setup is now done when the servlet is initialized when registering with the HttpService. Likewise the core of the shutdown now takes place when the servlet is destroyed upon unregistration from the HttpService.

> Web Console fails to start if HttpService is only available after the WebConsole bundle start
> ---------------------------------------------------------------------------------------------
>
>                 Key: FELIX-856
>                 URL: https://issues.apache.org/jira/browse/FELIX-856
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.2
>
>
> The Web Console is started through the bundle activator when the web console bundle is started. And even though a ServiceTracker is used to track the HttpService, the initial plugins are started and initialized before the HttpService may be available. In this case startup of the web console may fail.
> The web console startup must be modified to only start registering plugins once the HttpService is really available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.