cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Hello family. I am using version Neo4j 3.5.5 (Community) and the graphaware / neo4j-php-client and graphaware / neo4j-php-ogm libraries and everything works wonders.

I am also using supervisor (3.2.4), because I need to run a RabbitMQ consumer (3.6.16) using the php-amqplib / php-amqplib and php-amqplib / rabbitmq-bundle libraries.

RabbitMQ messages simply contain the email of the user who triggered the message to filter by that email and modify a property in my neo4j database.

When messages are received from the RabbitMQ queue, everything often works fine. But when the RabbitMQ queue passes a long time without receiving messages (1 or 2 hours) then when it receives a message the RabbitMQ queue loses the consumer and in the neo4j logs it is written:
"
2019-10-31 20: 27: 51.795 + 0000 WARN [onbtpHouseKeeper] Fatal error occurred when handling a client connection, remote peer unexpectedly closed connection: [id: 0x9b711ca5, L: /10.0.1.18: 7687 - R: /10.0 .1.77: 39560]
2019-10-31 20: 43: 09.298 + 0000 WARN [onbtpHouseKeeper] Fatal error occurred when handling a client connection, remote peer unexpectedly closed connection: [id: 0xd8522c49, L: /10.0.1.18: 7687 - R: /10.0 .1.77: 47928]
2019-10-31 20: 54: 04.658 + 0000 WARN [onbtpHouseKeeper] Fatal error occurred when handling a client connection, remote peer unexpectedly closed connection: [id: 0x27147a75, L: /10.0.1.18: 7687 - R: /10.0 .1.77: 48782]
"
I have searched the net and have not found much, thank you very much in advance.

Version history
Last update:
‎11-04-2019 08:29 AM
Updated by:
Contributors