[omniORB] MARSHAL from pyMarshal.cc 
    Duncan Grisby 
    duncan at grisby.org
       
    Thu May 15 22:40:11 BST 2008
    
    
  
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 --
    
    
More information about the omniORB-list
mailing list