[omniORB] Omni V4 :: ERROR on WinNT4.0

Norrie Quinn norrie.quinn@tumbleweed.com
Wed Jun 5 18:00:04 2002


Nishant,

We also found that omniORB4 runs on Windows2000 but not on Windows NT4 due
to the error you mention.  We suspected that this was because we build
omniORB on Windows 2000, but did not investigate further as we no longer
support Windows NT.

Which os did you build omniORB on?

Norrie

> -----Original Message-----
> From: Malge Nishant [mailto:MNishant@quark.co.in]
> Sent: Wednesday, June 05, 2002 5:46 AM
> To: omniorb-list@realvnc.com
> Subject: [omniORB] Omni V4 :: ERROR on WinNT4.0
> 
> 
> hi all,
> 
> 	I was trying to use omniORB 4.0. I am able to build it. 
> But when I
> run any service say OmniNames it gives me this error ->
> 
> 			Cannot get the address of this host
> 			Error: Unable to create an endpoint of this
> description: giop:tcp::2809
> 
> I went thr' the Code ... and found out that,,,
> 
> if ( WSAIoctl(sock,SIO_ADDRESS_LIST_QUERY,
>                   NULL,0,
>                   (LPVOID)ifr,(DWORD)len,(LPDWORD)&retlen,
>                   NULL,NULL) == SOCKET_ERROR ) {
> ........
> .........
> }
> 
> is failing in win32_get_ifinfo function
> (src\lib\omniORB\obrcore\tcp\tcpTransportImpl.cc file) 
> 
> Any one has corrected this Problem.... or enything wrong on my part...
> 
> 
> ty
> 
> Regards
> Nishant
> _______________________________________________
> omniORB-list mailing list
> omniORB-list@realvnc.com
> http://www.realvnc.com/mailman/listinfo/omniorb-list
>