I've copied the send.py and receive.py in the Hellow World tutorial and keep getting time out errors. I've tried running the python code on both the local host (ubuntu 10.04) and on osx. The Rabbit server seams to be up and running and I can login to the management console.<br><div><br></div><div>Any help is greatly appreciated!</div><div><br></div><div><div>root@rabbit-1:~/tmp# rabbitmq-server status</div><div>Activating RabbitMQ plugins ...</div><div><br></div><div>********************************************************************************</div><div>********************************************************************************</div><div><br></div><div>6 plugins activated:</div><div>* amqp_client-2.7.1</div><div>* mochiweb-1.3-rmq2.7.1-git</div><div>* rabbitmq_management-2.7.1</div><div>* rabbitmq_management_agent-2.7.1</div><div>* rabbitmq_mochiweb-2.7.1</div><div>* webmachine-1.7.0-rmq2.7.1-hg</div><div><br></div><div>node with name "rabbit" already running on "rabbit-1"</div><div>diagnostics:</div><div>- nodes and their ports on rabbit-1: [{rabbit,39652},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {rabbitmqprelaunch17299,33245}]</div><div>- current node: 'rabbitmqprelaunch17299@rabbit-1'</div><div>- current node home dir: /var/lib/rabbitmq</div><div>- current node cookie hash: QtJhQHUnJDOWPtTEH/uY/g==</div></div><div><br></div><div>--- ERROR ---</div><div><br></div><div><div>root@rabbit-1:~/tmp# sudo python send.py</div><div>Traceback (most recent call last):</div><div>&nbsp; File "send.py", line 5, in &lt;module&gt;</div><div>&nbsp; &nbsp; host='localhost'))</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/adapters/blocking_connection.py", line 32, in __init__</div><div>&nbsp; &nbsp; BaseConnection.__init__(self, parameters, None, reconnection_strategy)</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/adapters/base_connection.py", line 50, in __init__</div><div>&nbsp; &nbsp; reconnection_strategy)</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/connection.py", line 170, in __init__</div><div>&nbsp; &nbsp; self._connect()</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/connection.py", line 228, in _connect</div><div>&nbsp; &nbsp; self.parameters.port or &nbsp;spec.PORT)</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/adapters/blocking_connection.py", line 44, in _adapter_connect</div><div>&nbsp; &nbsp; self._handle_read()</div><div>&nbsp; File "/usr/local/lib/python2.6/dist-packages/pika/adapters/base_connection.py", line 151, in _handle_read</div><div>&nbsp; &nbsp; data = self.socket.recv(self._suggested_buffer_size)</div><div>socket.timeout: timed out</div></div>