[Rails] having terrible issue with resque ( & redis? ) spend 3 full days debugging. Can't assign requested address - connect(2). Anyone knows a solution?
Anyone knows a solution to below trace, resque no longer startsup and I seriously need it for my app. ( development environment )
I hope somone knows an answer Im even willing to pay for a solution since im totally halted in developments since I need resque as an integral part of my app.
dev2:books jordan$ bundle exec rake resque:start :public is no longer used to avoid overloading Module#public, use :public_folder instead from /Users/jordan/.rvm/gems/ruby-1.9.3-p194/gems/resque-1.8.2/lib/resque/server.rb:11:in `<class:Server>':public is no longer used to avoid overloading Module#public, use :public_folder instead from /Users/jordan/.rvm/gems/ruby-1.9.3-p194/gems/resque-1.8.2/lib/resque/server.rb:11:in `<class:Server>'rake aborted!Can't assign requested address - connect(2)
Tasks: TOP => resque:work(See full trace by running task with --trace)*** Starting worker dev2.local:5191:critical,high,low, books** [04:56:44 2012-06-08] 5191: Registered signals:public is no longer used to avoid overloading Module#public, use :public_folder instead from /Users/jordan/.rvm/gems/ruby-1.9.3-p194/gems/resque-1.8.2/lib/resque/server.rb:11:in `<class:Server>'rake aborted!Can't assign requested address - connect(2)
Tasks: TOP => resque:scheduler(See full trace by running task with --trace)2012-06-08 16:56:51 Schedule empty! Set Resque.schedule:public is no longer used to avoid overloading Module#public, use :public_folder instead from /Users/jordan/.rvm/gems/ruby-1.9.3-p194/gems/resque-1.8.2/lib/resque/server.rb:11:in `<class:Server>'[2012-06-08 16:56:53 +0200] Starting 'resque-web'...[2012-06-08 16:56:53 +0200] trying port 5678...
Tried the following:
- Upgrade to latest redis
- Downgrade to 1 version down for resque
- Reset all configurations to default
- Looking true the resque gem code
- Check if the port it wants to connect to is open ( all default ports )
- Upgraded to the latest resque gem
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/cjuNu_2yTXIJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home