|
|
|
|||||
|
dns exception
hi,
I have this strange problem with ice throwing dns exception. I have an icestorm server at 192.168.0.176. on the subscriber side I have: IceStorm.TopicManager.Proxy = IceStorm/TopicManager:default -p 10000 -h 192.168.0.176 when the subscriber tries to connection I get dns exception, error =0 host = "0.0.0.0" if I run the publisher with the same config it's fine. Some how the subscriber just doesn't like 192.168.0.176 ideas anyone?
__________________
--------------------------------------------------------------------------- Orca robotics project http://orca-robotics.sourceforge.net/ --------------------------------------------------------------------------- Bailey Wu Australian Centre for Field Robotics http://www.cas.edu.au/content.php/266.html University of Sydney www.usyd.edu.au |
|
|||||
|
Quote:
my subscriber config file is as follows: subscriber.radio.Endpoints=tcp:udp IceStorm.TopicManager.Proxy =IceStorm/TopicManager:default -p 10000 -h 192.168.0.176 and I'm running this on Ubuntu 7.04. So you mean like if I had: subscriber.radio.Endpoints=tcp:udp -h localhost it would be ok?
__________________
--------------------------------------------------------------------------- Orca robotics project http://orca-robotics.sourceforge.net/ --------------------------------------------------------------------------- Bailey Wu Australian Centre for Field Robotics http://www.cas.edu.au/content.php/266.html University of Sydney www.usyd.edu.au |
|
||||||
|
Hi,
Which Ice version do you use? You should try to enable network tracing on your subscriber to check on which network interfaces the object adapter is trying to bind when you don't specify the -h option in the "subscriber.radio.Endpoints" property. Most likely, the solution to your problem will be to add a "-h" in each endpoint of the "subscriber.radio.Endpoints" property. You should specify the IP address of the network interface from which your server will be reached by IceStorm. For example: if "192.168.0.180" is the IP address of the network interface on your Ubuntu machine. Cheers, Benoit. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Have IceUtil::Exception inherit from std::exception? | bpolivka | Comments | 2 | 12-13-2006 11:52 AM |
| ICE without DNS Server | wgwolf | Comments | 8 | 10-18-2005 02:01 PM |
| can we use dns name as Endpoint's host name? | xiehua | Help Center | 1 | 02-18-2004 08:34 AM |