Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4844

ERROR logged if the property featuresBoot contains pax-jetty in 2nd stage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1.0
    • 4.1.0
    • None
    • None

    Description

      By starting karaf with the following property in etc/org.apache.karaf.features.cfg

      featuresBoot = \
          (instance, \
          ...
          kar), pax-jetty
      

      , one will get the following ERROR messages in data/log/karaf.log:

      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) [?:?]
      

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            lliao Lijun Liao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: