ruby on rails 3 - resque no longer starts "Can't assign requested address - connect(2)" -


since few days i'm unable start resque have tried debugging issue on kinds of ways no result ! knows solution? kind regards

this log output from:

 bundle exec rake resque:start 

log:

bundle exec rake resque:start --trace ** invoke resque:start (first_time) ** invoke resque:workers:start (first_time) ** execute resque:workers:start rake aborted! can't assign requested address - connect(2)  tasks: top => resque:work (see full trace running task --trace) *** starting worker dev2.local:4323:critical,high,low ** [09:01:12 2012-06-15] 4323: registered signals ** invoke resque:scheduler:start (first_time) ** execute resque:scheduler:start rake aborted! can't assign requested address - connect(2)  tasks: top => resque:scheduler (see full trace running task --trace) 2012-06-15 21:01:20 schedule empty! set resque.schedule ** invoke resque:web:start (first_time) ** execute resque:web:start /users/jordan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/open-uri.rb:346:in `open_http': 500 internal server error (openuri::httperror) 

i tried:

  • downgrading redis
  • upgrading redis
  • downgrading resque + upgrading resque latest version again
  • reset config files , try again
  • all ports default default config
  • checked if default ports closed
  • looked true resque gem code trying figure out happens

im totally halted because resque integral part of app, please knows solution let me know.

well...

it seems that, looks it's incompatibility between resque 1.8.2 , newer versions on red is. @bknoles suggested.

using

gem 'resque', "~> 1.20.0" gem 'resque-scheduler', :require => 'resque_scheduler' 

in gemfile fixes problem


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -