-
Notifications
You must be signed in to change notification settings - Fork 24
NoSuchMethodError - io.grpc.netty.NettyChannelBuilder.maxInboundMessageSize #106
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@robfig The fix has been merged and published to version |
Hm, it has not fixed our issue. Actually, it looks like this may be an issue with Bazel. It includes a different version of grpc's AbstractManagedChannelImplBuilder.class than the one we have, which lacks that method. Blast. |
Closing this issue as it's old and it's most likely fixed. Please re-open if that's not the case. |
I'm seeing NoSuchMethodErrors with the latest release:
I'm not confident I know the root cause, but it sounds like gRPC 1.2.0 might just be a bad release.
GoogleCloudPlatform/java-docs-samples#579
I'm not too familiar with Maven, but it seems to be the case that the latest lightstep-java release specifies grpc 1.2.0, so I think that should be changed:
https://mvnrepository.com/artifact/com.lightstep.tracer/lightstep-tracer-jre/0.12.4
Do you foresee any issues if I upgrade to grpc 1.4.0?
Thanks,
Rob
The text was updated successfully, but these errors were encountered: