[omniORB] Re: omniORB Send Error (Doug McCorkle)
Thomas Lockhart
lockhart at fourpalms.org
Wed Dec 24 08:57:34 GMT 2003
>> I am using omniORB4 with a client implemented with Java2. I am using an
>>omni nameserver. When I try to query the client for data I get this omniORB
>>error:
>>omniORB: inputMessage: from giop:tcp:129.186.232.210:8045 252 bytes
>>omniORB: throw UNKNOWN from GIOP_C.cc:241 (MAYBE,0x535500ca)
>>and then my cpp server side app core dumps. Both the client and server can
>>connect to the nameserver with no problems. The client can query the cpp server
>>with no problems but when the server queries the client the above error occurs.
>>Any suggestions for resolving this error?
I'm not clear on what "query the client" means for your example. If the
"server" is coming back and invoking a method or callback on the
"client", then it is essentially initiating a separate session as though
it were a client. In my experience with Event Channels almost all
failures at that stage are due to problems on the "server" resolving the
IOR from the "client" (using your original definitions). Check that the
server really knows about the client, and that the IOR provided by the
client can make sense to the server (e.g. the domain name resolves
correctly, points at the right machine on the right interface, etc etc).
hth
- Tom
More information about the omniORB-list
mailing list