Re: [protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2019-05-01 Thread samir . kumar
Hi Marc - I am facing this issue and was wondering which version of com.googlecode.libphonenumber did you use to resolve this. On Monday, January 30, 2017 at 12:44:17 PM UTC-5, Marc-Antoine Bibeau wrote: > > Yes, found my problem. Was using an old version > of com.googlecode.libphonenumber that

Re: [protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2017-01-30 Thread Marc-Antoine Bibeau
Yes, found my problem. Was using an old version of com.googlecode.libphonenumber that was packaging old protobuf version in :( Thanks a lot for your answer! — Marc-Antoine Bibeau Staff Software Engineer AppDirect 1-514-913-4194 Blog | Press

Re: [protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2017-01-30 Thread 'Adam Cozzette' via Protocol Buffers
Is it possible that you are somehow mixing protobuf versions? I would guess that your application has dependencies which are pulling in two different versions of the protobuf runtime. On Mon, Jan 30, 2017 at 7:13 AM, Marc-Antoine Bibeau < marc-antoine.bib...@appdirect.com> wrote: > Any news on th

[protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2017-01-30 Thread Marc-Antoine Bibeau
Any news on this? I'm getting the same issue with version 3.2.0 :( On Tuesday, October 18, 2016 at 2:07:10 PM UTC-4, Nibin Geevarghese wrote: > > Hi, > > I started to get this error with protoc-3.0.0/3.0.2. How can this be > resolved ? > > > Regards, > Nibin > > On Friday, 2 September 2016 12:07

[protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2016-10-18 Thread Nibin Varghese
Hi, I started to get this error with protoc-3.0.0/3.0.2. How can this be resolved ? Regards, Nibin On Friday, 2 September 2016 12:07:15 UTC-7, Paweł Szczur wrote: > > Funny, just installed protobuf-java:3.0.0 and getting this error with > proto2. > > I've generated the code using protoc vers

[protobuf] Re: Getting IllegalAccessError in getSerializedSize()

2016-09-02 Thread Paweł Szczur
Funny, just installed protobuf-java:3.0.0 and getting this error with proto2. I've generated the code using protoc version 3.0.0. On Monday, November 16, 2015 at 7:32:17 PM UTC+1, Balaji R wrote: > > With protobuf-java:3.0.0-beta-1 and protoc:3.0.0-beta-1, I have started > getting IllegalAccess