Yup that fixed it, thanks!!! On Wed, Dec 16, 2009 at 9:39 AM, Jonathan Ellis <[email protected]> wrote:
> Sounds like the same thing as > http://issues.apache.org/jira/browse/THRIFT-347, which has a patch > that several people report fixed the problem. > > On Wed, Dec 16, 2009 at 12:16 AM, Noam Wolf <[email protected]> wrote: > > I suddenly started seeing this exception after I "beefed" up the object I > > was passing over the wire. That being said this struct has 8 fields 3 of > > which are structs that I just added/defined which use only the primitive > > types. > > > > My server implementation is written in java but the client implementation > is > > in php, so I tried passing a bigger buffer into TBufferedTransport (4096) > > but I still get the same error. > > > > Any ideas what I'm doing wrong? > > > -- Best Regards, Noam Wolf
