Skip to main content

VBE 5.x: Why is VisiBroker Client getting CORBA::MARSHAL exception returned from Orbix server?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Name: VisiBroker C
  • Product Version: 5.2.1
  • Product Component: Orbix Server
  • Platform/OS Version: All

VisiBroker Client is getting the following exception returned from an Orbix server:

CORBA::MARSHAL
minor code: 1230242327
 

Resolution:

The CORBA::MARSHAL exception minor code : 1230242327 is IT 0x0217 (Iona specific code).

This problem can be worked around on the Orbix server side by setting the following ORB policy to true:

policies:giop:interop_policy:ignore_message_not_consumed

For example, start the Orbix server as follows:

server -ORBpolicies:giop:interop_policy:ignore_message_not_consumed true

 


#Orbix
#Security
#VisiBroker
#marshal