Hi folks,
The server is using TBinaryProtocol and TTServerSocket.
The client is using TBinaryProtocol and TScoket.
So looks like both are using the same protocol and sockets, (correct me
if I am wrong).
Any more ideas about the issue?
Thanks a ton.
- Abhishek Kona
On 21/01/11 11:01 AM, dean forever wrote:
is the protocol different between your server and client?
2011/1/20 Abhishek Kona<[email protected]>
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