Skip to content

Instantly share code, notes, and snippets.

@mikesplain
Created June 14, 2012 02:34
Show Gist options
  • Save mikesplain/2927748 to your computer and use it in GitHub Desktop.
Save mikesplain/2927748 to your computer and use it in GitHub Desktop.
Configuration:
api_key: "--- \n:project: ourstage-dev\n:tracker: Bug\n:api_key:
js_api_key: "--- \n:project: ourstage-dev\n:tracker: Bug\n:api_key:
backtrace_filters: [#<Proc:0x007fb2123789a0@/Users/mikesplain/.rvm/gems/ru
development_environments: []
development_lookup: true
environment_name: "production"
host: "osredmine201.herokuapp.com/"
http_open_timeout: 2
http_read_timeout: 5
ignore: ["ActiveRecord::RecordNotFound", "ActionController::Rou
ignore_by_filters: []
ignore_user_agent: []
notifier_name: "Airbrake Notifier"
notifier_url: "https://github.com/airbrake/airbrake"
notifier_version: "3.1.1"
params_filters: ["password", "password_confirmation"]
project_root: #<Pathname:/Users/mikesplain/code/ourstage>
port: 80
protocol: "http"
proxy_host: nil
proxy_pass: nil
proxy_port: nil
proxy_user: nil
secure: false
use_system_ssl_cert_chain: false
framework: "Rails: 3.1.3"
user_information: "Airbrake Error {{error_id}}"
rescue_rake_exceptions: nil
Setting up the Controller.
Processing request.
[I]
Started GET "/verify" for at 2012-06-14 02:25:42 +0000
[I] Processing by ApplicationController#verify as HTML
Raising 'AirbrakeTestingException' to simulate application failure.
[E] ** [Airbrake] Failure: Net::HTTPInternalServerError
[I] ** [Airbrake] Environment Info: [Ruby: 1.9.2] [Rails: 3.1.3] [Env: production]
[I] ** [Airbrake] Response from Airbrake:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<title>Redmine 500 error</title>
<style>
body{
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
color:#303030;
margin:10px;
}
h1{
font-size:1.5em;
}
p{
font-size:0.8em;
}
</style>
<body>
<h1>Internal error</h1>
<p>An error occurred on the page you were trying to access.<br />
If you continue to experience problems please contact your Redmine administrator for assistance.</p>
<p>If you are the Redmine administrator, check your log files for details about the error.</p>
<p><a href="javascript:history.back()">Back</a></p>
</body>
</html>
[I] Rendered four04/server_error.html.erb within layouts/four04 (302.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment