Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-9814

InstallFeaturesKarafIntegrationTest.testInstallFeature fails with jbpm-human-task

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.57.0.Final
    • 7.57.0.Final
    • None
    • None
    • 1
    • False
    • False
    • NEW
    • NEW
    • Undefined
    • 2021 Week 28-30 (from Jul 12)

    Description

      kie-karaf-itests fails with:

      [INFO] Running org.kie.karaf.itest.InstallFeaturesKarafIntegrationTest
      10:30:48.365 [main] INFO  o.k.k.i.AbstractKarafIntegrationTest.getKarafDistributionOption:179 - *** The karaf version is 4.2.3 ***
      10:30:48.365 [main] INFO  o.k.k.i.AbstractKarafIntegrationTest.getKarafDistributionOption:180 - *** The cxf version is 3.2.14 ***
      10:30:48.365 [main] INFO  o.k.k.i.AbstractKarafIntegrationTest.getKarafDistributionOption:181 - *** The camel version is 2.21.5 ***
      org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=jbpm-human-task; type=karaf.feature; version="[7.58.0.SNAPSHOT,7.58.0.SNAPSHOT]"; filter:="(&(osgi.identity=jbpm-human-task)(type=karaf.feature)(version>=7.58.0.SNAPSHOT)(version<=7.58.0.SNAPSHOT))" [caused by: Unable to resolve jbpm-human-task/7.58.0.SNAPSHOT: missing requirement [jbpm-human-task/7.58.0.SNAPSHOT] osgi.identity; osgi.identity=org.jbpm.persistence.api; type=osgi.bundle; version="[7.58.0.202107111124,7.58.0.202107111124]"; resolution:=mandatory [caused by: Unable to resolve org.jbpm.persistence.api/7.58.0.202107111124: missing requirement [org.jbpm.persistence.api/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=org.jbpm.workflow.instance.impl)" [caused by: Unable to resolve org.jbpm.flow.core/7.58.0.202107111124: missing requirement [org.jbpm.flow.core/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=com.fasterxml.jackson.datatype.jsr310)"]]]
      	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
      	at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:392)
      	at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:378)
      	at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:332)
      	at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:257)
      	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:388)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1058)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:994)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve jbpm-human-task/7.58.0.SNAPSHOT: missing requirement [jbpm-human-task/7.58.0.SNAPSHOT] osgi.identity; osgi.identity=org.jbpm.persistence.api; type=osgi.bundle; version="[7.58.0.202107111124,7.58.0.202107111124]"; resolution:=mandatory [caused by: Unable to resolve org.jbpm.persistence.api/7.58.0.202107111124: missing requirement [org.jbpm.persistence.api/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=org.jbpm.workflow.instance.impl)" [caused by: Unable to resolve org.jbpm.flow.core/7.58.0.202107111124: missing requirement [org.jbpm.flow.core/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=com.fasterxml.jackson.datatype.jsr310)"]]
      	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
      	... 12 more
      Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.jbpm.persistence.api/7.58.0.202107111124: missing requirement [org.jbpm.persistence.api/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=org.jbpm.workflow.instance.impl)" [caused by: Unable to resolve org.jbpm.flow.core/7.58.0.202107111124: missing requirement [org.jbpm.flow.core/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=com.fasterxml.jackson.datatype.jsr310)"]
      	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
      	... 13 more
      Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.jbpm.flow.core/7.58.0.202107111124: missing requirement [org.jbpm.flow.core/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=com.fasterxml.jackson.datatype.jsr310)"
      	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
      	... 14 more
      [ERROR] Tests run: 19, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 43.556 s <<< FAILURE! - in org.kie.karaf.itest.InstallFeaturesKarafIntegrationTest
      [ERROR] testInstallFeature[13: jbpm-human-task](org.kie.karaf.itest.InstallFeaturesKarafIntegrationTest)  Time elapsed: 0.335 s  <<< ERROR!
      org.ops4j.pax.exam.WrappedTestContainerException: [testInstallFeature(org.kie.karaf.itest.InstallFeaturesKarafIntegrationTest): Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=jbpm-human-task; type=karaf.feature; version="[7.58.0.SNAPSHOT,7.58.0.SNAPSHOT]"; filter:="(&(osgi.identity=jbpm-human-task)(type=karaf.feature)(version>=7.58.0.SNAPSHOT)(version<=7.58.0.SNAPSHOT))" [caused by: Unable to resolve jbpm-human-task/7.58.0.SNAPSHOT: missing requirement [jbpm-human-task/7.58.0.SNAPSHOT] osgi.identity; osgi.identity=org.jbpm.persistence.api; type=osgi.bundle; version="[7.58.0.202107111124,7.58.0.202107111124]"; resolution:=mandatory [caused by: Unable to resolve org.jbpm.persistence.api/7.58.0.202107111124: missing requirement [org.jbpm.persistence.api/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=org.jbpm.workflow.instance.impl)" [caused by: Unable to resolve org.jbpm.flow.core/7.58.0.202107111124: missing requirement [org.jbpm.flow.core/7.58.0.202107111124] osgi.wiring.package; filter:="(osgi.wiring.package=com.fasterxml.jackson.datatype.jsr310)"]]], testInstallFeature(org.kie.karaf.itest.InstallFeaturesKarafIntegrationTest): Feature named 'jbpm-human-task/0' is not installed]
      

      Attachments

        Activity

          People

            rhn-support-tkobayas Toshiya Kobayashi
            rhn-support-tkobayas Toshiya Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: