Can't start tangotest
|
|
---|---|
Hi, SGara_Nexeya. Sorry, what do you mean? I use wi-fi, so I found IP settings like in mannual that Andy gave me. Do I need something else? |
|
|
---|---|
Sometimes on windows, I faced problmes : - when I had multiples networks connected - with VirtualBox /VMware virtual network adaptaters It seems that the network interface wasn't the good one to use. If in this case, I disabled all the network adaptaters except the one I is ok for testing. The ipconfig /all is a commande to run inside a DOS command to see all the activated networks |
|
|
---|---|
D:\tango-root\tango\bin>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : WIN-8I0FBLHT50D Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : abv Ethernet adapter Ethernet: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Qualcomm Atheros AR8172/8176/8178 PCI-E Fast Ethernet Controller (NDIS 6.30) Physical Address. . . . . . . . . : 60-02-92-4E-00-CA DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Local area connection* 1: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter Physical Address. . . . . . . . . : 1A-CF-5E-C1-AC-45 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Ethernet adapter Ethernet 2: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : TAP-Windows Adapter V9 Physical Address. . . . . . . . . : 00-FF-D4-80-C3-6C DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Wireless network: Connection-specific DNS Suffix . : abv Description . . . . . . . . . . . : Qualcomm Atheros AR9485WB-EG Wireless Network Adapter Physical Address. . . . . . . . . : 18-CF-5E-C1-AC-45 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::1c95:c582:f624:5c7%2(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.187(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : 14 июля 2018 г. 7:53:58 Lease Expires . . . . . . . . . . : 15 июля 2018 г. 8:49:08 Default Gateway . . . . . . . . . : 192.168.0.1 DHCP Server . . . . . . . . . . . : 192.168.0.1 DHCPv6 IAID . . . . . . . . . . . : 51957598 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-22-48-2B-97-60-02-92-4E-00-CA DNS Servers . . . . . . . . . . . : 192.168.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter Local area connection* 11: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Tunnel adapter isatap.abv: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : abv Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes |
|
|
---|---|
I have the same situation, and after 1 days of trying all the above and other, I found out that default port 10000 on my Windows 10 for some reason can't be use. I change running tango database server on another port (20000) and everything works! To start the tango database device server using port 20000: DataBaseds 2 -ORBendPoint giop:tcp::20000 In my case since the tango database is running on the local machine (laptop), I just define TANGO_HOST = localhost:20000 |