Error thrown when running under Snow Leopard (Culerity::CulerityException - SocketError)
Opened this issue · 0 comments
Running culerity-based features causes a Culerity::CulerityException, or SocketError, to be thrown.
You can see the little project I used to test this here: http://github.com/kfitzpatrick/mess_around_with_culerity
It's a little sloppy, but if you run the tests you'll see the error.
There are more details below. Please let me know if you have more questions. I'd be very happy to help debug this.
- Kevin Fitzpatrick (kfitzpatrick) & Dennis Rogenius (denro)
Found on :
Mac OS X 10.6.1
MacBook Pro
jruby 1.4.0RC2 (ruby 1.8.7 patchlevel 174) (2009-10-21 7e77f32) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
Associated Gems:
culerity (0.2.3) - from gemcutter.org
Note: We also tried this with the previous version of culerity 0.1.5
JRuby Gems tried with both:
celerity (0.7.4) - from gemcutter.org
and
jarib-celerity (0.0.7.1)
Here is the stacktrace that occurs directly before the first step of each scenario:
SocketError: initialize: name or service not known (Culerity::CulerityException)
/Library/Ruby/Gems/1.8/gems/culerity-0.2.3/lib/culerity/remote_object_proxy.rb:54:in process_result' /Library/Ruby/Gems/1.8/gems/culerity-0.2.3/lib/culerity/remote_object_proxy.rb:40:in
send_remote'
/Library/Ruby/Gems/1.8/gems/culerity-0.2.3/lib/culerity/remote_object_proxy.rb:25:in method_missing' /Library/Ruby/Gems/1.8/gems/culerity-0.2.3/lib/culerity/remote_browser_proxy.rb:7:in
initialize'
./features/step_definitions/common_celerity_steps.rb:7:in new' ./features/step_definitions/common_celerity_steps.rb:7:in
Before'