[protobuf] Re: Unable to get through error: Protocol message contained an invalid tag (zero).

2016-02-24 Thread Hana Agustin
Unable to get thhrocol error: protocol messages -- 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 protobuf+unsubscr...@googlegroups.com. To post to this

[protobuf] Re: Unable to get through error: Protocol message contained an invalid tag (zero).

2016-02-09 Thread Josh Haberman
InvalidProtocolBufferException: Protocol message > contained an invalid tag (zero). > at > com.google.protobuf.CodedInputStream.readTag(CodedInputStream.java:108) > at > com.sitewhere.android.generated.Android$AndroidSpecification$_Header.(Android.java:212) > at >

[protobuf] Unable to get through error: Protocol message contained an invalid tag (zero).

2016-02-05 Thread Vishal Singh
to get the command, following exception is thrown: com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero). at com.google.protobuf.CodedInputStream.readTag(CodedInputStream.java:108) at com.sitewhere.android.generated.Android

[protobuf] Re: invalid tag (zero)

2014-10-01 Thread Darren Davie
Thanks mcdowella that was a good detailed explanation of how to resolve the issue. Regards Darren -- 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

[protobuf] com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero)

2010-01-14 Thread mancha
Hi, When dequeing the message using a Java client, the get the following error. I am sending the data from a c++ server. com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) I verified that the byte pattern on enqueuing from the c++ client

Re: invalid tag (zero)

2008-10-14 Thread mcdowella
of (not so) long messages. on the (receiving) java side, we get the following exception: Exception in augnet.client.aim.connection.Receiver, Parse error: com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero

Re: invalid tag (zero)

2008-10-13 Thread Kenton Varda
in augnet.client.aim.connection.Receiver, Parse error: com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero). com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero