errplane 0.5.18 → 0.5.19
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -0
- data/Gemfile.lock +88 -0
- data/Rakefile +35 -0
- data/config.ru +7 -0
- data/errplane.gemspec +35 -0
- data/gemfiles/Gemfile.rails-2.3.x +8 -0
- data/gemfiles/Gemfile.rails-2.3.x.lock +76 -0
- data/gemfiles/Gemfile.rails-3.0.x +7 -0
- data/gemfiles/Gemfile.rails-3.0.x.lock +95 -0
- data/gemfiles/Gemfile.rails-3.1.x +7 -0
- data/gemfiles/Gemfile.rails-3.1.x.lock +107 -0
- data/gemfiles/Gemfile.rails-3.2.x +7 -0
- data/gemfiles/Gemfile.rails-3.2.x.lock +105 -0
- data/generators/errplane/errplane_generator.rb +43 -0
- data/generators/errplane/templates/initializer.rb +6 -0
- data/lib/errplane/version.rb +1 -1
- data/rails/init.rb +1 -0
- data/spec/suite.sh +39 -0
- data/spec/support/rails2/log/test.log +267 -0
- data/spec/support/rails3/log/test.log +45182 -0
- metadata +45 -23
@@ -0,0 +1,105 @@
|
|
1
|
+
PATH
|
2
|
+
remote: /Users/todd/Projects/errplane/errplane-ruby
|
3
|
+
specs:
|
4
|
+
errplane (0.5.19)
|
5
|
+
actionpack (>= 2.3.4)
|
6
|
+
activesupport (>= 2.3.4)
|
7
|
+
json
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: http://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actionpack (3.2.7)
|
13
|
+
activemodel (= 3.2.7)
|
14
|
+
activesupport (= 3.2.7)
|
15
|
+
builder (~> 3.0.0)
|
16
|
+
erubis (~> 2.7.0)
|
17
|
+
journey (~> 1.0.4)
|
18
|
+
rack (~> 1.4.0)
|
19
|
+
rack-cache (~> 1.2)
|
20
|
+
rack-test (~> 0.6.1)
|
21
|
+
sprockets (~> 2.1.3)
|
22
|
+
activemodel (3.2.7)
|
23
|
+
activesupport (= 3.2.7)
|
24
|
+
builder (~> 3.0.0)
|
25
|
+
activesupport (3.2.7)
|
26
|
+
i18n (~> 0.6)
|
27
|
+
multi_json (~> 1.0)
|
28
|
+
builder (3.0.0)
|
29
|
+
diff-lcs (1.1.3)
|
30
|
+
erubis (2.7.0)
|
31
|
+
fakeweb (1.3.0)
|
32
|
+
ffi (1.1.4)
|
33
|
+
guard (1.3.0)
|
34
|
+
listen (>= 0.4.2)
|
35
|
+
thor (>= 0.14.6)
|
36
|
+
guard-rspec (1.2.1)
|
37
|
+
guard (>= 1.1)
|
38
|
+
hike (1.2.1)
|
39
|
+
i18n (0.6.0)
|
40
|
+
journey (1.0.4)
|
41
|
+
json (1.7.4)
|
42
|
+
listen (0.4.7)
|
43
|
+
rb-fchange (~> 0.0.5)
|
44
|
+
rb-fsevent (~> 0.9.1)
|
45
|
+
rb-inotify (~> 0.8.8)
|
46
|
+
multi_json (1.3.6)
|
47
|
+
rack (1.4.1)
|
48
|
+
rack-cache (1.2)
|
49
|
+
rack (>= 0.4)
|
50
|
+
rack-ssl (1.3.2)
|
51
|
+
rack
|
52
|
+
rack-test (0.6.1)
|
53
|
+
rack (>= 1.0)
|
54
|
+
railties (3.2.7)
|
55
|
+
actionpack (= 3.2.7)
|
56
|
+
activesupport (= 3.2.7)
|
57
|
+
rack-ssl (~> 1.3.2)
|
58
|
+
rake (>= 0.8.7)
|
59
|
+
rdoc (~> 3.4)
|
60
|
+
thor (>= 0.14.6, < 2.0)
|
61
|
+
rake (0.9.2.2)
|
62
|
+
rb-fchange (0.0.5)
|
63
|
+
ffi
|
64
|
+
rb-fsevent (0.9.1)
|
65
|
+
rb-inotify (0.8.8)
|
66
|
+
ffi (>= 0.5.0)
|
67
|
+
rdoc (3.12)
|
68
|
+
json (~> 1.4)
|
69
|
+
rspec (2.11.0)
|
70
|
+
rspec-core (~> 2.11.0)
|
71
|
+
rspec-expectations (~> 2.11.0)
|
72
|
+
rspec-mocks (~> 2.11.0)
|
73
|
+
rspec-core (2.11.1)
|
74
|
+
rspec-expectations (2.11.2)
|
75
|
+
diff-lcs (~> 1.1.3)
|
76
|
+
rspec-mocks (2.11.1)
|
77
|
+
rspec-rails (2.11.0)
|
78
|
+
actionpack (>= 3.0)
|
79
|
+
activesupport (>= 3.0)
|
80
|
+
railties (>= 3.0)
|
81
|
+
rspec (~> 2.11.0)
|
82
|
+
sprockets (2.1.3)
|
83
|
+
hike (~> 1.2)
|
84
|
+
rack (~> 1.0)
|
85
|
+
tilt (~> 1.1, != 1.3.0)
|
86
|
+
thor (0.15.4)
|
87
|
+
tilt (1.3.3)
|
88
|
+
tzinfo (0.3.33)
|
89
|
+
|
90
|
+
PLATFORMS
|
91
|
+
ruby
|
92
|
+
|
93
|
+
DEPENDENCIES
|
94
|
+
actionpack (~> 3.2.3)
|
95
|
+
activesupport (~> 3.2.3)
|
96
|
+
bundler (>= 1.0.0)
|
97
|
+
errplane!
|
98
|
+
fakeweb
|
99
|
+
guard
|
100
|
+
guard-rspec
|
101
|
+
rake
|
102
|
+
rdoc
|
103
|
+
rspec
|
104
|
+
rspec-rails (>= 2.0)
|
105
|
+
tzinfo
|
@@ -0,0 +1,43 @@
|
|
1
|
+
class ErrplaneGenerator < Rails::Generator::Base
|
2
|
+
def add_options!(option)
|
3
|
+
option.on("-k", "--api-key=API_KEY", String, "API key for your Errplane organization") {|v| options[:api_key] = v}
|
4
|
+
option.on("-a", "--application-id=APP_ID", String, "Your Errplane application id (optional)") {|v| options[:application_id] = v}
|
5
|
+
end
|
6
|
+
|
7
|
+
def manifest
|
8
|
+
if options[:api_key].blank?
|
9
|
+
puts "You must provide an API key using -k or --api-key."
|
10
|
+
exit
|
11
|
+
end
|
12
|
+
|
13
|
+
begin
|
14
|
+
puts "Contacting Errplane API"
|
15
|
+
application_name = "ApplicationName"
|
16
|
+
api_key = options[:api_key]
|
17
|
+
http = Net::HTTP.new("app.errplane.com", "80")
|
18
|
+
url = "/api/v1/applications?api_key=#{api_key}&name=#{application_name}"
|
19
|
+
response = http.post(url, nil)
|
20
|
+
@application = JSON.parse(response.body)
|
21
|
+
|
22
|
+
unless response.is_a?(Net::HTTPSuccess)
|
23
|
+
raise "The Errplane API returned an error: #{response.inspect}"
|
24
|
+
end
|
25
|
+
rescue => e
|
26
|
+
puts "We ran into a problem creating your application via the API!"
|
27
|
+
puts "If this issue persists, contact us at support@errplane.com with the following details:"
|
28
|
+
puts "#{e.class}: #{e.message}"
|
29
|
+
end
|
30
|
+
|
31
|
+
record do |m|
|
32
|
+
m.template "initializer.rb", "config/initializers/errplane.rb",
|
33
|
+
:assigns => {
|
34
|
+
:application_id => options[:application_id] || secure_random.hex(4),
|
35
|
+
:api_key => options[:api_key]
|
36
|
+
}
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
def secure_random
|
41
|
+
defined?(SecureRandom) ? SecureRandom : ActiveSupport::SecureRandom
|
42
|
+
end
|
43
|
+
end
|
data/lib/errplane/version.rb
CHANGED
data/rails/init.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "errplane/rails"
|
data/spec/suite.sh
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
|
4
|
+
source "$HOME/.rvm/scripts/rvm"
|
5
|
+
elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then
|
6
|
+
source "/usr/local/rvm/scripts/rvm"
|
7
|
+
else
|
8
|
+
printf "ERROR: An RVM installation was not found.\n"
|
9
|
+
fi
|
10
|
+
|
11
|
+
function build_version() {
|
12
|
+
echo "Bundling for Rails $1..."
|
13
|
+
BUNDLE_GEMFILE=gemfiles/Gemfile.rails-$1 bundle install --quiet
|
14
|
+
BUNDLE_GEMFILE=gemfiles/Gemfile.rails-$1 bundle exec rake -t spec
|
15
|
+
}
|
16
|
+
|
17
|
+
function build_versions() {
|
18
|
+
build_version "3.2.x"
|
19
|
+
build_version "3.1.x"
|
20
|
+
build_version "3.0.x"
|
21
|
+
build_version "2.3.x"
|
22
|
+
}
|
23
|
+
|
24
|
+
function build_with_ruby() {
|
25
|
+
rvm use ruby-$1@errplane_gem --create
|
26
|
+
build_versions
|
27
|
+
}
|
28
|
+
|
29
|
+
function build() {
|
30
|
+
build_with_ruby "1.9.3-p194"
|
31
|
+
build_with_ruby "1.9.2-p290"
|
32
|
+
build_with_ruby "1.8.7-p357"
|
33
|
+
}
|
34
|
+
|
35
|
+
function clean() {
|
36
|
+
rvm gemset empty errplane_gem --force
|
37
|
+
}
|
38
|
+
|
39
|
+
build
|
@@ -0,0 +1,267 @@
|
|
1
|
+
# Logfile created on 2012-11-19 01:23:02 -0500
|
2
|
+
|
3
|
+
Processing WidgetsController#new (for 0.0.0.0 at 2012-11-19 01:23:02) [GET]
|
4
|
+
|
5
|
+
|
6
|
+
Processing WidgetsController#index (for 0.0.0.0 at 2012-11-19 01:23:02) [GET]
|
7
|
+
Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
|
8
|
+
|
9
|
+
|
10
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 01:23:02) [GET]
|
11
|
+
|
12
|
+
ZeroDivisionError (divided by 0):
|
13
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
14
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
15
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
16
|
+
<internal:prelude>:10:in `synchronize'
|
17
|
+
spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
|
18
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
19
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
20
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
21
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
22
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
23
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
24
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
25
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
26
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
27
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
28
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
29
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
30
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
31
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
32
|
+
|
33
|
+
[Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
|
34
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fb0046f8180 @last_response=nil>
|
35
|
+
[Errplane] Black Box: {"time":1353306182,"application_name":"Application","application_root":{"path":"/Users/todd/Projects/errplane/gem/spec/support/rails2"},"framework":"Rails","framework_version":"2.3.14","message":"divided by 0","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `block in perform_action_with_benchmark'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `block in ms'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_with_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_with_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_with_flash'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `block in build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `block in call'",": in `'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `block (2 levels) in <module:Runner>'","spec/integration/exceptions_spec.rb:22 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ZeroDivisionError","language":"Ruby","language_version":"1.9.3-p194","environment_variables":{"TERM_PROGRAM":"iTerm.app","rvm_bin_path":"/Users/todd/.rvm/bin","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","SHELL":"/bin/bash","TERM":"xterm-256color","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","Apple_PubSub_Socket_Render":"/tmp/launch-6XAsqk/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","__array_start":"0","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-KnGBdy/Listeners","Apple_Ubiquity_Message":"/tmp/launch-b3bK9m/Apple_Ubiquity_Message","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/gem","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","HOME":"/Users/todd","SHLVL":"2","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t2p0","LOGNAME":"todd","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","DISPLAY":"/tmp/launch-BqDJqv/org.macosforge.xquartz:0","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","SECURITYSESSIONID":"186a5","RUBY_VERSION":"ruby-1.9.3-p194","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"},"reporter":{"name":"Errplane","version":"0.5.6","url":"https://github.com/errplane/gem"},"custom_data":{},"request_data":{"params":{"controller":"widgets","action":"new"},"session_data":{},"controller":"widgets","action":"new","request_url":"http://www.example.com/widgets/new","user_agent":null}}
|
36
|
+
[Errplane] Ignorable Exception? false
|
37
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t2p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
38
|
+
[Errplane] Adding exception to the queue.
|
39
|
+
Rendered rescues/_trace (11.3ms)
|
40
|
+
Rendered rescues/_request_and_response (2.8ms)
|
41
|
+
Rendering rescues/layout (internal_server_error)
|
42
|
+
|
43
|
+
|
44
|
+
Processing WidgetsController#index (for 127.0.0.1 at 2012-11-19 01:23:02) [GET]
|
45
|
+
Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
|
46
|
+
|
47
|
+
|
48
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 01:23:02) [GET]
|
49
|
+
|
50
|
+
ZeroDivisionError (divided by 0):
|
51
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
52
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
53
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
54
|
+
<internal:prelude>:10:in `synchronize'
|
55
|
+
spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
|
56
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
57
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
58
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
59
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
60
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
61
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
62
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
63
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
64
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
65
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
66
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
67
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
68
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
69
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
70
|
+
|
71
|
+
Rendered rescues/_trace (10.2ms)
|
72
|
+
Rendered rescues/_request_and_response (0.3ms)
|
73
|
+
Rendering rescues/layout (internal_server_error)
|
74
|
+
[Errplane] OPTS: {}
|
75
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fb0064761f8 @last_response=nil>
|
76
|
+
[Errplane] Black Box: {"time":1353306182,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:47 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `rescue'","spec/unit/errplane_spec.rb:46 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","environment_variables":{"TERM_PROGRAM":"iTerm.app","rvm_bin_path":"/Users/todd/.rvm/bin","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","SHELL":"/bin/bash","TERM":"xterm-256color","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","Apple_PubSub_Socket_Render":"/tmp/launch-6XAsqk/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","__array_start":"0","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-KnGBdy/Listeners","Apple_Ubiquity_Message":"/tmp/launch-b3bK9m/Apple_Ubiquity_Message","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/gem","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","HOME":"/Users/todd","SHLVL":"2","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t2p0","LOGNAME":"todd","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","DISPLAY":"/tmp/launch-BqDJqv/org.macosforge.xquartz:0","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","SECURITYSESSIONID":"186a5","RUBY_VERSION":"ruby-1.9.3-p194","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"},"reporter":{"name":"Errplane","version":"0.5.6","url":"https://github.com/errplane/gem"},"custom_data":{}}
|
77
|
+
[Errplane] Ignorable Exception? false
|
78
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t2p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
79
|
+
[Errplane] Adding exception to the queue.
|
80
|
+
[Errplane] OPTS: {}
|
81
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fb006445710 @last_response=nil>
|
82
|
+
[Errplane] Black Box: {"time":1353306182,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:70 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 in `block (4 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `should'","spec/unit/errplane_spec.rb:69 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","environment_variables":{"TERM_PROGRAM":"iTerm.app","rvm_bin_path":"/Users/todd/.rvm/bin","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","SHELL":"/bin/bash","TERM":"xterm-256color","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","Apple_PubSub_Socket_Render":"/tmp/launch-6XAsqk/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","__array_start":"0","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-KnGBdy/Listeners","Apple_Ubiquity_Message":"/tmp/launch-b3bK9m/Apple_Ubiquity_Message","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/gem","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","HOME":"/Users/todd","SHLVL":"2","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t2p0","LOGNAME":"todd","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","DISPLAY":"/tmp/launch-BqDJqv/org.macosforge.xquartz:0","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","SECURITYSESSIONID":"186a5","RUBY_VERSION":"ruby-1.9.3-p194","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"},"reporter":{"name":"Errplane","version":"0.5.6","url":"https://github.com/errplane/gem"},"custom_data":{}}
|
83
|
+
[Errplane] Ignorable Exception? false
|
84
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t2p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
85
|
+
[Errplane] Adding exception to the queue.
|
86
|
+
[Errplane] Spawning background worker thread.
|
87
|
+
[Errplane] Spawning background worker thread.
|
88
|
+
[Errplane] Spawning background worker thread.
|
89
|
+
[Errplane] Spawning background worker thread.
|
90
|
+
[Errplane] Spawning background worker thread.
|
91
|
+
[Errplane] Spawning background worker thread.
|
92
|
+
|
93
|
+
|
94
|
+
Processing WidgetsController#new (for 0.0.0.0 at 2012-11-19 12:32:31) [GET]
|
95
|
+
|
96
|
+
|
97
|
+
Processing WidgetsController#index (for 0.0.0.0 at 2012-11-19 12:32:31) [GET]
|
98
|
+
Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
|
99
|
+
|
100
|
+
|
101
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 12:32:31) [GET]
|
102
|
+
|
103
|
+
ZeroDivisionError (divided by 0):
|
104
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
105
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
106
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
107
|
+
<internal:prelude>:10:in `synchronize'
|
108
|
+
spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
|
109
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
110
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
111
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
112
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
113
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
114
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
115
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
116
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
117
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
118
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
119
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
120
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
121
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
122
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
123
|
+
|
124
|
+
[Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
|
125
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007feacad26f38 @last_response=nil>
|
126
|
+
[Errplane] Black Box: {"time":1353346351,"application_name":"Application","application_root":{"path":"/Users/todd/Projects/errplane/gem/spec/support/rails2"},"framework":"Rails","framework_version":"2.3.14","message":"divided by 0","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `block in perform_action_with_benchmark'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `block in ms'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_with_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_with_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_with_flash'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `block in build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `block in call'",": in `'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `block (2 levels) in <module:Runner>'","spec/integration/exceptions_spec.rb:22 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ZeroDivisionError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{},"request_data":{"params":{"controller":"widgets","action":"new"},"session_data":{},"controller":"widgets","action":"new","request_url":"http://www.example.com/widgets/new","user_agent":null}}
|
127
|
+
[Errplane] Ignorable Exception? false
|
128
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
129
|
+
[Errplane] Adding exception to the queue.
|
130
|
+
Rendered rescues/_trace (11.3ms)
|
131
|
+
Rendered rescues/_request_and_response (2.5ms)
|
132
|
+
Rendering rescues/layout (internal_server_error)
|
133
|
+
|
134
|
+
|
135
|
+
Processing WidgetsController#index (for 127.0.0.1 at 2012-11-19 12:32:31) [GET]
|
136
|
+
Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
|
137
|
+
|
138
|
+
|
139
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 12:32:31) [GET]
|
140
|
+
|
141
|
+
ZeroDivisionError (divided by 0):
|
142
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
143
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
144
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
145
|
+
<internal:prelude>:10:in `synchronize'
|
146
|
+
spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
|
147
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
148
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
149
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
150
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
151
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
152
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
153
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
154
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
155
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
156
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
157
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
158
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
159
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
160
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
161
|
+
|
162
|
+
Rendered rescues/_trace (20.4ms)
|
163
|
+
Rendered rescues/_request_and_response (0.3ms)
|
164
|
+
Rendering rescues/layout (internal_server_error)
|
165
|
+
[Errplane] OPTS: {}
|
166
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007feaccfc75d8 @last_response=nil>
|
167
|
+
[Errplane] Black Box: {"time":1353346351,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:47 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `rescue'","spec/unit/errplane_spec.rb:46 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{}}
|
168
|
+
[Errplane] Ignorable Exception? false
|
169
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
170
|
+
[Errplane] Adding exception to the queue.
|
171
|
+
[Errplane] OPTS: {}
|
172
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007feaccfa4e20 @last_response=nil>
|
173
|
+
[Errplane] Black Box: {"time":1353346351,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:70 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 in `block (4 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `should'","spec/unit/errplane_spec.rb:69 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{}}
|
174
|
+
[Errplane] Ignorable Exception? false
|
175
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
176
|
+
[Errplane] Adding exception to the queue.
|
177
|
+
[Errplane] Spawning background worker thread.
|
178
|
+
[Errplane] Spawning background worker thread.
|
179
|
+
[Errplane] Spawning background worker thread.
|
180
|
+
|
181
|
+
|
182
|
+
Processing WidgetsController#new (for 0.0.0.0 at 2012-11-19 12:33:18) [GET]
|
183
|
+
|
184
|
+
|
185
|
+
Processing WidgetsController#index (for 0.0.0.0 at 2012-11-19 12:33:18) [GET]
|
186
|
+
Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
|
187
|
+
|
188
|
+
|
189
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 12:33:18) [GET]
|
190
|
+
|
191
|
+
ZeroDivisionError (divided by 0):
|
192
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
193
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
194
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
195
|
+
<internal:prelude>:10:in `synchronize'
|
196
|
+
spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
|
197
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
198
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
199
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
200
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
201
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
202
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
203
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
204
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
205
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
206
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
207
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
208
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
209
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
210
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
211
|
+
|
212
|
+
[Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
|
213
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fa7bb970c60 @last_response=nil>
|
214
|
+
[Errplane] Black Box: {"time":1353346398,"application_name":"Application","application_root":{"path":"/Users/todd/Projects/errplane/gem/spec/support/rails2"},"framework":"Rails","framework_version":"2.3.14","message":"divided by 0","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `block in perform_action_with_benchmark'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `block in ms'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_with_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_with_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_with_flash'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `block in build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `block in call'",": in `'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `block (2 levels) in <module:Runner>'","spec/integration/exceptions_spec.rb:22 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ZeroDivisionError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{},"request_data":{"params":{"controller":"widgets","action":"new"},"session_data":{},"controller":"widgets","action":"new","request_url":"http://www.example.com/widgets/new","user_agent":null}}
|
215
|
+
[Errplane] Ignorable Exception? false
|
216
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
217
|
+
[Errplane] Adding exception to the queue.
|
218
|
+
Rendered rescues/_trace (10.9ms)
|
219
|
+
Rendered rescues/_request_and_response (1.8ms)
|
220
|
+
Rendering rescues/layout (internal_server_error)
|
221
|
+
|
222
|
+
|
223
|
+
Processing WidgetsController#index (for 127.0.0.1 at 2012-11-19 12:33:18) [GET]
|
224
|
+
Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
|
225
|
+
|
226
|
+
|
227
|
+
Processing WidgetsController#new (for 127.0.0.1 at 2012-11-19 12:33:18) [GET]
|
228
|
+
|
229
|
+
ZeroDivisionError (divided by 0):
|
230
|
+
app/controllers/widgets_controller.rb:3:in `/'
|
231
|
+
app/controllers/widgets_controller.rb:3:in `new'
|
232
|
+
/Users/todd/Projects/errplane/gem/lib/errplane/rack.rb:9:in `call'
|
233
|
+
<internal:prelude>:10:in `synchronize'
|
234
|
+
spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
|
235
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
|
236
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
|
237
|
+
/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
|
238
|
+
rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
|
239
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
|
240
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
|
241
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
|
242
|
+
rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
|
243
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
|
244
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
|
245
|
+
rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
|
246
|
+
rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
|
247
|
+
rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
|
248
|
+
rspec (1.3.2) bin/spec:5:in `<main>'
|
249
|
+
|
250
|
+
Rendered rescues/_trace (21.6ms)
|
251
|
+
Rendered rescues/_request_and_response (0.3ms)
|
252
|
+
Rendering rescues/layout (internal_server_error)
|
253
|
+
[Errplane] OPTS: {}
|
254
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fa7ba6715b0 @last_response=nil>
|
255
|
+
[Errplane] Black Box: {"time":1353346398,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:47 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:108 in `rescue'","spec/unit/errplane_spec.rb:46 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{}}
|
256
|
+
[Errplane] Ignorable Exception? false
|
257
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
258
|
+
[Errplane] Adding exception to the queue.
|
259
|
+
[Errplane] OPTS: {}
|
260
|
+
[Errplane] Transmitter: #<Errplane::Transmitter:0x007fa7ba64eec0 @last_response=nil>
|
261
|
+
[Errplane] Black Box: {"time":1353346398,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:70 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `call'","/Users/todd/Projects/errplane/gem/lib/errplane.rb:118 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 in `block (4 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `should'","spec/unit/errplane_spec.rb:69 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.8","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{}}
|
262
|
+
[Errplane] Ignorable Exception? false
|
263
|
+
[Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-6XAsqk/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-KnGBdy/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-b3bK9m/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/gem", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t0p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "DISPLAY"=>"/tmp/launch-BqDJqv/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "SECURITYSESSIONID"=>"186a5", "RUBY_VERSION"=>"ruby-1.9.3-p194", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
|
264
|
+
[Errplane] Adding exception to the queue.
|
265
|
+
[Errplane] Spawning background worker thread 0.
|
266
|
+
[Errplane] Spawning background worker thread 1.
|
267
|
+
[Errplane] Spawning background worker thread 2.
|