appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

Timeout #131

Open hgsigner opened 10 years ago

hgsigner commented 10 years ago

Hey guys,

I'm experiencing this error today a lot of times:

Rightscale::HttpConnection : request failure count: 1, exception: # Timeout::Error: execution expired

As well as this one:

/task/gems/gems/http_connection-1.4.4/lib/right_http_connection.rb:335:in `block in request': mybucketname.s3.amazonaws.com temporarily unavailable: (execution expired) (Aws::AwsError)

Any thoughts on that?

Thanks, Hugo

hgsigner commented 10 years ago

Another one:

/usr/lib/ruby/1.9.1/net/http.rb:762:in initialize': Connection timed out - connect(2) (Errno::ETIMEDOUT) from /usr/lib/ruby/1.9.1/net/http.rb:762:inopen' from /usr/lib/ruby/1.9.1/net/http.rb:762:in block in connect' from /usr/lib/ruby/1.9.1/timeout.rb:54:intimeout' from /usr/lib/ruby/1.9.1/timeout.rb:99:in timeout' from /usr/lib/ruby/1.9.1/net/http.rb:762:inconnect' from /usr/lib/ruby/1.9.1/net/http.rb:755:in do_start' from /usr/lib/ruby/1.9.1/net/http.rb:744:instart' from /usr/lib/ruby/1.9.1/open-uri.rb:306:in open_http' from /usr/lib/ruby/1.9.1/open-uri.rb:775:inbuffer_open' from /usr/lib/ruby/1.9.1/open-uri.rb:203:in block in open_loop' from /usr/lib/ruby/1.9.1/open-uri.rb:201:incatch' from /usr/lib/ruby/1.9.1/open-uri.rb:201:in open_loop' from /usr/lib/ruby/1.9.1/open-uri.rb:146:inopen_uri' from /usr/lib/ruby/1.9.1/open-uri.rb:677:in open' from /usr/lib/ruby/1.9.1/open-uri.rb:33:inopen' from /task/image_processor.rb:102:in block in download_image' from /task/image_processor.rb:101:inopen' from /task/image_processor.rb:101:in download_image' from /task/image_processor.rb:209:in<top (required)>' ----> Testing reference Rightscale::HttpConnection : request failure count: 1, exception: # Timeout::Error: execution expired Rightscale::HttpConnection : request failure count: 2, exception: # Timeout::Error: execution expired Downloading image from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire' from runner.rb:213:in `

'