You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2016/11/30 08:23:59 UTC

[jira] [Resolved] (KARAF-4844) ERROR logged if the property featuresBoot contains pax-jetty in 2nd stage

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

Guillaume Nodet resolved KARAF-4844.
------------------------------------
    Resolution: Fixed
      Assignee: Guillaume Nodet

It seems that has been already fixed by https://github.com/apache/karaf/commit/46793684018bf02ab87957546285a6935d800573 

> ERROR logged if the property featuresBoot contains pax-jetty in 2nd stage  
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-4844
>                 URL: https://issues.apache.org/jira/browse/KARAF-4844
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>            Reporter: Lijun Liao
>            Assignee: Guillaume Nodet
>             Fix For: 4.1.0
>
>
> By starting karaf with the following property in etc/org.apache.karaf.features.cfg 
> {code}
> featuresBoot = \
>     (instance, \
>     ...
>     kar), pax-jetty
> {code}
> , one will get the following ERROR messages in data/log/karaf.log:
> {code}
> 2016-11-23T21:31:43,216 | ERROR | FelixStartLevel  | Felix                            |  -  -  | Bundle org.objectweb.asm.all [52] Error locking mvn:org.ow2.asm/asm-all/6.0_ALPHA (java.lang.IllegalStateException: Bundle in unexpected state.)
> java.lang.IllegalStateException: Bundle in unexpected state.
>         at org.apache.felix.framework.Felix.acquireBundleLock(Felix.java:5272) [?:?]
>         at org.apache.felix.framework.Felix.setBundleStartLevel(Felix.java:1524) [?:?]
>         at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:338) [?:?]
>         at java.lang.Thread.run(Thread.java:745) [?:?]
> 2016-11-23T21:31:43,215 | ERROR | FelixDispatchQueue | all                              | 85 - org.objectweb.asm.all - 5.0.2 | FrameworkEvent ERROR - org.objectweb.asm.all
> java.lang.IllegalStateException: Bundle in unexpected state.
>         at org.apache.felix.framework.Felix.acquireBundleLock(Felix.java:5272) [?:?]
>         at org.apache.felix.framework.Felix.setBundleStartLevel(Felix.java:1524) [?:?]
>         at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:338) [?:?]
>         at java.lang.Thread.run(Thread.java:745) [?:?]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)