On 22 December 2010 10:17, khezr <
mar...@foodtree.com> wrote:
> I'm very new to cucumber and am having difficulties running cucumber.
> I used to run 'cucumber features' command in RAILS_ROOT and everything
> was fine. Today I'm working from home and all I get by running the
> command is :
>
> Connection refused - connect(2) (Errno::ECONNREFUSED)
> .../ruby-1.8.7-p302/lib/ruby/1.8/net/http.rb:560:in `initialize'
...
> ./vendor/plugins/geocoder/lib/geocoder.rb:181:in `fetch_coordinates'
...
> ./features/step_definitions/factory_girl_steps.rb:3
...
> features/manage_foods.feature:8:in `Given the following food records
>
>
> Does it have anything to do with the solr server? I'm sure the server
> is started. Is it related to my network proxy/firewall settings? Any
> help would be greatly appreciated.
It looks like your plugin "geocoder" is failing to "fetch coordinates"
from an HTTP server. Make sure that service is running.
I don't know what the "geocoder" plugin is, but hopefully you do.
It doesn't look like anything Cucumber-specific.
Good luck!
--
Rob Hunter
Ninja for Hire