[omniORB] echo examples
David Walter
dwalter@syr.edu
15 Sep 2000 17:14:02 -0400
After an initial compile and build on Debian/GNU/Linux I am trying to
test the installation with the examples.
eg1.cc okay
eg2_clt.cc okay
eg2_impl.cc okay
eg3_clt.cc oops*
eg3_impl.cc "
eg3_tieimpl.cc"
../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809 &
Fri Sep 15 15:29:55 2000:
Starting omniNames for the first time.
Fri Sep 15 15:29:56 2000:
Wrote initial log file.
Read log file successfully.
Root context is IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000002b000000010100000f0000003132382e3233302e3230392e37310000f90a00000b0000004e616d6553657276696365
Checkpointing Phase 1: Prepare.
Checkpointing Phase 2: Commit.
Checkpointing completed.
ps aux | grep -i omni
root 11402 0.0 2.7 2616 1724 pts/11 S 15:29 0:00 ../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809
root 11403 0.0 2.7 2616 1724 pts/11 S 15:29 0:00 ../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809
root 11404 0.0 2.7 2616 1724 pts/11 S 15:29 0:00 ../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809
root 11405 0.0 2.7 2616 1724 pts/11 S 15:29 0:00 ../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809
root 11406 0.0 2.7 2616 1724 pts/11 S 15:29 0:00 ../../../bin/i586_linux_2.0_glibc2.1/omniNames -start 2809
root 11504 0.0 0.7 1112 444 pts/11 S 15:39 0:00 grep -i omni
It looks as if the name service is running.
but:
$ ./eg3_impl
Caught CORBA::SystemException.
Is there something that I am missing?
../../../bin/i586_linux_2.0_glibc2.1/nameclt -ior IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000002b000000010100000f0000003132382e3233302e3230392e37310000f90a00000b0000004e616d6553657276696365 list
gives nothing back.
The ior seems correct
../../../bin/i586_linux_2.0_glibc2.1/catior IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000001000000000000002b000000010100000f0000003132382e3233302e3230392e37310000f90a00000b0000004e616d6553657276696365
Type ID: "IDL:omg.org/CosNaming/NamingContextExt:1.0"
Profiles:
1. IIOP 1.0 128.230.209.71 2809 "NameService"
Thanks so much in advance for any assistance.
David