[omniORB] Caught a CORBA::SystemException with the examples
Xavier Outhier
xavier.outhier@anfdata.cz
Thu Apr 24 14:26:00 2003
Hi all,
I have a problem running the exemple given in omniORB-4.0.1.tar.gz
(downloaded at SF page).
Here is the procedure followed:
-1 Starting the naming service: OK
D:\omniORB-4.0.1\src>omniNames -start
Thu Apr 24 14:28:02 2003:
Starting omniNames for the first time.
Wrote initial log file.
Read log file successfully.
Root context is IOR:010000002b00000049444c3a6f6d672e6f[...]
0000080000000100000000545441010000001c0000000100000001
Checkpointing Phase 1: Prepare.
Checkpointing Phase 2: Commit.
Checkpointing completed.
-2 Starting the server of the call_back directory: OK
D:\omniORB-4.0.1\src\examples\call_back>cb_server 'IOR:010000001200000049444c3a63622f5365727665723a3[...]
12e3334002f080e000000fe72dda73e0000017400000000000[...]
001000100000001000105090101000100000009010100'
-3 Starting the client of the call_back directory: not OK
D:\omniORB-4.0.1\src\examples\call_back>cb_client 'IOR:010000001200000049444c3a63622f5365727665723a3[...]
12e3334002f080e000000fe72dda73e0000017400000000000[...]
0001000100000001000105090101000100000009010100'
Caught a CORBA::SystemException.
Remarks:
# I do that on a single Win2000 machine
# I think I have correctly configured the naming service,
for the corbaname I put the concatenation of "Host Name"
and "DNS Suffix Search List".
pinging "Host Name" or "Host Name"\"DNS Suffix Search List"
are both OK.
# I also had the save message when trying the "echo" directory
examples.
# I also tried with the full archive only compiling the
examples: same result.
What can be wrong?
Best Regards,
Xavier.