Bug 68 - Unable to find RootPOA on VxWorks or LynxOS/PPC
Summary: Unable to find RootPOA on VxWorks or LynxOS/PPC
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 0.4.1
Hardware: All All
: P2 normal
Assignee: Irfan Pyarali
URL:
Depends on:
Blocks:
 
Reported: 1999-07-13 09:05 CDT by levine
Modified: 1999-07-23 12:55 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description levine 1999-07-13 09:05:45 CDT
The IDL_Cubit server won't run on either VxWorks or LynxOS:

-> spa ace_main
value = 0 = 0x0
->
        IDL_Cubit: server

 (0|267082276) Unable to initialize the POA.
 (0|267082276) Error in init.
init_child_poa: <unknown error> = 786439

examples/POA/RootPOA shows that the RootPOA isn't resolved.
With additional printouts:
RootPOA.cpp:37; orb: fed98cc
RootPOA.cpp:45; orb: fed98cc, obj: 0
Exceptions raised
Comment 1 levine 1999-07-13 09:10:59 CDT
It fails on VxWorks/x86 and LynxOS/PPC.
However, it runs on LynxOS/x86.
Comment 2 levine 1999-07-23 12:55:59 CDT
It's OK now.  IDL_Cubit, MT_Cubit, and RootPOA
all run successfully on both VxWorks and LynxOS.

There is a seg fault at shutdown with RootPOA.
See Bug 93.