[omniORB] Naming Service problems on NT4

Malcom X. tran15@rohan.sdsu.edu
Tue, 23 Jan 2001 09:44:54 -0800 (PST)


Try this...
1. set OMNIORB_LOGDIR to points to your log dir 
	(eg set OMNIORB_LOGDIR=c:\omni\log)
2. set OMNIORB_CONFIG to point to the CFG FILENAME (not only the dir)
	(set OMNIOB_LOGDIR=c:\omni\etc\omniORB.cfg)
3. your CFG file looks OK.  all you really need in the CFG is the
	OmniInitRef NameService=corbaname::localhost:2809 if you have the
name service running on the same machine as eg3.  You can comment out the
rest

On Tue, 23 Jan 2001, Jonas Reimers wrote:

> -
> omniORB 3.02
> WIN NT 4.0 sp6
> MSVC++ 5.0 sp3
> 
> 
> I am trying to run the eg3 examples but all I gets is:
> 
>  Caught   CORBA::SystemException.
> 
> My omniORB.cfg file looks like follows:
> 
> # omniOrb configuration file - basic options
> #
> ORBInitRef NameService=corbaname::GBGPC0019:2809
> #ORBDefaultInitRef corbaname::GBGPC0019#services
> NAMESERVICE
> IOR:010000002b00000049444c3a6f6d672e6f72672f436f734e616d696e672f4................................
> #ORBInitialHost GBGPC0019
> #ORBInitialPort 2809
> 
> The IOR string is also available in the registry.
> 
> I have set the enviroment variables OMNIORB_LOGDIR and OMNIORB_CONFIG to point
> to my log and cfg directories.
> 
> Any ideas?
> 
> /Jonas Reimers
> 
> 
>