On Saturday, 16 June 2012 07:17:22 UTC-4, rubybox wrote:
>
>
> 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)
>
>
 This is telling you there's already something on a port that *something* 
is trying to use. As the error message suggests, try running the task with 
--trace to get a full trace - it will be much easier for people to 
troubleshoot over the list with a backtrace.

--Matt Jones

-- 
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/-/UW2WBW26k6kJ.
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.

Reply via email to