Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bmcgavin/789431ed75fca81265ee to your computer and use it in GitHub Desktop.
Save bmcgavin/789431ed75fca81265ee to your computer and use it in GitHub Desktop.
-- CONSUMER LOG
Tue, 16 Feb 2016 15:51:49 +0000: wait exception : Error sending data. Socket connection timed out
Tue, 16 Feb 2016 15:51:52 +0000:reconnect exception : stream_socket_client(): unable to connect to tcp://172.24.55.150:5672 (Operation timed out)
Tue, 16 Feb 2016 15:51:52 +0000:received :
Tue, 16 Feb 2016 15:51:55 +0000: wait exception : stream_socket_client(): unable to connect to tcp://172.24.55.150:5672 (Operation timed out)
[16-Feb-2016 15:51:58 Etc/UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1342177291 bytes) in /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php on line 202
[16-Feb-2016 15:51:58 Etc/UTC] PHP Stack trace:
[16-Feb-2016 15:51:58 Etc/UTC] PHP 1. {main}() /Users/bmcgavin/rmq-tests/rabbitmq_consumer.php:0
[16-Feb-2016 15:51:58 Etc/UTC] PHP 2. PhpAmqpLib\Channel\AbstractChannel->wait() /Users/bmcgavin/rmq-tests/rabbitmq_consumer.php:44
[16-Feb-2016 15:51:58 Etc/UTC] PHP 3. PhpAmqpLib\Channel\AbstractChannel->next_frame() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:338
[16-Feb-2016 15:51:58 Etc/UTC] PHP 4. PhpAmqpLib\Connection\AbstractConnection->wait_channel() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php:219
[16-Feb-2016 15:51:58 Etc/UTC] PHP 5. PhpAmqpLib\Connection\AbstractConnection->wait_frame() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:549
[16-Feb-2016 15:51:58 Etc/UTC] PHP 6. PhpAmqpLib\Wire\AMQPReader->read() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:514
[16-Feb-2016 15:51:58 Etc/UTC] PHP 7. PhpAmqpLib\Wire\AMQPReader->rawread() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:105
[16-Feb-2016 15:51:58 Etc/UTC] PHP 8. PhpAmqpLib\Wire\IO\StreamIO->read() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php:147
[16-Feb-2016 15:51:58 Etc/UTC] PHP 9. fread() /Users/bmcgavin/rmq-tests/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php:202
-- BROKER IPTABLES LOG
# date && iptables -A INPUT -p tcp --src 172.24.55.171 --dport 5672 -j DROP
Tue Feb 16 15:51:46 GMT 2016
# date && iptables -D INPUT 1
Tue Feb 16 15:51:55 GMT 2016
-- BROKER RMQ LOG
=INFO REPORT==== 16-Feb-2016::15:51:40 ===
accepting AMQP connection <0.4885.12> (172.24.55.171:51819 -> 172.24.55.150:5672)
=ERROR REPORT==== 16-Feb-2016::15:51:50 ===
closing AMQP connection <0.4885.12> (172.24.55.171:51819 -> 172.24.55.150:5672):
Missed heartbeats from client, timeout: 2s
=INFO REPORT==== 16-Feb-2016::15:51:55 ===
accepting AMQP connection <0.4914.12> (172.24.55.171:51895 -> 172.24.55.150:5672)
=WARNING REPORT==== 16-Feb-2016::15:51:55 ===
closing AMQP connection <0.4914.12> (172.24.55.171:51895 -> 172.24.55.150:5672):
connection_closed_abruptly
=INFO REPORT==== 16-Feb-2016::15:51:58 ===
accepting AMQP connection <0.4922.12> (172.24.55.171:51909 -> 172.24.55.150:5672)
=ERROR REPORT==== 16-Feb-2016::15:51:58 ===
closing AMQP connection <0.4922.12> (172.24.55.171:51909 -> 172.24.55.150:5672):
{bad_header,<<8,0,0,0,0,0,0,206>>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment