Dear Matt,

The first error output is with trace, the problem is no real exact location
and the port is really not in use although the message tells so, ive 
checked the ports before running the rake task and there is nothing open.
>From the trace there is also no real exact line number from the gem code 
where things go wrong. So this makes it very hard to debug. I try to 
install resque on my production server and see if it has the same issue 
there really out of options on this one. Thats why I posted it here and on 
stack.

On Sunday, June 17, 2012 5:12:07 PM UTC+2, Matt Jones wrote:
>
>
>
> 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/-/q7louqSQqjYJ.
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