Skip to content

Instantly share code, notes, and snippets.

@llaskin
Created July 25, 2012 19:35
Show Gist options
  • Save llaskin/9cc3a1980eec5b2f6e97 to your computer and use it in GitHub Desktop.
Save llaskin/9cc3a1980eec5b2f6e97 to your computer and use it in GitHub Desktop.
begin
$Sel_Browse = Sel_Session::Sel_Session.new(sWebB, sServer, sPort, sWebDriver) ##this is line 67
rescue
retry
$Sel_log.log("INFO", "Rerunning the Sel Browse creater")
end
/usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/timeout.rb:64:in `rbuf_fill': execution expired (Timeout::Error)
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/protocol.rb:134:in `rbuf_fill'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/protocol.rb:116:in `readuntil'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/protocol.rb:126:in `readline'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:2028:in `read_status_line'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:2017:in `read_new'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:1051:in `request'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:1037:in `request'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:543:in `start'
from /usr/local/rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/net/http.rb:1035:in `request'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/http/default.rb:76:in `response_for'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/http/default.rb:38:in `request'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/http/common.rb:40:in `call'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/bridge.rb:598:in `raw_execute'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/bridge.rb:576:in `execute'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/remote/bridge.rb:544:in `find_element_by'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/common/search_context.rb:42:in `orig_find_element'
from ./lib/WrappedFindElement.rb:12:in `find_element'
from ./lib/Utils.rb:404:in `login'
from /usr/local/rvm/gems/ruby-1.8.7-p358/gems/selenium-webdriver-2.22.2/lib/selenium/webdriver/common/wait.rb:36:in `until'
from ./lib/Utils.rb:404:in `login'
from ./lib/Portal/Session.rb:139:in `initialize'
from ./lib/Portal/Setup.rb:67:in `new'
from ./lib/Portal/Setup.rb:67:in `initialize'
from Tester_Parameterized.rb:95:in `new'
from Tester_Parameterized.rb:95
Build step 'Execute shell' marked build as failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment