Created
September 8, 2011 01:18
-
-
Save warnergodfrey/1202357 to your computer and use it in GitHub Desktop.
Post deploy error on production application server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/extranet/property_engagements/10021/update_or_invite" for 124.180.69.198 at 2011-09-07 00:06:44 -0700 | |
Processing by Extranet::HomeController#rescue_404 as HTML | |
Parameters: {"utf8"=>"<E2><9C><93>", "authenticity_token"=>"f9YWQWTDBHz5iKBMpeXRfQxz/mY8vRb5z9JehTPunns=", "user"=>{"name"=>"-Test- Hotel -Test- Hotelier", "email"=>"[email protected]", "position"=>"Hotelier", "phone"=>"0406501864", "mobile_number"=>"", "country_id"=>"1", "street_address"=>"123 High St", "suburb"=>"Melbourne", "state_id"=>"1", "postcode"=>"3000"}, "commit"=>"Send email invite", "path"=>"extranet/property_engagements/10021/update_or_invite"} | |
Error404 Missing Page | |
Rendered errors/_error_footer.html.haml (1.2ms) | |
Rendered errors/error_404.html.haml within layouts/errors (5.6ms) | |
Compiled ~/data/hotels/releases/20110907065718/app/assets/stylesheets/errors.css.scss (38ms) (pid 28654) | |
Compiled ~/data/hotels/releases/20110907065718/app/assets/stylesheets/errors.css.scss (0ms) (pid 28654) | |
Rendered partials/_user_controls.html.haml (0.3ms) | |
Rendered partials/_footer.html.haml (0.4ms) | |
Rendered common/_google_analytics.html.erb (0.0ms) | |
Rendered common/_gauges.html.erb (0.0ms) | |
Rendered partials/_analytics.html.haml (0.3ms) | |
Completed 404 Not Found in 71ms (Views: 69.1ms | ActiveRecord: 1.0ms) | |
Started GET "/assets/errors-0ac2b3317cb1a4a9c301bf30f37ac248.css" for 124.180.69.198 at 2011-09-07 00:06:45 -0700 | |
Served asset /errors-0ac2b3317cb1a4a9c301bf30f37ac248.css - 200 OK (0ms) | |
Started GET "/" for 209.235.253.17 at 2011-09-07 00:06:58 -0700 | |
Started GET "/" for 204.93.223.151 at 2011-09-07 00:07:01 -0700 | |
Started PUT "/extranet/property_engagements/10021/update_or_invite" for 124.180.69.198 at 2011-09-07 00:05:44 -0700 | |
Processing by Extranet::PropertyEngagementsController#update_or_invite as HTML | |
Parameters: {"utf8"=>"<E2><9C><93>", "authenticity_token"=>"f9YWQWTDBHz5iKBMpeXRfQxz/mY8vRb5z9JehTPunns=", "user"=>{"name"=>"-Test- Hotel -Test- Hotelier", "email"=>"[email protected]", "position"=>"Hotelier", "phone"=>"0406501864", "mobile_number"=>"", "country_id"=>"1", "street_address"=>"123 High St", "suburb"=>"Melbourne", "state_id"=>"1", "postcode"=>"3000"}, "commit"=>"Send email invite", "id"=>"10021"} | |
Rendered extranet/hotelier_mailer/onboard_email.html.haml (81.7ms) | |
Rendered extranet/hotelier_mailer/onboard_email.text.erb (0.5ms) | |
Sent mail to [email protected] (79002ms) | |
Timeout::Error#<Timeout::Error: Timeout::Error> | |
** [Hoptoad] Success: Net::HTTPOK | |
** [Hoptoad] Environment Info: [Ruby: 1.9.2] [Rails: 3.1.0.rc5] [Env: production] | |
** [Hoptoad] Response from Hoptoad: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<notice> | |
<error-id type="integer">13113045</error-id> | |
<url>http://jetstar.airbrakeapp.com/errors/13113045/notices/2337327373</url> | |
<id type="integer">2337327373</id> | |
</notice> | |
Rendered errors/_error_footer.html.haml (1.2ms) | |
Rendered errors/error_500.html.haml within layouts/errors (5.0ms) | |
Rendered partials/_user_controls.html.haml (0.3ms) | |
Rendered partials/_footer.html.haml (0.4ms) | |
Rendered common/_google_analytics.html.erb (0.0ms) | |
Rendered common/_gauges.html.erb (0.0ms) | |
Rendered partials/_analytics.html.haml (0.3ms) | |
Completed 500 Internal Server Error in 80012ms (Views: 22.2ms | ActiveRecord: 11.9ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment