Only the resque-web deamon loads up but will display same error if you go localhost:3000/resque ( the mounting point )
When starting resque normally: 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 by running task with --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 by running task with --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) -- 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/-/MbqC645TOuYJ. 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/rubyonrails-talk?hl=en.

