On Wed, Mar 23, 2016 at 3:20 PM, Rohit Saboo <[email protected]> wrote:
> Hi all, > > I'm seeing the following error with my generated protocol buffer in Java > (with Bazel as the build system and being used inside a spark program): > > Exception in thread "main" java.lang.VerifyError: class ...Proto$Builder > overrides final method > setUnknownFields.(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessage$Builder; > at ... > > I synced to HEAD and still noticed this problem. Is this a known problem, > and is there a workaround? > Can you check if the protoc you are using is the same version as with the protobuf runtime? > > Thanks, > Rohit > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
