[
https://issues.apache.org/jira/browse/KARAF-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174993#comment-14174993
]
Jean-Baptiste Onofré commented on KARAF-3287:
---------------------------------------------
The problem is that in the generated etc/startup.properties, the bundle.core
bundle is started after the bundle.command: that's why during a short period
the bundle.command bundle is waiting for bundle.core services.
> Bundle command waiting for BundleWatcher and BundleService services
> -------------------------------------------------------------------
>
> Key: KARAF-3287
> URL: https://issues.apache.org/jira/browse/KARAF-3287
> Project: Karaf
> Issue Type: Bug
> Components: karaf-shell
> Affects Versions: 3.0.2
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.3
>
>
> In the Karaf log, we can see (directly at startup):
> {code}
> 2014-10-14 19:15:04,498 | INFO | FelixStartLevel | BlueprintContainerImpl
> | 15 - org.apache.aries.blueprint.core - 1.4.1 | Bundle
> org.apache.karaf.bundle.command is waiting for dependencies
> [(objectClass=org.apache.karaf.bundle.core.BundleService),
> (objectClass=org.apache.karaf.bundle.core.BundleWatcher)]
> 2014-10-14 19:15:04,529 | INFO | rint Extender: 2 | BlueprintContainerImpl
> | 15 - org.apache.aries.blueprint.core - 1.4.1 | Bundle
> org.apache.karaf.bundle.command is waiting for dependencies
> [(objectClass=org.apache.karaf.bundle.core.BundleService)]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)