microprofile / microprofile-opentracing

microprofile-opentracing
Apache License 2.0
55 stars 47 forks source link

java.lang.NoSuchMethodError: io/opentracing/Tracer$SpanBuilder.startActive(Z)Lio/opentracing/Scope; #209

Open AbhideepChakravarty opened 3 years ago

AbhideepChakravarty commented 3 years ago

I am running an application with Helidon MP (2.2.0) and then I am using Couchbase Java Client and that's causing me this weird exception:

SEVERE: Default error handler: Unhandled exception encountered. java.util.concurrent.ExecutionException: Unhandled 'cause' of this exception encountered. at io.helidon.webserver.RequestRouting$RoutedRequest.defaultHandler(RequestRouting.java:397) at io.helidon.webserver.RequestRouting$RoutedRequest.nextNoCheck(RequestRouting.java:377) at io.helidon.webserver.RequestRouting$RoutedRequest.next(RequestRouting.java:420) at io.helidon.webserver.jersey.ResponseWriter.failure(ResponseWriter.java:172) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:438) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at io.helidon.webserver.jersey.JerseySupport$JerseyHandler.lambda$doAccept$3(JerseySupport.java:265) at io.helidon.webserver.jersey.JerseySupport$JerseyHandler$$Lambda$1112/000000000000000000.run(Unknown Source) at io.helidon.common.context.Contexts.runInContext(Contexts.java:98) at io.helidon.common.context.ContextAwareExecutorImpl.lambda$wrap$1(ContextAwareExecutorImpl.java:129) at io.helidon.common.context.ContextAwareExecutorImpl$$Lambda$915/000000000000000000.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:836) Caused by: java.lang.NoSuchMethodError: io/opentracing/Tracer$SpanBuilder.startActive(Z)Lio/opentracing/Scope; (loaded from file:/C:/Users/Admin/aawp/AppAdminWebAppRoot/facade/aawp-rest/target/libs/opentracing-api-0.33.0.jar by jdk.internal.loader.ClassLoaders$AppClassLoader@4a2f11db) called from class com.couchbase.client.java.bucket.api.Utils (loaded from file:/C:/Users/Admin/aawp/AppAdminWebAppRoot/facade/aawp-rest/target/libs/java-client-2.7.2.jar by jdk.internal.loader.ClassLoaders$AppClassLoader@4a2f11db). at com.couchbase.client.java.bucket.api.Utils.addRequestSpan(Utils.java:158) at com.couchbase.client.java.query.core.N1qlQueryExecutor$2.call(N1qlQueryExecutor.java:202) at com.couchbase.client.java.query.core.N1qlQueryExecutor$2.call(N1qlQueryExecutor.java:198) at com.couchbase.client.java.util.OnSubscribeDeferAndWatch.call(OnSubscribeDeferAndWatch.java:82) at com.couchbase.client.java.util.OnSubscribeDeferAndWatch.call(OnSubscribeDeferAndWatch.java:57) at rx.Observable.unsafeSubscribe(Observable.java:10327) at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:48) at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:33) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) at rx.Observable.unsafeSubscribe(Observable.java:10327) at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:48) at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:33) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) at rx.Observable.subscribe(Observable.java:10423) at rx.Observable.subscribe(Observable.java:10390) at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443) at rx.observables.BlockingObservable.single(BlockingObservable.java:340) at com.couchbase.client.java.CouchbaseBucket.query(CouchbaseBucket.java:650) at com.couchbase.client.java.CouchbaseBucket.query(CouchbaseBucket.java:564) at com.eclatian.core.cb.framewotk.Repository.findEntity(Repository.java:244) at com.fastserve.aawp.cb.impl.BaseCBImpl.findResource(BaseCBImpl.java:171) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38) at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106) at com.eclatian.core.data.biz.IResourceService$$Proxy$_$$WeldClientProxy.findResource(Unknown Source) at com.eclatian.core.data.biz.BaseServiceImpl.findResource(BaseServiceImpl.java:62) at com.fastserve.aawp.biz.impl.SubscriptionFeatureServiceImpl$Proxy$$$WeldClientProxy.findResource(Unknown Source) at com.fastserve.aawp.rest.controllers.BaseResource.find(BaseResource.java:78) at com.fastserve.aawp.rest.controllers.SubscriptionFeaturesResource$Proxy$$$WeldSubclass.find(Unknown Source) at com.fastserve.aawp.rest.controllers.SubscriptionFeaturesResource.findSubscriptionFeature(SubscriptionFeaturesResource.java:141) at com.fastserve.aawp.rest.controllers.SubscriptionFeaturesResource$Proxy$$$WeldSubclass.findSubscriptionFeature$$super(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) at io.helidon.microprofile.metrics.InterceptorSyntheticSimplyTimed$$Lambda$1178/000000000000000000.call(Unknown Source) at io.helidon.metrics.HelidonSimpleTimer$SimpleTimerImpl.time(HelidonSimpleTimer.java:184) at io.helidon.metrics.HelidonSimpleTimer.time(HelidonSimpleTimer.java:64) at io.helidon.microprofile.metrics.InterceptorSyntheticSimplyTimed.interceptRestEndpoint(InterceptorSyntheticSimplyTimed.java:72) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56) at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79) at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68) at com.fastserve.aawp.rest.controllers.SubscriptionFeaturesResource$Proxy$$$WeldSubclass.findSubscriptionFeature(Unknown Source) at com.fastserve.aawp.rest.controllers.SubscriptionFeaturesResource$Proxy$$$_WeldClientProxy.findSubscriptionFeature(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$$Lambda$394/000000000000000000.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) ... 16 more

Here is the dependency tree:

[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: windows [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 10.0 [INFO] os.detected.version.major: 10 [INFO] os.detected.version.minor: 0 [INFO] os.detected.classifier: windows-x86_64 [INFO] [INFO] --------------------< com.fastserve.aawp:aawp-rest >-------------------- [INFO] Building aawp-rest 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ aawp-rest --- [INFO] com.fastserve.aawp:aawp-rest:jar:1.0.0-SNAPSHOT [INFO] +- junit:junit:jar:4.12:test [INFO] | - org.hamcrest:hamcrest-core:jar:1.3:test [INFO] +- com.fastserve.aawp:aawp-biz-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | +- com.fastserve.aawp:aawp-biz-interfaces:jar:1.0.0-SNAPSHOT:compile [INFO] | | - org.projectlombok:lombok:jar:1.18.2:compile [INFO] | +- com.fastserve.aawp:common-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | | - com.sendgrid:sendgrid-java:jar:jar:4.4.1:compile [INFO] | | +- com.sendgrid:java-http-client:jar:4.1.0:compile [INFO] | | | - org.mockito:mockito-core:jar:2.23.4:compile [INFO] | | | +- net.bytebuddy:byte-buddy:jar:1.9.3:compile [INFO] | | | +- net.bytebuddy:byte-buddy-agent:jar:1.9.3:compile [INFO] | | | - org.objenesis:objenesis:jar:2.6:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.1:compile [INFO] | | - com.fasterxml.jackson.core:jackson-annotations:jar:2.11.1:compile [INFO] | +- com.fastserve.aawp:aawp-cb-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | | - com.eclatian.core:cb-framework:jar:1.0.0-SNAPSHOT:compile [INFO] | | - com.couchbase.client:java-client:jar:2.7.2:compile [INFO] | | - com.couchbase.client:core-io:jar:1.7.2:compile [INFO] | | - io.reactivex:rxjava:jar:1.3.8:compile [INFO] | +- com.eclatian.core:core-util:jar:1.0.0-SNAPSHOT:compile [INFO] | +- com.eclatian.paymentgateway.razorpay:razorpay-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | | - com.razorpay:razorpay-java:jar:1.3.8:compile [INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.10.0:compile [INFO] | | | - com.squareup.okio:okio:jar:1.14.0:compile [INFO] | | +- com.squareup.okhttp3:logging-interceptor:jar:3.10.0:compile [INFO] | | +- org.json:json:jar:20180130:compile [INFO] | | +- commons-codec:commons-codec:jar:1.11:compile [INFO] | | - org.apache.commons:commons-text:jar:1.3:compile [INFO] | - com.fastserve:gcp-pubsub-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | +- com.fastserve:aawp-pubsub-interfaces:jar:1.0.0-SNAPSHOT:compile [INFO] | - com.eclatian.core:gcp-pubsub-framework:jar:1.0.0-SNAPSHOT:compile [INFO] | - com.google.cloud:google-cloud-pubsub:jar:1.105.0:compile [INFO] | - com.google.api.grpc:proto-google-cloud-pubsub-v1:jar:1.87.0:compile [INFO] +- com.fastserve.aawp:aawp-facade-interfaces:jar:1.0.0-SNAPSHOT:compile [INFO] | - com.eclatian.core:core-data:jar:1.0.0-SNAPSHOT:compile [INFO] +- com.fastserve.aawp:aawp-fs-impl:jar:1.0.0-SNAPSHOT:compile [INFO] | - com.eclatian.core:core-exception:jar:1.0.0-SNAPSHOT:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:compile [INFO] +- ch.qos.logback:logback-core:jar:1.2.3:compile [INFO] +- org.codehaus.janino:janino:jar:3.0.6:compile [INFO] | - org.codehaus.janino:commons-compiler:jar:3.0.6:compile [INFO] +- com.google.cloud:google-cloud-logging-logback:jar:0.116.0-alpha:compile [INFO] | - com.google.cloud:google-cloud-logging:jar:1.98.0:compile [INFO] | - com.google.api.grpc:proto-google-cloud-logging-v2:jar:0.81.0:compile [INFO] +- org.junit.jupiter:junit-jupiter-api:jar:5.6.2:test [INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.0:test [INFO] | +- org.opentest4j:opentest4j:jar:1.2.0:test [INFO] | - org.junit.platform:junit-platform-commons:jar:1.6.2:test [INFO] +- com.google.code.gson:gson:jar:2.1:compile [INFO] +- io.helidon.microprofile.bundles:helidon-microprofile:jar:2.1.0:compile [INFO] | +- io.helidon.microprofile.bundles:helidon-microprofile-core:jar:2.1.0:compile [INFO] | | - io.helidon.microprofile.server:helidon-microprofile-server:jar:2.1.0:compile [INFO] | | +- io.helidon.microprofile.cdi:helidon-microprofile-cdi:jar:2.1.0:compile [INFO] | | | +- io.helidon.microprofile.weld:weld-se-core:jar:2.1.0:compile [INFO] | | | | +- io.helidon.microprofile.weld:weld-core-impl:jar:2.1.0:compile [INFO] | | | | +- org.jboss.weld.environment:weld-environment-common:jar:3.1.4.Final:compile [INFO] | | | | +- org.jboss.weld:weld-api:jar:3.1.SP2:compile [INFO] | | | | +- org.jboss.weld.probe:weld-probe-core:jar:3.1.4.Final:compile [INFO] | | | | +- org.jboss.weld:weld-spi:jar:3.1.SP2:compile [INFO] | | | | - org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.4.Final:compile [INFO] | | | - org.slf4j:slf4j-jdk14:jar:1.7.26:runtime [INFO] | | +- io.helidon.webserver:helidon-webserver:jar:2.1.0:compile [INFO] | | | +- io.helidon.common:helidon-common-http:jar:2.1.0:compile [INFO] | | | +- io.helidon.media:helidon-media-common:jar:2.1.0:compile [INFO] | | | +- io.opentracing:opentracing-api:jar:0.33.0:compile [INFO] | | | +- io.opentracing:opentracing-noop:jar:0.33.0:compile [INFO] | | | - io.netty:netty-codec-http2:jar:4.1.51.Final:compile [INFO] | | +- io.helidon.webserver:helidon-webserver-jersey:jar:2.1.0:compile [INFO] | | | - io.helidon.jersey:helidon-jersey-server:jar:2.1.0:compile [INFO] | | | - org.glassfish.jersey.core:jersey-server:jar:2.32:compile [INFO] | | | - jakarta.validation:jakarta.validation-api:jar:2.0.2:compile [INFO] | | +- io.helidon.common:helidon-common-service-loader:jar:2.1.0:compile [INFO] | | +- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile [INFO] | | | - jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile [INFO] | | | - jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile [INFO] | | +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile [INFO] | | | - jakarta.el:jakarta.el-api:jar:3.0.3:compile [INFO] | | +- io.helidon.media:helidon-media-jsonp:jar:2.1.0:compile [INFO] | | +- org.glassfish.jersey.ext.cdi:jersey-weld2-se:jar:2.32:runtime [INFO] | | | - org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:2.32:runtime [INFO] | | - io.helidon.jersey:helidon-jersey-media-jsonp:jar:2.1.0:compile [INFO] | | - org.glassfish.jersey.media:jersey-media-json-processing:jar:2.32:compile [INFO] | | - org.glassfish:jsonp-jaxrs:jar:1.1.6:compile [INFO] | +- io.helidon.microprofile.config:helidon-microprofile-config:jar:2.1.0:compile [INFO] | | +- io.helidon.config:helidon-config-mp:jar:2.1.0:compile [INFO] | | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile [INFO] | | | - io.helidon.common:helidon-common:jar:2.1.0:compile [INFO] | | +- io.helidon.config:helidon-config-yaml:jar:2.1.0:runtime [INFO] | | | - org.yaml:snakeyaml:jar:1.24:compile [INFO] | | +- io.helidon.config:helidon-config-encryption:jar:2.1.0:compile [INFO] | | | - io.helidon.common:helidon-common-key-util:jar:2.1.0:compile [INFO] | | - io.helidon.config:helidon-config-object-mapping:jar:2.1.0:runtime [INFO] | +- io.helidon.microprofile.health:helidon-microprofile-health:jar:2.1.0:compile [INFO] | | +- io.helidon.health:helidon-health:jar:2.1.0:compile [INFO] | | | - io.helidon.webserver:helidon-webserver-cors:jar:2.1.0:compile [INFO] | | +- org.eclipse.microprofile.config:microprofile-config-api:jar:1.4:compile [INFO] | | +- org.eclipse.microprofile.health:microprofile-health-api:jar:2.2:compile [INFO] | | - io.helidon.health:helidon-health-common:jar:2.1.0:compile [INFO] | +- io.helidon.health:helidon-health-checks:jar:2.1.0:compile [INFO] | +- io.helidon.microprofile.metrics:helidon-microprofile-metrics:jar:2.1.0:compile [INFO] | | - io.helidon.metrics:helidon-metrics:jar:2.1.0:compile [INFO] | | - org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:2.3.2:compile [INFO] | +- io.helidon.microprofile:helidon-microprofile-fault-tolerance:jar:2.1.0:compile [INFO] | | +- org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:2.1.1:compile [INFO] | | +- io.helidon.fault-tolerance:helidon-fault-tolerance:jar:2.1.0:compile [INFO] | | - io.helidon.common:helidon-common-configurable:jar:2.1.0:compile [INFO] | +- io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:jar:2.1.0:compile [INFO] | | +- org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1.1:compile [INFO] | | +- io.helidon.security:helidon-security-jwt:jar:2.1.0:compile [INFO] | | | - io.helidon.security:helidon-security-util:jar:2.1.0:compile [INFO] | | +- io.helidon.security:helidon-security:jar:2.1.0:compile [INFO] | | | +- io.helidon.common:helidon-common-reactive:jar:2.1.0:compile [INFO] | | | | - io.helidon.common:helidon-common-mapper:jar:2.1.0:compile [INFO] | | | - io.opentracing:opentracing-util:jar:0.33.0:compile [INFO] | | +- io.helidon.security.integration:helidon-security-integration-jersey:jar:2.1.0:compile [INFO] | | | - io.helidon.security:helidon-security-annotations:jar:2.1.0:compile [INFO] | | +- io.helidon.microprofile:helidon-microprofile-security:jar:2.1.0:compile [INFO] | | | +- io.helidon.bundles:helidon-bundles-security:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-header:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-http-auth:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-http-sign:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-jwt:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-abac:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.providers:helidon-security-providers-oidc:jar:2.1.0:compile [INFO] | | | | | - io.helidon.security.providers:helidon-security-providers-oidc-common:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.abac:helidon-security-abac-time:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.abac:helidon-security-abac-role:jar:2.1.0:compile [INFO] | | | | +- io.helidon.security.abac:helidon-security-abac-scope:jar:2.1.0:compile [INFO] | | | | - io.helidon.security.abac:helidon-security-abac-policy:jar:2.1.0:compile [INFO] | | | - io.helidon.security.integration:helidon-security-integration-webserver:jar:2.1.0:compile [INFO] | | +- io.helidon.config:helidon-config:jar:2.1.0:compile [INFO] | | | - io.helidon.common:helidon-common-media-type:jar:2.1.0:compile [INFO] | | - io.helidon.security.providers:helidon-security-providers-common:jar:2.1.0:compile [INFO] | +- io.helidon.security.integration:helidon-security-integration-jersey-client:jar:2.1.0:compile [INFO] | | +- io.helidon.security.integration:helidon-security-integration-common:jar:2.1.0:compile [INFO] | | +- io.helidon.tracing:helidon-tracing-config:jar:2.1.0:compile [INFO] | | +- io.helidon.jersey:helidon-jersey-common:jar:2.1.0:compile [INFO] | | - io.helidon.webclient:helidon-webclient-jaxrs:jar:2.1.0:compile [INFO] | +- io.helidon.microprofile.openapi:helidon-microprofile-openapi:jar:2.1.0:compile [INFO] | | - io.helidon.openapi:helidon-openapi:jar:2.1.0:compile [INFO] | | +- io.smallrye:smallrye-open-api:jar:1.2.0:compile [INFO] | | | - org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile [INFO] | | - org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:1.1.2:compile [INFO] | +- io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:jar:2.1.0:compile [INFO] | | +- io.helidon.common:helidon-common-context:jar:2.1.0:compile [INFO] | | +- io.helidon.jersey:helidon-jersey-client:jar:2.1.0:compile [INFO] | | | +- org.glassfish.jersey.core:jersey-client:jar:2.32:compile [INFO] | | | +- org.glassfish.jersey.inject:jersey-hk2:jar:2.32:compile [INFO] | | | | +- org.glassfish.hk2:hk2-locator:jar:2.6.1:compile [INFO] | | | | | +- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1:compile [INFO] | | | | | +- org.glassfish.hk2:hk2-api:jar:2.6.1:compile [INFO] | | | | | - org.glassfish.hk2:hk2-utils:jar:2.6.1:compile [INFO] | | | | - org.javassist:javassist:jar:3.25.0-GA:compile [INFO] | | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile [INFO] | | | - jakarta.inject:jakarta.inject-api:jar:1.0:compile [INFO] | | - org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:2.32:compile [INFO] | | - jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile [INFO] | +- io.helidon.microprofile.tracing:helidon-microprofile-tracing:jar:2.1.0:compile [INFO] | | +- io.helidon.tracing:helidon-tracing-jersey:jar:2.1.0:compile [INFO] | | | +- io.helidon.tracing:helidon-tracing:jar:2.1.0:compile [INFO] | | | - io.helidon.tracing:helidon-tracing-jersey-client:jar:2.1.0:compile [INFO] | | +- org.eclipse.microprofile.opentracing:microprofile-opentracing-api:jar:1.3.3:compile [INFO] | | +- io.helidon.tracing:helidon-tracing-tracer-resolver:jar:2.1.0:compile [INFO] | | | - io.opentracing.contrib:opentracing-tracerresolver:jar:0.1.8:compile [INFO] | | - org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:1.4.1:compile [INFO] | +- org.glassfish.jersey.media:jersey-media-json-binding:jar:2.32:runtime [INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.32:compile [INFO] | | | - org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile [INFO] | | - org.glassfish:jakarta.json:jar:1.1.6:compile [INFO] | +- jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2:compile [INFO] | - org.eclipse:yasson:jar:1.0.8:runtime [INFO] | - org.glassfish:jakarta.json:jar:module:1.1.6:runtime [INFO] +- org.jboss:jandex:jar:2.1.1.Final:runtime (optional) [INFO] +- jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime [INFO] +- org.slf4j:slf4j-api:jar:1.7.26:compile [INFO] +- com.google.firebase:firebase-admin:jar:6.12.0:compile [INFO] | +- com.google.api-client:google-api-client:jar:1.30.5:compile [INFO] | | +- com.google.oauth-client:google-oauth-client:jar:1.30.4:compile [INFO] | | - com.google.http-client:google-http-client-jackson2:jar:1.32.1:compile [INFO] | +- com.google.api-client:google-api-client-gson:jar:1.30.1:compile [INFO] | | - com.google.http-client:google-http-client-gson:jar:1.30.1:compile [INFO] | +- com.google.http-client:google-http-client:jar:1.30.1:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.10:compile [INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.12:compile [INFO] | | | - commons-logging:commons-logging:jar:1.2:compile [INFO] | | - io.opencensus:opencensus-contrib-http-util:jar:0.21.0:compile [INFO] | +- com.google.api:api-common:jar:1.8.1:compile [INFO] | +- com.google.auth:google-auth-library-oauth2-http:jar:0.17.1:compile [INFO] | +- com.google.cloud:google-cloud-storage:jar:1.91.0:compile [INFO] | | +- com.google.cloud:google-cloud-core-http:jar:1.90.0:compile [INFO] | | | +- com.google.http-client:google-http-client-appengine:jar:1.31.0:compile [INFO] | | | - com.google.api:gax-httpjson:jar:0.65.1:compile [INFO] | | - com.google.apis:google-api-services-storage:jar:v1-rev20190624-1.30.1:compile [INFO] | +- io.netty:netty-codec-http:jar:4.1.51.Final:compile [INFO] | | +- io.netty:netty-common:jar:4.1.51.Final:compile [INFO] | | +- io.netty:netty-buffer:jar:4.1.51.Final:compile [INFO] | | - io.netty:netty-codec:jar:4.1.51.Final:compile [INFO] | +- io.netty:netty-handler:jar:4.1.51.Final:compile [INFO] | | - io.netty:netty-resolver:jar:4.1.51.Final:compile [INFO] | - io.netty:netty-transport:jar:4.1.51.Final:compile [INFO] +- com.google.guava:guava:jar:28.1-jre:compile [INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] | +- org.checkerframework:checker-qual:jar:2.8.1:compile [INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.3:compile [INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] | - org.codehaus.mojo:animal-sniffer-annotations:jar:1.18:compile [INFO] - com.google.cloud:google-cloud-firestore:jar:1.32.0:compile [INFO] +- com.google.cloud:google-cloud-core-grpc:jar:1.91.3:compile [INFO] | - io.grpc:grpc-core:jar:1.32.1:compile [INFO] | +- com.google.android:annotations:jar:4.1.1.4:runtime [INFO] | - io.perfmark:perfmark-api:jar:0.19.0:runtime [INFO] +- com.google.api.grpc:proto-google-cloud-firestore-admin-v1:jar:1.32.0:compile [INFO] +- com.google.api.grpc:proto-google-cloud-firestore-v1:jar:1.32.0:compile [INFO] +- com.google.api.grpc:proto-google-cloud-firestore-v1beta1:jar:0.85.0:compile [INFO] +- com.google.auto.value:auto-value-annotations:jar:1.6.6:compile [INFO] +- io.opencensus:opencensus-contrib-grpc-util:jar:0.24.0:compile [INFO] +- io.grpc:grpc-protobuf:jar:1.32.1:compile [INFO] | - io.grpc:grpc-protobuf-lite:jar:1.32.1:compile [INFO] +- io.grpc:grpc-context:jar:1.32.1:compile [INFO] +- com.google.protobuf:protobuf-java:jar:3.11.1:compile [INFO] +- com.google.api.grpc:proto-google-common-protos:jar:1.17.0:compile [INFO] +- com.google.api:gax:jar:1.51.0:compile [INFO] +- io.grpc:grpc-api:jar:1.32.1:compile [INFO] +- com.google.api:gax-grpc:jar:1.51.0:compile [INFO] | +- io.grpc:grpc-auth:jar:1.25.0:compile [INFO] | +- io.grpc:grpc-netty-shaded:jar:1.25.0:compile [INFO] | - io.grpc:grpc-alts:jar:1.25.0:compile [INFO] | +- io.grpc:grpc-grpclb:jar:1.25.0:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.5:compile [INFO] | - org.conscrypt:conscrypt-openjdk-uber:jar:2.2.1:compile [INFO] +- org.threeten:threetenbp:jar:1.4.0:compile [INFO] +- io.grpc:grpc-stub:jar:1.32.1:compile [INFO] +- io.opencensus:opencensus-api:jar:0.24.0:compile [INFO] +- com.google.auth:google-auth-library-credentials:jar:0.18.0:compile [INFO] +- com.google.cloud:google-cloud-core:jar:1.91.3:compile [INFO] | - com.google.api.grpc:proto-google-iam-v1:jar:0.13.0:compile [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.11.1:compile [INFO] +- com.google.protobuf:protobuf-java-util:jar:3.11.1:compile [INFO] +- com.google.cloud:google-cloud-conformance-tests:jar:0.0.1:compile [INFO] | - com.google.api.grpc:proto-google-cloud-bigtable-v2:jar:0.80.0:compile [INFO] - javax.annotation:javax.annotation-api:jar:1.3.2:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.346 s [INFO] Finished at: 2020-11-29T22:35:00+05:30 [INFO] ------------------------------------------------------------------------

What is going wrong and what should I do to fix the issue?

fmhwong commented 3 years ago

OpenTracing API 0.33.0 has removed Tracer.SpanBuilder.startActive(boolean finishSpanOnClose). Looks like you may need to update the couchbase client that supports OpenTracing API 0.33.0.