Tadayoshi Sato created CAMEL-11840: -------------------------------------- Summary: camel-itest-karaf - CamelLinkedinTest fails Key: CAMEL-11840 URL: https://issues.apache.org/jira/browse/CAMEL-11840 Project: Camel Issue Type: Bug Components: karaf, tests Affects Versions: 2.20.0 Reporter: Tadayoshi Sato Assignee: Tadayoshi Sato
{code} $ ./run-tests.sh CamelLinkedinTest ... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.382 sec <<< FAILURE! - in org.apache.camel.itest.karaf.CamelLinkedinTest test(org.apache.camel.itest.karaf.CamelLinkedinTest) Time elapsed: 10.262 sec <<< ERROR! org.ops4j.pax.exam.WrappedTestContainerException: [test(org.apache.camel.itest.karaf.CamelLinkedinTest): Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-linkedin; type=karaf.feature; version="[2.20.0.SNAPSHOT,2.20.0.SNAPSHOT]"; filter:="(&(osgi.identity=camel-linkedin)(type=karaf.feature)(version>=2.20.0.SNAPSHOT)(version<=2.20.0.SNAPSHOT))" [caused by: Unable to resolve camel-linkedin/2.20.0.SNAPSHOT: missing requirement [camel-linkedin/2.20.0.SNAPSHOT] osgi.identity; osgi.identity=org.apache.camel.camel-linkedin; type=osgi.bundle; version="[2.20.0.SNAPSHOT,2.20.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve org.apache.camel.camel-linkedin/2.20.0.SNAPSHOT: missing requirement [org.apache.camel.camel-linkedin/2.20.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.apache.camel.component.linkedin.api.model)(version>=2.20.0)(!(version>=2.21.0)))" [caused by: Unable to resolve org.apache.camel.camel-linkedin-api/2.20.0.SNAPSHOT: missing requirement [org.apache.camel.camel-linkedin-api/2.20.0.SNAPSHOT] osgi.wiring.package; filter:="(osgi.wiring.package=com.gargoylesoftware.htmlunit.util)" [caused by: Unable to resolve org.apache.servicemix.bundles.htmlunit/2.24.0.1: missing requirement [org.apache.servicemix.bundles.htmlunit/2.24.0.1] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.eclipse.jetty.websocket.client)(version>=9.2.0)(!(version>=10.0.0)))" [caused by: Unable to resolve org.eclipse.jetty.websocket.client/9.3.14.v20161028: missing requirement [org.eclipse.jetty.websocket.client/9.3.14.v20161028] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.eclipse.jetty.websocket.api.extensions)(version>=9.3.14)(!(version>=9.3.15)))" [caused by: Unable to resolve org.eclipse.jetty.websocket.api/9.3.14.v20161028: missing requirement [org.eclipse.jetty.websocket.api/9.3.14.v20161028] osgi.identity; osgi.identity=pax-jetty-condition-pax_http_whiteboard; type=karaf.feature; version="[9.3.14.v20161028,9.3.14.v20161028]"; resolution:=mandatory [caused by: Unable to resolve pax-jetty-condition-pax_http_whiteboard/9.3.14.v20161028: missing requirement [pax-jetty-condition-pax_http_whiteboard/9.3.14.v20161028] osgi.identity; osgi.identity=pax-http-whiteboard; type=karaf.feature; condition:=true]]]]]]]] at org.apache.felix.resolver.ResolutionError.toException(ResolutionError.java:42) at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:389) at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:375) at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:347) at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:218) at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:291) at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1233) at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$0(FeaturesServiceImpl.java:1132) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Results : Tests in error: CamelLinkedinTest.test ยป WrappedTestContainer [test(org.apache.camel.itest.kar... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.119 s [INFO] Finished at: 2017-09-26T10:41:19+09:00 [INFO] Final Memory: 41M/2875M [INFO] ------------------------------------------------------------------------ {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)