-
Notifications
You must be signed in to change notification settings - Fork 202
"java.lang.VerifyError: Bad type on operand stack" error when using Stackdriver trace exporter #1204
Comments
Found a few issues on cloud client that look similar to this: FWIW this could be related to incompatible protobuf versions. @johanhaleby do you have a dependency on protobuf-java? If so which version are you using? EDIT: if you're using a |
From what I can see we are already using version 3.5.1. Running
This is the only instance of |
I found the issue, we were using an old version of libphonenumber that bundled a version of GRPC. Upgrading to the latest version solved the issue. Thanks a lot for all your support! Would not have managed to solve it without you. |
That's great! Thanks for your cooperation and patience! This turned out to be very good experience to us too - we now have a better understanding in case we ran into similar issues in the future. |
See #1184 (comment).
With opencensus-java 0.13.2 (or 0.14.0-SNAPSHOT) and google-cloud-trace 0.47.0-beta, the Stackdriver trace exporter gave this error:
/cc @johanhaleby @songy23 @bogdandrutu
The text was updated successfully, but these errors were encountered: