You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help Needed! ProviderNotFoundException: No functional collector client provider found. Try adding a dependency on the tracer-okhttp or tracer-grpc artifact
#283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
I am having dependency issues with the lighstep trace library. With runtime exception
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'openTracingSupport.OpenTracingFilterConfiguration': Unsatisfied dependency expressed through field 'tracer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'lightstepTracer' defined in class path resource [com/collection/tracing/OpenTracingSupport$OpenTracingConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.opentracing.Tracer]: Factory method 'lightstepTracer' threw exception; nested exception is com.lightstep.tracer.shared.CollectorClientProvider$ProviderNotFoundException: No functional collector client provider found. Try adding a dependency on the tracer-okhttp or tracer-grpc artifact
Earlier I was using bundle jar, but since it had a non-compatible kotlin version. I had to move to the jre jar. But I am unable to get this working. Any help here?
The text was updated successfully, but these errors were encountered:
sherry-ummen-zalando
changed the title
Help Needed!.
Help Needed! ProviderNotFoundException: No functional collector client provider found. Try adding a dependency on the tracer-okhttp or tracer-grpc artifact
Mar 27, 2023
I am having dependency issues with the lighstep trace library. With runtime exception
I have the following dependencies
How can I resolve this?
Earlier I was using bundle jar, but since it had a non-compatible kotlin version. I had to move to the jre jar. But I am unable to get this working. Any help here?
The text was updated successfully, but these errors were encountered: