[rabbitmq-discuss] Problem with hello world example: Connection Refused
Matthew Low
11mdlow at gmail.com
Thu Jul 7 21:21:09 BST 2011
Hello,
So I am just trying to establish a basic connection with my server (by going
through the hello world example) and I got the following error. I realize
this is probably more of a pika issue than RabbitMQ, but maybe someone has
seen this error before?
Archon:hello matthew$ python send.py
Traceback (most recent call last):
File "send.py", line 4, in <module>
connection = pika.BlockingConnection(parameters)
File
"build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py",
line 32, in __init__
File
"build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py",
line 50, in __init__
File "build/bdist.macosx-10.6-universal/egg/pika/connection.py", line 170,
in __init__
File "build/bdist.macosx-10.6-universal/egg/pika/connection.py", line 228,
in _connect
File
"build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py",
line 36, in _adapter_connect
File
"build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py",
line 58, in _adapter_connect
File "<string>", line 1, in connect
socket.error: [Errno 61] Connection refused
Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110707/e78433d5/attachment.htm>
More information about the rabbitmq-discuss
mailing list