Re: [Wtr-general] a common error

2007-01-11 Thread Bret Pettichord
Nobody is listening on port 9002 on localhost. Why are you using drb? Sarita is working through the scripting101 exercises and timeclock uses drb. ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] a common error

2007-01-10 Thread sarita
Thanks Charly, ur solution worked, but again one more error came: c:/ruby/lib/ruby/1.8/drb/drb.rb:736:in `open': druby://localhost:9002 - #Errno: :EBADF: Bad file descriptor - connect(2) (DRb::DRbConnError) from c:/ruby/lib/ruby/1.8/drb/drb.rb:729:in `each' from

Re: [Wtr-general] a common error

2007-01-10 Thread Chris McMahon
Nobody is listening on port 9002 on localhost. Why are you using drb? On 1/10/07, sarita [EMAIL PROTECTED] wrote: Thanks Charly, ur solution worked, but again one more error came: c:/ruby/lib/ruby/1.8/drb/drb.rb:736:in `open': druby://localhost:9002 - #Errno: :EBADF: Bad file descriptor -

Re: [Wtr-general] a common error

2007-01-10 Thread sarita
I hadn't started the timeclock server. So, port 9002 wasn't listening. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6063messageID=17039#17039 ___ Wtr-general

[Wtr-general] a common error

2007-01-09 Thread sarita
require keyword is used to include files: require 'toolkit/testhook' But when ruby is unable to find that file, it shows the following type of error: