I am getting the same error too. Here's the stack trace : [Worker(host:admin.artfox.com pid:10963)] Starting job worker rake aborted! undefined method `join' for nil:NilClass /var/www/production/shared/bundle/ruby/1.9.1/gems/ts-delayed- delta-1.1.3/lib/thinking_sphinx/deltas/delayed_delta/delta_job.rb: 17:in `display_name' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/backend/base.rb:67:in `name' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:169:in `handle_failed_job' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:129:in `rescue in run' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:119:in `run' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:177:in `reserve_and_run_one_job' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:104:in `block in work_off' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:103:in `times' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:103:in `work_off' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:78:in `block (2 levels) in start' /home/capistrano/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/ benchmark.rb:295:in `realtime' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:77:in `block in start' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:74:in `loop' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/worker.rb:74:in `start' /var/www/production/shared/bundle/ruby/1.9.1/gems/delayed_job-2.1.4/ lib/delayed/tasks.rb:9:in `block (2 levels) in <top (required)>' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:205:in `call' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:205:in `block in execute' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:200:in `each' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:200:in `execute' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:158:in `block in invoke_with_call_chain' /home/capistrano/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/monitor.rb: 211:in `mon_synchronize' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:151:in `invoke_with_call_chain' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/task.rb:144:in `invoke' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:116:in `invoke_task' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:94:in `block (2 levels) in top_level' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:94:in `each' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:94:in `block in top_level' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:133:in `standard_exception_handling' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:88:in `top_level' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:66:in `block in run' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:133:in `standard_exception_handling' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/ rake/application.rb:63:in `run' /var/www/production/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/ rake:33:in `<top (required)>' /var/www/production/shared/bundle/ruby/1.9.1/bin/rake:19:in `load' /var/www/production/shared/bundle/ruby/1.9.1/bin/rake:19:in `<main>' Tasks: TOP => jobs:work
On Mar 29, 7:43 am, Duncan Gough <[email protected]> wrote: > Hello, > > I'm having the same problem, undefined method `join' for nil:NilClass, any > ideas of what the problem might be? > > > > > > > > On Tuesday, 20 March 2012 16:23:55 UTC, pix_plm wrote: > > > Hi, > > I tried launching delayed_job with > > rake jobs:work > > and I got : > > Starting job worker > > rake aborted! > > undefined method `join' for nil:NilClass > > with --trace : > > gems/ts-delayed-delta-1.1.3/lib/thinking_sphinx/deltas/delayed_delta/ > > delta_job.rb:17:in `display_name' > > > I did rake jobs:clear but nothing changed > > any idea ? > > thanks > > > Patrick -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
