php - RabbitMq connection reset by peer -


i have stainger error rabbitmq. send information of product threw rabbitmq , php, went wrong. can send message near 1 minute after had exception "errno=104 connection reset peer" . see below:

2016-05-09 08:13:14 daemon start 2016-05-09 08:13:17 send shop-id-1-price 2016-05-09 08:13:21 send shop-id-1-price 2016-05-09 08:13:24 send shop-id-1-price 2016-05-09 08:13:28 send shop-id-1-price 2016-05-09 08:13:32 send shop-id-1-price 2016-05-09 08:13:36 send shop-id-1-price 2016-05-09 08:13:39 send shop-id-1-price 2016-05-09 08:13:43 send shop-id-1-price 2016-05-09 08:13:47 send shop-id-1-price     [errorexception]                                                              fwrite(): send of 21 bytes failed errno=104 connection reset peer     rabbitmq:consumer [-m|--messages [messages]] [-r|--route [route]] [-l|--memory-limi t [memory-limit]] [-d|--debug] [--] <name>  php fatal error:  uncaught errorexception: fwrite(): send of 19 bytes failed e rrno=32 broken pipe in /chroot/data/stage/home/html/vendor/videlalva ro/php-amqplib/phpamqplib/wire/io/streamio.php:271 

version of rabbitmq - 3.6.1, version of php - 7.0.5, version of php-amqp library - "videlalvaro/php-amqplib" : "~2.7

logs rabbitmq:

=info report==== 9-may-2016::03:36:53 === accepting amqp connection <0.25777.24> (104.207.249.104:38001 -> 104.207.249.104:5672)  =error report==== 9-may-2016::03:37:23 === closing amqp connection <0.25777.24> (104.207.249.104:38001 -> 104.207.249.104:5672): {writer,send_failed,{error,timeout}} 


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -