[ 
https://issues.apache.org/jira/browse/KARAF-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477759#comment-13477759
 ] 

Xilai Dai commented on KARAF-1925:
----------------------------------

Hi, I'm using 2.3.0 release.

I've tried to increase the start-lv of ssh and management bundle from 30 to 40 
in the standard-2.3.0-features.xml, like this:
<feature name="ssh" description="Provide a SSHd server on Karaf" 
version="2.3.0">
    ...
    <bundle 
start-level="40">mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/2.3.0</bundle>
</feature>
<feature name="management" description="Provide a JMX MBeanServer and a set of 
MBeans in Karaf" version="2.3.0">
    <bundle 
start-level="40">mvn:org.apache.karaf.management/org.apache.karaf.management.server/2.3.0</bundle>
    ...
</feature>

with these changes, it's really easy to reproduce this problem :)  after those 
bundles failed , you will got the blueprint timeout exceptions.
[  47] [Active     ] [Failure     ] [   30] Apache Karaf :: Management :: 
MBeans :: System (2.3.0)
[  48] [Active     ] [Failure     ] [   30] Apache Karaf :: Management :: 
MBeans :: Bundles (2.3.0)
[  49] [Active     ] [Failure     ] [   30] Apache Karaf :: Management :: 
MBeans :: Services (2.3.0)
[  50] [Active     ] [Failure     ] [   30] Apache Karaf :: Management :: 
MBeans :: Config (2.3.0)
[  51] [Active     ] [Failure     ] [   30] Apache Karaf :: Management :: 
MBeans :: Log (2.3.0)


                
> Blueprint timeout exceptions after karaf startup
> ------------------------------------------------
>
>                 Key: KARAF-1925
>                 URL: https://issues.apache.org/jira/browse/KARAF-1925
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>         Environment: Win 7, Java 7
>            Reporter: Xilai Dai
>         Attachments: karaf.log
>
>
> the karaf management bundle (or the karaf ssh bundle) sometimes will be on 
> the GracePeriod after start karaf container.
> [  17] [Active     ] [GracePeriod ] [       ] [   30] Apache Karaf :: Shell 
> :: SSH (2.3.0)
> or
> [  18] [Active     ] [GracePeriod ] [       ] [   30] Apache Karaf :: 
> Management (2.3.0)
> and got the blueprint timeout exceptions in the karaf.log (attached)
> if then refresh the bundles manually:
> karaf@root>refresh 18
> or
> karaf@root>refresh 17
> then, everything will be ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to