>From the error description, it seems your client and server are using different versions of thrift !
On Thu, Jan 20, 2011 at 11:39 AM, Abhishek Kona <[email protected]>wrote: > Hi, > > I observe the following error message on my Java Thrift Server. > > [20 Jan 10:30:15] [ERROR] [Thrift-Thread-Pool-7] - Thrift error occurred > during processing of message.org.apache.thrift.protocol.TProtocolException: > Missing version in readMessageBegin, old client? > > Both the client and the server run thrift 0.2. > (clients are in python and java). > > Is this a known issue ? > And what exactly is going wrong here. > Is this a bug with that version of thrift ? > > Thanks, > -Abhishek Kona >
