2016-01-03 25 views
0

在我的Rails應用程序我用下面的寶石:賽璐珞:: DeadActorError:嘗試在運行應用程序時要調用一個死演員流浪漢

gem "sidekiq-pro", "~> 2.1.3" 
gem 'sidetiq', "~> 0.6.3", github: 'akhiln/sidetiq' 

當我運行使用無業遊民VM返回下面的錯誤我的應用程序:

2016-01-03T00:20:02.214Z 15814 TID-ouw1nsoe4 ERROR: Actor crashed! 
Celluloid::DeadActorError: attempted to call a dead actor 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/proxy/sync.rb:25:in `method_missing' 
    /usr/lib/ruby/2.2.0/set.rb:308:in `delete' 
    /usr/lib/ruby/2.2.0/set.rb:308:in `delete' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-pool-0.20.5/lib/celluloid/supervision/container/pool.rb:163:in `__crash_handler__' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/cell.rb:15:in `block in call' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/cell.rb:76:in `block in task' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/actor.rb:339:in `block in task' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/task.rb:44:in `block in initialize' 
    /home/vagrant/.gem/ruby/2.2.0/gems/celluloid-0.17.2/lib/celluloid/task/fibered.rb:14:in `block in create' 
2016-01-03T00:20:02.214Z 15814 TID-ouw1nsoe4 INFO: [Sidetiq] Sidetiq::Actor::Handler id: 70127320173720 shutting down … 

當我通常啓動服務器它正常工作。我怎麼解決這個問題?

+1

sidetiq是一條走不通的項目,筆者不再支持它,你會被告知沒有了,不能再使用它。 –

回答