Skip to content

Instantly share code, notes, and snippets.

@arooni
Created November 26, 2011 00:08
Show Gist options
  • Save arooni/1394723 to your computer and use it in GitHub Desktop.
Save arooni/1394723 to your computer and use it in GitHub Desktop.
QUEUE=* rake RAILS_ENV=kevinsbox resque:work --trace
** Invoke resque:work (first_time)
** Invoke resque:setup (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute resque:setup
** Execute resque:work
rake aborted!
undefined method `get' for nil:NilClass
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.11/lib/active_support/whiny_nil.rb:52:in `method_missing'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/redis-namespace-1.0.3/lib/redis/namespace.rb:213:in `send'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/redis-namespace-1.0.3/lib/redis/namespace.rb:213:in `method_missing'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/resque-1.16.1/lib/resque/worker.rb:430:in `processing'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/resque-1.16.1/lib/resque/worker.rb:362:in `unregister_worker'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/resque-1.16.1/lib/resque/worker.rb:145:in `work'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/resque-1.16.1/lib/resque/tasks.rb:27
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:205:in `call'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:205:in `execute'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:200:in `each'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:200:in `execute'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:158:in `invoke_with_call_chain'
/home/chasetoys/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/task.rb:144:in `invoke'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:112:in `invoke_task'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:90:in `top_level'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:90:in `each'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:90:in `top_level'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:84:in `top_level'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:62:in `run'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/lib/rake/application.rb:59:in `run'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.0/bin/rake:31
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/bin/rake:19:in `load'
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/bin/rake:19
Tasks: TOP => resque:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment