You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New RightAws::S3Interface using shared connections mode
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'end of file reached'
Rightscale::HttpConnection : server s3.amazonaws.com closed connection
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'execution expired'
Rightscale::HttpConnection : request failure count: 1, exception: #<Timeout::Error: execution expired>
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'end of file reached'
Rightscale::HttpConnection : server s3.amazonaws.com closed connection
Rightscale::HttpConnection : raising RightAws::AwsError due to permanent EOF being received from s3.amazonaws.com, error age: 144
Completed 500 Internal Server Error in 170750.2ms
RightAws::AwsError (Permanent EOF is being received from s3.amazonaws.com.):
config/initializers/S3sempleModule.rb:55:in `tmp_key_exsists?'
Here is my code for the module, line 55 is @s3_tmp_bucket.key(key).exists? in tmp_key_exsists? method
New RightAws::S3Interface using shared connections mode
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'end of file reached'
Rightscale::HttpConnection : server s3.amazonaws.com closed connection
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'execution expired'
Rightscale::HttpConnection : request failure count: 1, exception: #<Timeout::Error: execution expired>
Opening new HTTP connection to s3.amazonaws.com:80
Closing HTTP connection to s3.amazonaws.com:80, reason: 'end of file reached'
Rightscale::HttpConnection : server s3.amazonaws.com closed connection
Rightscale::HttpConnection : raising RightAws::AwsError due to permanent EOF being received from s3.amazonaws.com, error age: 144
Completed 500 Internal Server Error in 170750.2ms
RightAws::AwsError (Permanent EOF is being received from s3.amazonaws.com.):
config/initializers/S3sempleModule.rb:55:in `tmp_key_exsists?'
Here is my code for the module, line 55 is
@s3_tmp_bucket.key(key).exists?
in tmp_key_exsists? methodMy module code
any one have any suggestion or solution?
The text was updated successfully, but these errors were encountered: