[omniORB] Unusuaal Error On OmniORB Server
Duncan Grisby
duncan@grisby.org
Wed May 7 10:37:02 2003
On Thursday 1 May, Chris McGee wrote:
> I'm having this problem with an omniorb server with a
> request sent by a orbit client. The iior of the server
> object gets bound on the client without any problems
> but as soon as a message is sent to the server, the
> server crashes.
There are two errors here...
[...]
> omniORB: throw TRANSIENT from giopRope.cc:315
> (NO,TRANSIENT_NoUsableProfile)
This shows that there was no IIOP profile in the object reference from
ORBit. Most likely, that's because you haven't changed it from its
default setting of not using IIOP.
> Aborted
That's a bad sign. It means the exception was not properly handled by
the C++ runtime. omniORB will not work without working exceptions.
What platform and compiler are you using?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --