[omniORB] interoperability of DII requests
Duncan Grisby
duncan at grisby.org
Sat Jul 7 00:41:14 BST 2007
On Friday 6 July, "William Bauder" wrote:
> I'm not too familiar with jacorb or RMI-IIOP, but here goes anyway:
>
> > 12:12:40,052 ERROR sys : [STDERR] org.omg.CORBA.MARSHAL: unknown
> > value tag: 0x6 (offset=0x88) vmcid: 0x0 minor code: 0 completed: No
> > 12:12:40,052 ERROR sys : [STDERR] at
> > org.jacorb.orb.CDRInputStream.read_value(CDRInputStream.java:2446)
>
> I'm guessing that "unknown value tag" means that it's looking for a
> typecode, but doesn't recognize it. However, 6 is the length of "Echo!"
> (string length + 1 for null terminator). I *think* jacorb is expecting
> an Any, or Object, or something along those lines, but omniorb is just
> sending a string.
I hadn't looked closely enough at it to spot that. "unknown value tag"
implies it is looking for a valuetype. That's probably because it's
expecting a StringValue, not just a plain string.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list