Replies: 1 comment 16 replies
-
@hkdev27 Yes this is a version issue of Guava, a requirement for gRPC - try to force a newer version in your build. If other conflicts prevent you from doing this, then you'll need to use the |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While running jaeger implementation for java always getting the following error message
"main" java.lang.NoSuchMethodError: 'void com.google.common.base.Preconditions.checkArgument(boolean, java.lang.String, char, java.lang.Object)'
Is this due to lib version mismatch.
I tried with grpc-netty-shaded 1.29.0.
Beta Was this translation helpful? Give feedback.
All reactions