[omniORB] MARSHAL from pyMarshal.cc

Marco Ferreira mferreira at devion.org
Thu May 15 23:47:26 BST 2008


Thing is, I'm creating something like a proxy between the corba server and
the client, and when client connects directly to the server (no matter what
IDL version) there's no problem at all, but when I'm in the middle,
something goes wrong.
How is this possible?

Cheers

On Thu, May 15, 2008 at 9:40 PM, Duncan Grisby <duncan at grisby.org> wrote:

> On Thursday 15 May, Marco Ferreira wrote:
>
> > Could any kind soul tell me if this a result of a bug at omniORB code by
> > any chance?
> >
> > omniORB: 2008-05-15 18:59:33.076226: throw MARSHAL from
> > pyMarshal.cc:3026 (NO,MARSHAL_InvalidEnumValue)
>
> This means that you have received an enum that claims to have a numeric
> value larger than the largest defined enum item. Almost certainly that's
> because the sender and receiver are using different versions of the IDL.
> Check that both sides of the communication have the same IDL.
>
> Cheers,
>
> Duncan.
>
> --
>  -- Duncan Grisby         --
>  -- duncan at grisby.org     --
>   -- http://www.grisby.org --
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080515/ad5530ba/attachment.htm


More information about the omniORB-list mailing list