ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Unable to contact my own XML-RPC server [closed]

asked 2011-04-06 09:53:51 -0500

aleeper gravatar image

updated 2014-01-28 17:09:29 -0500

ngrennan gravatar image

What does this error mean? I've gotten it occasionally on different computers but I have no idea how to troubleshoot it.

When I got it on my laptop I think it was because I had recently tried changing the computer's own hostname and something was confused. But in this case i don't think it is due to that...

Any advice on where to look?

$ roscore
... logging to /u/aleeper/.ros/log/d849da10-6097-11e0-b8d4-003048fd842d/roslaunch-bie-19625.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

Unable to contact my own XML-RPC server, this is a highly unusual error and should be reported immediately.
My URI is [http://bie:50000/]

Except that isn't the URI, and it changes every time I run roscore ([http://bie:35992/], [http://bie:51667/])

$ env| grep ROS_MASTER_URI
ROS_MASTER_URI=http://localhost:11311
edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by aleeper
close date 2015-06-24 19:24:35.747139

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-04-07 09:32:26 -0500

kwc gravatar image

Please see http://www.ros.org/wiki/ROS/NetworkSetup

The ROS_MASTER_URI isn't relevant to debugging this. This error means that the node is unable to contact itself, i.e. 'bie' does not resolve correctly on the local machine.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-04-06 09:53:51 -0500

Seen: 627 times

Last updated: Apr 07 '11