[omniORB] Re: omniORB: Error in network receive...

Damir Mamic damir.mamic at gmail.com
Tue Jul 22 16:15:21 BST 2008


Hi,

I've tried to run the above described test example with omniORB 4.0.6.

It is acting(in point of view of the described example) stranger than
omniORB 4.1.1.


The client side is waiting for the server side, on wich this goes on:

==================================================
...
omniORB: WARNING -- method 'EchoString' raised an unexpected
 exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.168.5.19:1519 68 bytes
omniORB: Receive codeset service context and set TCS to (ISO-8859
-1,UTF-16)
omniORB: WARNING -- method 'EchoString' raised an unexpected
 exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.168.5.19:1519 68 bytes
omniORB: Receive codeset service context and set TCS to (ISO-8859
-1,UTF-16)
omniORB: WARNING -- method 'EchoString' raised an unexpected
 exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.168.5.19:1519 68 bytes
omniORB: ORB not destroyed; no final clean-up.
^C
==================================================


I've tried debugging, the upper described exceptions are thrown on the line:
_invoke(_call_desc); in EchoString() method.

==================================================
CORBA::Any* _objref_ORBTest::EchoString(const CORBA::Any& inStr)
{
  _0RL_cd_807139A061C8111D_00000000
_call_desc(_0RL_lcfn_807139A061C8111D_10000000, "EchoString", 11);
  _call_desc.arg_0 = &(CORBA::Any&) inStr;

  _invoke(_call_desc);
  return _call_desc.result._retn();
}
==================================================

Please, can somebody help me out, or get on the right track in finding the
bug.

Thanks in advantage,

Damir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080722/82bd2aac/attachment.htm


More information about the omniORB-list mailing list