Discussion:
[omniORB] omniORB.CORBA.MARSHAL: CORBA.MARSHAL(omniORB.MARSHAL_InvalidIndirection, CORBA.COMPLETED_NO)
JiangWei
2006-09-11 14:44:09 UTC
Permalink
Traceback (most recent call last):
File "./example_echo_clt.py", line 31, in ?
result = eo.echoString(messages)
File "/home/jw/test/omni/example_echo_idl.py", line 72, in echoString
return _omnipy.invoke(self, "echoString",
_0_Example.Echo._d_echoString, args)
omniORB.CORBA.MARSHAL: CORBA.MARSHAL(omniORB.MARSHAL_InvalidIndirection,
CORBA.COMPLETED_NO)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_echo.idl
Type: text/x-idl
Size: 151 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060911/e0fb1660/example_echo.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_echo_clt.py
Type: text/x-python
Size: 749 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060911/e0fb1660/example_echo_clt.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_echo_srv.py
Type: text/x-python
Size: 963 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060911/e0fb1660/example_echo_srv.py
JiangWei
2006-09-18 07:02:15 UTC
Permalink
eo.echoString( ['A', 'B'] * 2 )
Post by JiangWei
File "./example_echo_clt.py", line 31, in ?
result = eo.echoString(messages)
File "/home/jw/test/omni/example_echo_idl.py", line 72, in echoString
return _omnipy.invoke(self, "echoString",
_0_Example.Echo._d_echoString, args)
CORBA.MARSHAL(omniORB.MARSHAL_InvalidIndirection, CORBA.COMPLETED_NO)
------------------------------------------------------------------------
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
Duncan Grisby
2006-09-20 22:29:38 UTC
Permalink
Post by JiangWei
File "./example_echo_clt.py", line 31, in ?
result = eo.echoString(messages)
File "/home/jw/test/omni/example_echo_idl.py", line 72, in echoString
return _omnipy.invoke(self, "echoString",
_0_Example.Echo._d_echoString, args)
CORBA.MARSHAL(omniORB.MARSHAL_InvalidIndirection, CORBA.COMPLETED_NO)
Thanks for the bug report. I've fixed this and the other similar one you
reported in CVS.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...