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

Malge Nishant MNishant@quark.co.in
Wed Jun 5 13:41:01 2002


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