[rabbitmq-discuss] amqp error involving “unexpected frame”
Jason Novotny
jason.novotny at gmail.com
Wed May 7 00:07:15 BST 2014
Hi,
I'm trying to load test an application that uses Celery task management
with RabbitMQ as the broker. I hit my server with 100 client connections
and for the first 45 minutes everything is humming along fine. At some
point later, I see the clery tasks are not running and I see these
messages in my celery log file:
[2014-05-06 18:32:14,405: ERROR/MainProcess] consumer: Cannot
connect to amqp://guest@127.0.0.1:5672//: [Errno 111] Connection refused.
Trying again in 32.00 seconds...
I check my RabbitMQ log file and see these messages:
=INFO REPORT==== 6-May-2014::18:25:50 ===
accepting AMQP connection <0.9738.30> (127.0.0.1:50034 ->
127.0.0.1:5672)
=ERROR REPORT==== 6-May-2014::18:25:50 ===
closing AMQP connection <0.25069.29> (127.0.0.1:50030 ->
127.0.0.1:5672):
{handshake_error,starting,28366,
{amqp_error,unexpected_frame,
"type 1, first 16 octets =
<<0,50,0,10,0,0,32,53,54,51,55,54,53,55,56,57>>",
none}}
=WARNING REPORT==== 6-May-2014::18:25:50 ===
Mnesia('rabbit at ip-172-31-45-115'): ** WARNING ** Mnesia is
overloaded: {dump_log,
write_threshold}
=INFO REPORT==== 6-May-2014::18:25:51 ===
accepting AMQP connection <0.19640.30> (127.0.0.1:50036 ->
127.0.0.1:5672)
Any ideas on what is going on? I don't understand what AMQP unexpected
frame means.
Thanks, Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140506/1720c5ce/attachment.html>
More information about the rabbitmq-discuss
mailing list