ruby-on-railsresqueneo4j.rb

Neo4j.rb (8.0.11) + Resque : Input/output error @ io_write - <STDOUT>


I have recently upgraded neo4j and I am getting issue in resque workers,

Exception
Errno::EIO
Error
Input/output error @ io_write - <STDOUT>

I am getting this issue and backtrace says its related to neo4j.rb puts

Errno::EIO: Input/output error - <STDOUT>

/home/ubuntu/staycircles-backend/shared/bundle/ruby/2.3.0/gems/neo4j-8.0.11/lib/neo4j/session_manager.rb:60:in `write'
/home/ubuntu/staycircles-backend/shared/bundle/ruby/2.3.0/gems/neo4j-8.0.11/lib/neo4j/session_manager.rb:60:in `puts'
/home/ubuntu/staycircles-backend/shared/bundle/ruby/2.3.0/gems/neo4j-8.0.11/lib/neo4j/session_manager.rb:60:in `puts'
/home/ubuntu/staycircles-backend/shared/bundle/ruby/2.3.0/gems/neo4j-8.0.11/lib/neo4j/session_manager.rb:60:in `block in wait_for_value'

My current configration is

neo4j version - 3.xx
neo4j.rb - 8.0.11

Solution

  • Could you try updating to 8.0.13 of the neo4j gem?