rack-fiber_pool icon indicating copy to clipboard operation
rack-fiber_pool copied to clipboard

thin error and died

Open jaywon99 opened this issue 12 years ago • 1 comments

I used to run with ruby 1.9.2p318, thin, rack-fiber_pool-0.9.2 to serve.

but sometimes (not always), thin daemon was died with these messages

case 1

/var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:48:in block (3 levels) in initialize': undefined methodcall' for #EventMachine::Synchrony::Multi:0x00000016c5dcd8 (NoMethodError) from /var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:47:in loop' from /var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:47:inblock (2 levels) in initialize'

case 2

/var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:48:in block (3 levels) in initialize': undefined methodcall' for #EventMachine::HttpClient:0x0000001f2cdf20 (NoMethodError) from /var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:47:in loop' from /var/www/twitbee/shared/bundle/ruby/1.9.1/gems/rack-fiber_pool-0.9.2/lib/fiber_pool.rb:47:inblock (2 levels) in initialize'

Do you have any idea?

jaywon99 avatar Mar 09 '12 00:03 jaywon99

Meet the same issue

solutus avatar Nov 22 '13 06:11 solutus