Skip to content

Instantly share code, notes, and snippets.

@mikesjewett
Last active December 17, 2015 17:19
Show Gist options
  • Save mikesjewett/5645097 to your computer and use it in GitHub Desktop.
Save mikesjewett/5645097 to your computer and use it in GitHub Desktop.
New Relic Logging
source 'https://rubygems.org'
gem 'rails', '3.2.12'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'bootstrap-sass', '~> 2.3.1.0'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'sqlite3'
gem 'faker'
end
group :development, :test do
gem 'rspec-rails'
gem 'guard'
gem 'guard-rspec'
gem 'factory_girl_rails', '~> 4.0'
gem 'database_cleaner'
end
group :production do
gem 'pg'
gem 'newrelic_rpm'
end
gem 'jquery-rails'
gem 'devise'
gem 'cancan'
gem 'redcarpet'
gem 'carrierwave'
gem 'mini_magick'
gem 'fog'
gem 'figaro'
gem 'will_paginate', '~> 3.0'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'friendly_id'
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
actionpack (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
activerecord (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bootstrap-sass (2.3.1.0)
sass (~> 3.2)
builder (3.0.4)
cancan (1.6.9)
carrierwave (0.8.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.2)
database_cleaner (0.9.1)
devise (2.2.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.2.4)
erubis (2.7.0)
excon (0.21.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.7)
multipart-post (~> 1.1)
ffi (1.8.1)
figaro (0.6.4)
bundler (~> 1.0)
rails (>= 3, < 5)
fog (1.11.1)
builder
excon (~> 0.20)
formatador (~> 0.2.0)
json (~> 1.7)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
friendly_id (4.0.9)
guard (1.6.2)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
terminal-table (>= 1.4.3)
thor (>= 0.14.6)
guard-rspec (2.5.1)
guard (>= 1.1)
rspec (~> 2.11)
hashie (2.0.4)
hike (1.2.2)
httpauth (0.2.0)
i18n (0.6.4)
journey (1.0.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.7)
jwt (0.1.8)
multi_json (>= 1.5)
listen (1.0.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.2)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.23)
mini_magick (3.5.0)
subexec (~> 0.2.1)
multi_json (1.7.3)
multipart-post (1.2.0)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-ssh (2.6.7)
newrelic_rpm (3.6.1.88)
nokogiri (1.5.9)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
omniauth-facebook (1.4.1)
omniauth-oauth2 (~> 1.1.0)
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
orm_adapter (0.4.0)
pg (0.15.1)
polyglot (0.3.3)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.12)
actionmailer (= 3.2.12)
actionpack (= 3.2.12)
activerecord (= 3.2.12)
activeresource (= 3.2.12)
activesupport (= 3.2.12)
bundler (~> 1.0)
railties (= 3.2.12)
railties (3.2.12)
actionpack (= 3.2.12)
activesupport (= 3.2.12)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.4)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.2.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-rails (2.13.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
ruby-hmac (0.4.0)
sass (3.2.8)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
slop (3.4.4)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
subexec (0.2.3)
terminal-table (1.4.5)
thor (0.18.1)
tilt (1.4.0)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
uglifier (2.0.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
warden (1.2.1)
rack (>= 1.0)
will_paginate (3.0.4)
PLATFORMS
ruby
DEPENDENCIES
bootstrap-sass (~> 2.3.1.0)
cancan
carrierwave
coffee-rails (~> 3.2.1)
database_cleaner
devise
factory_girl_rails (~> 4.0)
faker
figaro
fog
friendly_id
guard
guard-rspec
jquery-rails
mini_magick
newrelic_rpm
omniauth
omniauth-facebook
pg
rails (= 3.2.12)
redcarpet
rspec-rails
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)
will_paginate (~> 3.0)
2013-05-24T03:52:14.190086+00:00 app[web.1]: ** [NewRelic][05/24/13 03:52:14 +0000 5d0c2fdb-d2b1-461b-bfc8-e979fea6d639 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T03:52:14.190086+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T03:52:14.190397+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T03:52:14.190397+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T03:52:14.190397+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T03:52:14.190397+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T03:52:14.190397+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T03:52:14.193519+00:00 app[web.1]: ** [NewRelic][05/24/13 03:52:14 +0000 5d0c2fdb-d2b1-461b-bfc8-e979fea6d639 (2)] WARN : Will re-attempt in 420 seconds
2013-05-24T03:59:14.616767+00:00 app[web.1]: ** [NewRelic][05/24/13 03:59:14 +0000 5d0c2fdb-d2b1-461b-bfc8-e979fea6d639 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T03:59:14.617165+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T03:59:14.617165+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T03:59:14.617165+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T03:59:14.617165+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T03:59:14.617165+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T03:59:14.616767+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T03:59:14.617165+00:00 app[web.1]: ** [NewRelic][05/24/13 03:59:14 +0000 5d0c2fdb-d2b1-461b-bfc8-e979fea6d639 (2)] WARN : Will re-attempt in 480 seconds
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "production" section of your newrelic.yml.
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Agent is configured not to use SSL when communicating with New Relic's servers
2013-05-24T04:03:22.324935+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Unable to determine application name. Please set the application name in your newrelic.yml or in a NEW_RELIC_APP_NAME environment variable.
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Starting the New Relic agent in "production" environment.
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Environment: production
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Dispatcher: webrick
2013-05-24T04:03:22.324500+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Reading configuration from config/newrelic.yml
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Installing ActiveRecord instrumentation
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Finished instrumentation
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Installing Rails3 Error instrumentation
2013-05-24T04:03:26.732301+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:03:26.732301+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Installing Rails 3 Controller instrumentation
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Installing Net instrumentation
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] INFO : Installing Rails 3.1/3.2 view instrumentation
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:03:26.732957+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:03:26.732957+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 60 seconds
2013-05-24T04:03:26.732696+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:03:26.732301+00:00 app[web.1]: ** [NewRelic][05/24/13 04:03:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:04:22.842266+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:04:22.842266+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:04:22.841915+00:00 app[web.1]: ** [NewRelic][05/24/13 04:04:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:04:22.841915+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:04:22.842266+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:04:22.842266+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:04:22.842636+00:00 app[web.1]: ** [NewRelic][05/24/13 04:04:22 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 120 seconds
2013-05-24T04:04:22.842266+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:06:23.053733+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:06:23.053324+00:00 app[web.1]: ** [NewRelic][05/24/13 04:06:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:06:23.053324+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:06:23.053733+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:06:23.053733+00:00 app[web.1]: ** [NewRelic][05/24/13 04:06:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 180 seconds
2013-05-24T04:06:23.053733+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:06:23.053733+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:06:23.053733+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:09:23.269687+00:00 app[web.1]: ** [NewRelic][05/24/13 04:09:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:09:23.269687+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:09:23.270065+00:00 app[web.1]: ** [NewRelic][05/24/13 04:09:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 240 seconds
2013-05-24T04:09:23.270065+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:09:23.270065+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:09:23.270065+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:09:23.270065+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:09:23.270065+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:13:23.732748+00:00 app[web.1]: ** [NewRelic][05/24/13 04:13:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:13:23.733154+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:13:23.733154+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:13:23.732748+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:13:23.733154+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:13:23.733154+00:00 app[web.1]: ** [NewRelic][05/24/13 04:13:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 300 seconds
2013-05-24T04:13:23.733154+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:13:23.733154+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:18:23.941283+00:00 app[web.1]: ** [NewRelic][05/24/13 04:18:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:18:23.941659+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:18:23.941659+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:18:23.941283+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:18:23.941659+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:18:23.941659+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:18:23.941659+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:18:23.941659+00:00 app[web.1]: ** [NewRelic][05/24/13 04:18:23 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 360 seconds
2013-05-24T04:24:24.159640+00:00 app[web.1]: ** [NewRelic][05/24/13 04:24:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:24:24.159975+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:24:24.159640+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:24:24.159975+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:24:24.159975+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:24:24.159975+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:24:24.159975+00:00 app[web.1]: ** [NewRelic][05/24/13 04:24:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 420 seconds
2013-05-24T04:24:24.159975+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:31:24.379367+00:00 app[web.1]: ** [NewRelic][05/24/13 04:31:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:31:24.379367+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:31:24.379788+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:31:24.379788+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:31:24.379788+00:00 app[web.1]: ** [NewRelic][05/24/13 04:31:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 480 seconds
2013-05-24T04:31:24.379788+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:31:24.379788+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:31:24.379788+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:39:24.652172+00:00 app[web.1]: ** [NewRelic][05/24/13 04:39:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:39:24.652489+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:39:24.652489+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:39:24.652489+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:39:24.652489+00:00 app[web.1]: ** [NewRelic][05/24/13 04:39:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 540 seconds
2013-05-24T04:39:24.652489+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:39:24.652489+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:39:24.652172+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:48:25.097103+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:48:25.097103+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T04:48:25.097103+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:48:25.097585+00:00 app[web.1]: ** [NewRelic][05/24/13 04:48:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T04:48:25.097103+00:00 app[web.1]: ** [NewRelic][05/24/13 04:48:24 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:48:25.097103+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:48:25.097103+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:48:25.097585+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:58:25.091138+00:00 app[web.1]: ** [NewRelic][05/24/13 04:58:25 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T04:58:25.091475+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T04:58:25.091475+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T04:58:25.091138+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T04:58:25.091475+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T04:58:25.091475+00:00 app[web.1]: ** [NewRelic][05/24/13 04:58:25 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T04:58:25.091475+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T04:58:25.091475+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T05:08:26.629161+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T05:08:26.629161+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T05:08:26.628725+00:00 app[web.1]: ** [NewRelic][05/24/13 05:08:26 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T05:08:26.629161+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T05:08:26.629161+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T05:08:26.629161+00:00 app[web.1]: ** [NewRelic][05/24/13 05:08:26 +0000 bfed15a9-cd45-4cd2-bbe6-e557fd5106d7 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T05:08:26.628725+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T05:08:26.629161+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Starting the New Relic agent in "production" environment.
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Agent is configured not to use SSL when communicating with New Relic's servers
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Reading configuration from config/newrelic.yml
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Environment: production
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Dispatcher: webrick
2013-05-24T13:56:33.930783+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "production" section of your newrelic.yml.
2013-05-24T13:56:33.931133+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:33 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Unable to determine application name. Please set the application name in your newrelic.yml or in a NEW_RELIC_APP_NAME environment variable.
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Installing Net instrumentation
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Installing ActiveRecord instrumentation
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Installing Rails3 Error instrumentation
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Installing Rails 3 Controller instrumentation
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Installing Rails 3.1/3.2 view instrumentation
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T13:56:38.910215+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] INFO : Finished instrumentation
2013-05-24T13:56:38.910215+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T13:56:38.910215+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T13:56:38.910690+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T13:56:38.910458+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T13:56:38.910690+00:00 app[web.1]: ** [NewRelic][05/24/13 13:56:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 60 seconds
2013-05-24T13:57:34.470026+00:00 app[web.1]: ** [NewRelic][05/24/13 13:57:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T13:57:34.470377+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T13:57:34.470377+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T13:57:34.470026+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T13:57:34.470377+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T13:57:34.470377+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T13:57:34.470377+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T13:57:34.470377+00:00 app[web.1]: ** [NewRelic][05/24/13 13:57:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 120 seconds
2013-05-24T13:59:34.733343+00:00 app[web.1]: ** [NewRelic][05/24/13 13:59:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T13:59:34.733676+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T13:59:34.733676+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T13:59:34.733343+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T13:59:34.733676+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T13:59:34.733676+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T13:59:34.733676+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T13:59:34.733676+00:00 app[web.1]: ** [NewRelic][05/24/13 13:59:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 180 seconds
2013-05-24T14:02:34.932297+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:02:34.932297+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:02:34.932297+00:00 app[web.1]: ** [NewRelic][05/24/13 14:02:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 240 seconds
2013-05-24T14:02:34.932297+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:02:34.932024+00:00 app[web.1]: ** [NewRelic][05/24/13 14:02:34 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:02:34.932024+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:02:34.932297+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:02:34.932297+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:06:35.141930+00:00 app[web.1]: ** [NewRelic][05/24/13 14:06:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:06:35.141930+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:06:35.142265+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:06:35.142265+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:06:35.142265+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:06:35.142265+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:06:35.142265+00:00 app[web.1]: ** [NewRelic][05/24/13 14:06:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 300 seconds
2013-05-24T14:06:35.142265+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:11:35.366052+00:00 app[web.1]: ** [NewRelic][05/24/13 14:11:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:11:35.366382+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:11:35.366382+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:11:35.366052+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:11:35.366382+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:11:35.366677+00:00 app[web.1]: ** [NewRelic][05/24/13 14:11:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 360 seconds
2013-05-24T14:11:35.366382+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:11:35.366382+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:17:35.613557+00:00 app[web.1]: ** [NewRelic][05/24/13 14:17:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:17:35.613925+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:17:35.613925+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:17:35.613925+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:17:35.613925+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:17:35.613925+00:00 app[web.1]: ** [NewRelic][05/24/13 14:17:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 420 seconds
2013-05-24T14:17:35.613925+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:17:35.613557+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:24:35.817419+00:00 app[web.1]: ** [NewRelic][05/24/13 14:24:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:24:35.817753+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:24:35.817753+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:24:35.817753+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:24:35.817753+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:24:35.817419+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:24:35.817753+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:24:35.817753+00:00 app[web.1]: ** [NewRelic][05/24/13 14:24:35 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 480 seconds
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:32:36.049284+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:32:36.049284+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:32:36.049284+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:32:36.049284+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:32:36.048946+00:00 app[web.1]: ** [NewRelic][05/24/13 14:32:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:32:36.048946+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:32:36.049284+00:00 app[web.1]: ** [NewRelic][05/24/13 14:32:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 540 seconds
2013-05-24T14:32:36.049284+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:41:36.268311+00:00 app[web.1]: ** [NewRelic][05/24/13 14:41:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:41:36.268652+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:41:36.268652+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:41:36.268311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:41:36.268652+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:41:36.268652+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:41:36.268652+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:41:36.268968+00:00 app[web.1]: ** [NewRelic][05/24/13 14:41:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T14:51:36.503995+00:00 app[web.1]: ** [NewRelic][05/24/13 14:51:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T14:51:36.504311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T14:51:36.504311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T14:51:36.504311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T14:51:36.504311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T14:51:36.503995+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T14:51:36.504311+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T14:51:36.504311+00:00 app[web.1]: ** [NewRelic][05/24/13 14:51:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T15:01:36.747538+00:00 app[web.1]: ** [NewRelic][05/24/13 15:01:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:01:36.747538+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:01:36.747894+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:01:36.747894+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:01:36.747894+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:01:36.747894+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:01:36.747894+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:01:36.747894+00:00 app[web.1]: ** [NewRelic][05/24/13 15:01:36 +0000 fe2d0ed0-f32c-4b34-9b68-10eee2394048 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Starting the New Relic agent in "production" environment.
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "production" section of your newrelic.yml.
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Reading configuration from config/newrelic.yml
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Dispatcher: webrick
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Agent is configured not to use SSL when communicating with New Relic's servers
2013-05-24T15:14:52.185008+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Environment: production
2013-05-24T15:14:52.185423+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Unable to determine application name. Please set the application name in your newrelic.yml or in a NEW_RELIC_APP_NAME environment variable.
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Installing ActiveRecord instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Installing Net instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Installing Rails 3.1/3.2 view instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Installing Rails3 Error instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Installing Rails 3 Controller instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] INFO : Finished instrumentation
2013-05-24T15:14:58.924784+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:14:58.924784+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:14:58.924784+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:14:58.925158+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:14:58.925420+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:14:58.925420+00:00 app[web.1]: ** [NewRelic][05/24/13 15:14:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 60 seconds
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:15:52.828963+00:00 app[web.1]: ** [NewRelic][05/24/13 15:15:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:15:52.829362+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:15:52.829362+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:15:52.829362+00:00 app[web.1]: ** [NewRelic][05/24/13 15:15:52 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 120 seconds
2013-05-24T15:15:52.828963+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:15:52.829362+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:15:52.829362+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:15:52.829362+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:17:53.104799+00:00 app[web.1]: ** [NewRelic][05/24/13 15:17:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:17:53.105246+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:17:53.105246+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:17:53.104799+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:17:53.105246+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:17:53.105246+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:17:53.105246+00:00 app[web.1]: ** [NewRelic][05/24/13 15:17:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 180 seconds
2013-05-24T15:17:53.105246+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:20:53.329306+00:00 app[web.1]: ** [NewRelic][05/24/13 15:20:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:20:53.329609+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:20:53.329609+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:20:53.329306+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:20:53.329609+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:20:53.329609+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:20:53.329609+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:20:53.329609+00:00 app[web.1]: ** [NewRelic][05/24/13 15:20:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 240 seconds
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:24:53.661094+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:24:53.661094+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:24:53.660737+00:00 app[web.1]: ** [NewRelic][05/24/13 15:24:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:24:53.661094+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:24:53.661094+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:24:53.661094+00:00 app[web.1]: ** [NewRelic][05/24/13 15:24:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 300 seconds
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:24:53.660737+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:24:53.661094+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:29:53.949764+00:00 app[web.1]: ** [NewRelic][05/24/13 15:29:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:29:53.949764+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:29:53.950061+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:29:53.950061+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:29:53.950061+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:29:53.950061+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:29:53.950061+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:29:53.950061+00:00 app[web.1]: ** [NewRelic][05/24/13 15:29:53 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 360 seconds
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:35:54.186380+00:00 app[web.1]: ** [NewRelic][05/24/13 15:35:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:35:54.186838+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:35:54.186838+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:35:54.186838+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:35:54.186838+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:35:54.186380+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:35:54.186838+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:35:54.187535+00:00 app[web.1]: ** [NewRelic][05/24/13 15:35:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 420 seconds
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:42:54.407516+00:00 app[web.1]: ** [NewRelic][05/24/13 15:42:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:42:54.407923+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:42:54.407923+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:42:54.407923+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:42:54.407923+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:42:54.407516+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:42:54.407923+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:42:54.407923+00:00 app[web.1]: ** [NewRelic][05/24/13 15:42:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 480 seconds
2013-05-24T15:50:54.639331+00:00 app[web.1]: ** [NewRelic][05/24/13 15:50:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:50:54.639747+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:50:54.639747+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:50:54.639747+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:50:54.640155+00:00 app[web.1]: ** [NewRelic][05/24/13 15:50:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 540 seconds
2013-05-24T15:50:54.639747+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:50:54.639331+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:50:54.639747+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:59:54.886587+00:00 app[web.1]: ** [NewRelic][05/24/13 15:59:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T15:59:54.886997+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T15:59:54.886587+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T15:59:54.886997+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T15:59:54.886997+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T15:59:54.886997+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T15:59:54.886997+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T15:59:54.886997+00:00 app[web.1]: ** [NewRelic][05/24/13 15:59:54 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T16:09:55.158251+00:00 app[web.1]: ** [NewRelic][05/24/13 16:09:55 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T16:09:55.158251+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T16:09:55.158631+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T16:09:55.158631+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T16:09:55.158631+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T16:09:55.158631+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T16:09:55.158631+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T16:09:55.158631+00:00 app[web.1]: ** [NewRelic][05/24/13 16:09:55 +0000 7693b8fd-4615-4e11-b4a5-7b0405b158c4 (2)] WARN : Will re-attempt in 600 seconds
2013-05-24T17:26:52.509548+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Starting the New Relic agent in "production" environment.
2013-05-24T17:26:52.509900+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:26:52.509548+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Updating config (add) from NewRelic::Agent::Configuration::YamlSource. Results:
2013-05-24T17:26:52.510178+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Installed New Relic Browser Monitoring middleware
2013-05-24T17:26:52.509548+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "production" section of your newrelic.yml.
2013-05-24T17:26:52.510352+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Ignoring errors of type 'ActionController::RoutingError'
2013-05-24T17:26:52.509548+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Reading configuration from config/newrelic.yml
2013-05-24T17:26:52.509548+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:26:52.510178+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Installed New Relic Agent Hooks middleware
2013-05-24T17:26:52.509900+00:00 app[web.1]: i_port=>80, :ssl=>false, :verify_certificate=>true, :sync_startup=>false, :send_data_on_exit=>true, :post_size_limit=>2097152, :timeout=>120, :force_send=>false, :send_environment_info=>true, :start_channel_listener=>false, :data_report_period=>60, :keep_retrying=>true, :report_instance_busy=>true, :log_file_name=>"STDOUT", :log_file_path=>"STDOUT", :log_level=>"debug", :"audit_log.enabled"=>false, :"audit_log.path"=>"STDOUT/newrelic_audit.log", :disable_samplers=>false, :disable_resque=>false, :disable_dj=>false, :disable_view_instrumentation=>false, :disable_backtrace_cleanup=>false, :skip_ar_instrumentation=>false, :disable_activerecord_instrumentation=>false, :disable_memcache_instrumentation=>false, :disable_mobile_headers=>true, :capture_memcache_keys=>false, :textmate=>false, :"transaction_tracer.enabled"=>true, :"transaction_tracer.transaction_threshold"=>2.0, :"transaction_tracer.stack_trace_threshold"=>0.5, :"transaction_tracer.explain_threshold"=>0.5, :"transaction_tracer.explain_enabled"=>true, :
2013-05-24T17:26:52.509900+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Updating config (add) from NewRelic::Agent::Configuration::ManualSource. Results:
2013-05-24T17:26:52.509548+00:00 app[web.1]: {:config_path=>"config/newrelic.yml", :app_name=>nil, :dispatcher=>:webrick, :framework=>:rails3, :enabled=>true, :monitor_mode=>true, :agent_enabled=>true, :"autostart.blacklisted_constants"=>"Rails::Console", :"autostart.blacklisted_executables"=>"irb", :"autostart.blacklisted_rake_tasks"=>"about,assets:clean,assets:clobber,assets:environment,assets:precompile,db:create,db:drop,db:fixtures:load,db:migrate,db:migrate:status,db:rollback,db:schema:cache:clear,db:schema:cache:dump,db:schema:dump,db:schema:load,db:seed,db:setup,db:structure:dump,db:version,doc:app,log:clear,middleware,notes,notes:custom,rails:template,rails:update,routes,secret,spec,spec:controllers,spec:helpers,spec:models,spec:rcov,stats,test,test:all,test:all:db,test:recent,test:single,test:uncommitted,time:zones:all,tmp:clear,tmp:create", :developer_mode=>false, :developer=>false, :apdex_t=>0.5, :monitor_daemons=>false, :multi_homed=>false, :high_security=>false, :host=>"collector.newrelic.com", :api_host=>"rpm.newrelic.com", :port=>80, :ap
2013-05-24T17:26:52.509900+00:00 app[web.1]: {:config_path=>"config/newrelic.yml", :app_name=>nil, :dispatcher=>:webrick, :framework=>:rails3, :enabled=>true, :monitor_mode=>true, :agent_enabled=>true, :"autostart.blacklisted_constants"=>"Rails::Console", :"autostart.blacklisted_executables"=>"irb", :"autostart.blacklisted_rake_tasks"=>"about,assets:clean,assets:clobber,assets:environment,assets:precompile,db:create,db:drop,db:fixtures:load,db:migrate,db:migrate:status,db:rollback,db:schema:cache:clear,db:schema:cache:dump,db:schema:dump,db:schema:load,db:seed,db:setup,db:structure:dump,db:version,doc:app,log:clear,middleware,notes,notes:custom,rails:template,rails:update,routes,secret,spec,spec:controllers,spec:helpers,spec:models,spec:rcov,stats,test,test:all,test:all:db,test:recent,test:single,test:uncommitted,time:zones:all,tmp:clear,tmp:create", :developer_mode=>false, :developer=>false, :apdex_t=>0.5, :monitor_daemons=>false, :multi_homed=>false, :high_security=>false, :host=>"collector.newrelic.com", :api_host=>"rpm.newrelic.com", :port=>80, :ap
2013-05-24T17:26:52.509900+00:00 app[web.1]: i_port=>80, :ssl=>false, :verify_certificate=>true, :sync_startup=>false, :send_data_on_exit=>true, :post_size_limit=>2097152, :timeout=>120, :force_send=>false, :send_environment_info=>true, :start_channel_listener=>false, :data_report_period=>60, :keep_retrying=>true, :report_instance_busy=>true, :log_file_name=>"STDOUT", :log_file_path=>"STDOUT", :log_level=>"debug", :"audit_log.enabled"=>false, :"audit_log.path"=>"STDOUT/newrelic_audit.log", :disable_samplers=>false, :disable_resque=>false, :disable_dj=>false, :disable_view_instrumentation=>false, :disable_backtrace_cleanup=>false, :skip_ar_instrumentation=>false, :disable_activerecord_instrumentation=>false, :disable_memcache_instrumentation=>false, :disable_mobile_headers=>true, :capture_memcache_keys=>false, :textmate=>false, :"transaction_tracer.enabled"=>true, :"transaction_tracer.transaction_threshold"=>2.0, :"transaction_tracer.stack_trace_threshold"=>0.5, :"transaction_tracer.explain_threshold"=>0.5, :"transaction_tracer.explain_enabled"=>true, :
2013-05-24T17:26:52.509900+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:26:52.510178+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Transaction tracing threshold is 2.0 seconds.
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Ignoring errors of type 'ActionController::RoutingError'
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] WARN : Agent is configured not to use SSL when communicating with New Relic's servers
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Errors will be sent to the New Relic service.
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Resolved collector.newrelic.com to 204.93.223.153
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Environment: production
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Dispatcher: webrick
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Creating Ruby Agent worker thread.
2013-05-24T17:26:52.727164+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : New Relic Ruby Agent 3.6.1.88 Initialized: pid = 2
2013-05-24T17:26:52.727164+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Connecting Process to New Relic: script/rails
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Creating New Relic thread: Worker Loop
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Using JSON marshaller
2013-05-24T17:26:52.726903+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] ERROR : Unable to determine application name. Please set the application name in your newrelic.yml or in a NEW_RELIC_APP_NAME environment variable.
2013-05-24T17:26:52.727164+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "JRuby version": uninitialized constant NewRelic::EnvironmentReport::JRUBY_VERSION
2013-05-24T17:26:52.727164+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Java VM version": uninitialized constant NewReli::EnvironmentReport::ENV_JAVA
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Created net/http handle to 204.93.223.153:80
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Installing Rails 3.1/3.2 view instrumentation
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Database adapter": undefined method `[]' for nil:NilClass
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport ignoring value for "Rails threadsafe" which came back falsey: nil
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Installing Net instrumentation
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Registered NewRelic::Agent::Samplers::CpuSampler for harvest time sampling
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Finished instrumentation
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Registered NewRelic::Agent::Samplers::MemorySampler for harvest time sampling
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Installing Rails3 Error instrumentation
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Resolved collector-3.newrelic.com to 204.93.223.137
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Sending request to collector.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/get_redirect_host?marshal_format=json
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Adding harvest-time sampler: cpu
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/connect?marshal_format=json
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Adding harvest-time sampler: memory
2013-05-24T17:26:57.355775+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : NewRelic::Agent::Samplers::ObjectSampler not supported on this platform.
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Installing ActiveRecord instrumentation
2013-05-24T17:26:57.355775+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : RuntimeError : App name passed in connect command cannot be nil or empty. encountered loading collector response: {"exception":{"message":"App name passed in connect command cannot be nil or empty.","error_type":"RuntimeError"}}
2013-05-24T17:26:57.355192+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] INFO : Installing Rails 3 Controller instrumentation
2013-05-24T17:26:57.355537+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Using /proc/2/status for reading process memory.
2013-05-24T17:26:57.355775+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:26:57.355775+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T17:26:57.356011+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] WARN : Will re-attempt in 60 seconds
2013-05-24T17:26:57.355775+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T17:26:57.355775+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:52 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : NewRelic::Agent::Samplers::DelayedJobSampler not supported on this platform.
2013-05-24T17:26:57.355775+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T17:26:57.355775+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T17:26:57.355775+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T17:26:57.356011+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T17:26:57.356246+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:57 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Traced method: class = ,method = find_by_sql, metric = 'ActiveRecord/#{self.name}/find_by_sql'
2013-05-24T17:26:57.356603+00:00 app[web.1]: ** [NewRelic][05/24/13 17:26:57 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Traced method: class = ,method = transaction, metric = 'ActiveRecord/#{self.name}/transaction'
2013-05-24T17:27:53.072658+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Connecting Process to New Relic: script/rails
2013-05-24T17:27:53.074291+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "JRuby version": uninitialized constant NewRelic::EnvironmentReport::JRUBY_VERSION
2013-05-24T17:27:53.075308+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Java VM version": uninitialized constant NewReli::EnvironmentReport::ENV_JAVA
2013-05-24T17:27:53.098826+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Database adapter": undefined method `[]' for nil:NilClass
2013-05-24T17:27:53.099085+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : EnvironmentReport ignoring value for "Rails threadsafe" which came back falsey: nil
2013-05-24T17:27:53.100364+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:27:53.101594+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:27:53.101688+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/get_redirect_host?marshal_format=json
2013-05-24T17:27:53.189575+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Resolved collector-3.newrelic.com to 204.93.223.137
2013-05-24T17:27:53.190379+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:27:53.187958+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:27:53.190581+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/connect?marshal_format=json
2013-05-24T17:27:53.272525+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:27:53.272621+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] DEBUG : RuntimeError : App name passed in connect command cannot be nil or empty. encountered loading collector response: {"exception":{"message":"App name passed in connect command cannot be nil or empty.","error_type":"RuntimeError"}}
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T17:27:53.273183+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/n
ew_relic/agent/agent.rb:853:in `connect'
2013-05-24T17:27:53.273459+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T17:27:53.273459+00:00 app[web.1]: ** [NewRelic][05/24/13 17:27:53 +0000 8cc5c609-875a-4e62-baf4-432b472d373a (2)] WARN : Will re-attempt in 120 seconds
2013-05-24T17:27:53.273459+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T17:27:53.273459+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T17:27:53.273459+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T17:27:53.273183+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T17:27:53.273459+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T17:28:32.698449+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Starting the New Relic agent in "production" environment.
2013-05-24T17:28:32.698449+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:28:32.698449+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Updating config (add) from NewRelic::Agent::Configuration::YamlSource. Results:
2013-05-24T17:28:32.698449+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "production" section of your newrelic.yml.
2013-05-24T17:28:32.698449+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Reading configuration from config/newrelic.yml
2013-05-24T17:28:32.698786+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Updating config (add) from NewRelic::Agent::Configuration::ManualSource. Results:
2013-05-24T17:28:32.698449+00:00 app[web.1]: {:config_path=>"config/newrelic.yml", :app_name=>nil, :dispatcher=>:webrick, :framework=>:rails3, :enabled=>true, :monitor_mode=>true, :agent_enabled=>true, :"autostart.blacklisted_constants"=>"Rails::Console", :"autostart.blacklisted_executables"=>"irb", :"autostart.blacklisted_rake_tasks"=>"about,assets:clean,assets:clobber,assets:environment,assets:precompile,db:create,db:drop,db:fixtures:load,db:migrate,db:migrate:status,db:rollback,db:schema:cache:clear,db:schema:cache:dump,db:schema:dump,db:schema:load,db:seed,db:setup,db:structure:dump,db:version,doc:app,log:clear,middleware,notes,notes:custom,rails:template,rails:update,routes,secret,spec,spec:controllers,spec:helpers,spec:models,spec:rcov,stats,test,test:all,test:all:db,test:recent,test:single,test:uncommitted,time:zones:all,tmp:clear,tmp:create", :developer_mode=>false, :developer=>false, :apdex_t=>0.5, :monitor_daemons=>false, :multi_homed=>false, :high_security=>false, :host=>"collector.newrelic.com", :api_host=>"rpm.newrelic.com", :port=>80, :ap
2013-05-24T17:28:32.698786+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:28:32.699067+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Installed New Relic Browser Monitoring middleware
2013-05-24T17:28:32.699067+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Installed New Relic Agent Hooks middleware
2013-05-24T17:28:32.699067+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Transaction tracing threshold is 2.0 seconds.
2013-05-24T17:28:32.700031+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Ignoring errors of type 'ActionController::RoutingError'
2013-05-24T17:28:32.698786+00:00 app[web.1]: i_port=>80, :ssl=>false, :verify_certificate=>true, :sync_startup=>false, :send_data_on_exit=>true, :post_size_limit=>2097152, :timeout=>120, :force_send=>false, :send_environment_info=>true, :start_channel_listener=>false, :data_report_period=>60, :keep_retrying=>true, :report_instance_busy=>true, :log_file_name=>"STDOUT", :log_file_path=>"STDOUT", :log_level=>"debug", :"audit_log.enabled"=>false, :"audit_log.path"=>"STDOUT/newrelic_audit.log", :disable_samplers=>false, :disable_resque=>false, :disable_dj=>false, :disable_view_instrumentation=>false, :disable_backtrace_cleanup=>false, :skip_ar_instrumentation=>false, :disable_activerecord_instrumentation=>false, :disable_memcache_instrumentation=>false, :disable_mobile_headers=>true, :capture_memcache_keys=>false, :textmate=>false, :"transaction_tracer.enabled"=>true, :"transaction_tracer.transaction_threshold"=>2.0, :"transaction_tracer.stack_trace_threshold"=>0.5, :"transaction_tracer.explain_threshold"=>0.5, :"transaction_tracer.explain_enabled"=>true, :
2013-05-24T17:28:32.698786+00:00 app[web.1]: {:config_path=>"config/newrelic.yml", :app_name=>nil, :dispatcher=>:webrick, :framework=>:rails3, :enabled=>true, :monitor_mode=>true, :agent_enabled=>true, :"autostart.blacklisted_constants"=>"Rails::Console", :"autostart.blacklisted_executables"=>"irb", :"autostart.blacklisted_rake_tasks"=>"about,assets:clean,assets:clobber,assets:environment,assets:precompile,db:create,db:drop,db:fixtures:load,db:migrate,db:migrate:status,db:rollback,db:schema:cache:clear,db:schema:cache:dump,db:schema:dump,db:schema:load,db:seed,db:setup,db:structure:dump,db:version,doc:app,log:clear,middleware,notes,notes:custom,rails:template,rails:update,routes,secret,spec,spec:controllers,spec:helpers,spec:models,spec:rcov,stats,test,test:all,test:all:db,test:recent,test:single,test:uncommitted,time:zones:all,tmp:clear,tmp:create", :developer_mode=>false, :developer=>false, :apdex_t=>0.5, :monitor_daemons=>false, :multi_homed=>false, :high_security=>false, :host=>"collector.newrelic.com", :api_host=>"rpm.newrelic.com", :port=>80, :ap
2013-05-24T17:28:32.698786+00:00 app[web.1]: i_port=>80, :ssl=>false, :verify_certificate=>true, :sync_startup=>false, :send_data_on_exit=>true, :post_size_limit=>2097152, :timeout=>120, :force_send=>false, :send_environment_info=>true, :start_channel_listener=>false, :data_report_period=>60, :keep_retrying=>true, :report_instance_busy=>true, :log_file_name=>"STDOUT", :log_file_path=>"STDOUT", :log_level=>"debug", :"audit_log.enabled"=>false, :"audit_log.path"=>"STDOUT/newrelic_audit.log", :disable_samplers=>false, :disable_resque=>false, :disable_dj=>false, :disable_view_instrumentation=>false, :disable_backtrace_cleanup=>false, :skip_ar_instrumentation=>false, :disable_activerecord_instrumentation=>false, :disable_memcache_instrumentation=>false, :disable_mobile_headers=>true, :capture_memcache_keys=>false, :textmate=>false, :"transaction_tracer.enabled"=>true, :"transaction_tracer.transaction_threshold"=>2.0, :"transaction_tracer.stack_trace_threshold"=>0.5, :"transaction_tracer.explain_threshold"=>0.5, :"transaction_tracer.explain_enabled"=>true, :
2013-05-24T17:28:32.698786+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Errors will be sent to the New Relic service.
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Resolved collector.newrelic.com to 204.93.223.153
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Ignoring errors of type 'ActionController::RoutingError'
2013-05-24T17:28:32.764320+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Java VM version": uninitialized constant NewReli::EnvironmentReport::ENV_JAVA
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Using JSON marshaller
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Dispatcher: webrick
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Creating Ruby Agent worker thread.
2013-05-24T17:28:32.764320+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "JRuby version": uninitialized constant NewRelic::EnvironmentReport::JRUBY_VERSION
2013-05-24T17:28:32.764320+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : New Relic Ruby Agent 3.6.1.88 Initialized: pid = 2
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] ERROR : Unable to determine application name. Please set the application name in your newrelic.yml or in a NEW_RELIC_APP_NAME environment variable.
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] WARN : Agent is configured not to use SSL when communicating with New Relic's servers
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Environment: production
2013-05-24T17:28:32.763921+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Creating New Relic thread: Worker Loop
2013-05-24T17:28:32.764320+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Connecting Process to New Relic: script/rails
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport ignoring value for "Rails threadsafe" which came back falsey: nil
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Installing ActiveRecord instrumentation
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Database adapter": undefined method `[]' for nil:NilClass
T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/get_redirect_host?marshal_format=json
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.153:80
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Adding harvest-time sampler: cpu
2013-05-24T17:28:36.262089+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : NewRelic::Agent::Samplers::ObjectSampler not supported on this platform.
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Using /proc/2/status for reading process memory.
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Adding harvest-time sampler: memory
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Installing Net instrumentation
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Installing Rails 3 Controller instrumentation
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Installing Rails 3.1/3.2 view instrumentation
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Installing Rails3 Error instrumentation
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Resolved collector-3.newrelic.com to 204.93.223.137
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/connect?marshal_format=json
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Registered NewRelic::Agent::Samplers::CpuSampler for harvest time sampling
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] INFO : Finished instrumentation
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Registered NewRelic::Agent::Samplers::MemorySampler for harvest time sampling
2013-05-24T17:28:36.262089+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T17:28:36.262089+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : RuntimeError : App name passed in connect command cannot be nil or empty. encountered loading collector response: {"exception":{"message":"App name passed in connect command cannot be nil or empty.","error_type":"RuntimeError"}}
2013-05-24T17:28:36.262089+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T17:28:36.261485+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:28:36.261799+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:28:36.262653+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:36 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Traced method: class = ,method = find_by_sql, metric = 'ActiveRecord/#{self.name}/find_by_sql'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T17:28:36.262089+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:28:36.262089+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T17:28:36.262361+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] WARN : Will re-attempt in 60 seconds
2013-05-24T17:28:36.262089+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:32 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : NewRelic::Agent::Samplers::DelayedJobSampler not supported on this platform.
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T17:28:36.262089+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T17:28:36.262089+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T17:28:36.262361+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T17:28:36.264238+00:00 app[web.1]: ** [NewRelic][05/24/13 17:28:36 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Traced method: class = ,method = transaction, metric = 'ActiveRecord/#{self.name}/transaction'
2013-05-24T17:29:13.416069+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:13 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:29:25.062033+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:25 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:29:33.044014+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "JRuby version": uninitialized constant NewRelic::EnvironmentReport::JRUBY_VERSION
2013-05-24T17:29:33.045025+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Java VM version": uninitialized constant NewReli::EnvironmentReport::ENV_JAVA
2013-05-24T17:29:33.041732+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Connecting Process to New Relic: script/rails
2013-05-24T17:29:33.082844+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Database adapter": undefined method `[]' for nil:NilClass
2013-05-24T17:29:33.084473+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:29:33.083142+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport ignoring value for "Rails threadsafe" which came back falsey: nil
2013-05-24T17:29:33.085827+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/get_redirect_host?marshal_format=json
2013-05-24T17:29:33.085719+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:29:33.171801+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:29:33.173700+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Resolved collector-3.newrelic.com to 204.93.223.137
2013-05-24T17:29:33.174476+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:29:33.174632+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/connect?marshal_format=json
2013-05-24T17:29:33.256706+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : RuntimeError : App name passed in connect command cannot be nil or empty. encountered loading collector response: {"exception":{"message":"App name passed in connect command cannot be nil or empty.","error_type":"RuntimeError"}}
2013-05-24T17:29:33.257137+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T17:29:33.256299+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T17:29:33.257400+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
2013-05-24T17:29:33.257400+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T17:29:33.257400+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T17:29:33.257400+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T17:29:33.257137+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T17:29:33.257400+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T17:29:33.257850+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] WARN : Will re-attempt in 120 seconds
2013-05-24T17:29:46.002278+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:46 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:29:47.619352+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:47 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:29:52.460121+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:52 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:29:58.343991+00:00 app[web.1]: ** [NewRelic][05/24/13 17:29:58 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:02.505784+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:02 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:03.517755+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:03 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:13.606844+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:13 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:13.715782+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:13 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:20.004271+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:20 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:21.606717+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:21 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:24.585926+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:24 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:30:24.651383+00:00 app[web.1]: ** [NewRelic][05/24/13 17:30:24 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Beacon configuration is nil. Skipping browser instrumentation.
2013-05-24T17:31:33.259319+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Connecting Process to New Relic: script/rails
2013-05-24T17:31:33.261135+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "JRuby version": uninitialized constant NewRelic::EnvironmentReport::JRUBY_VERSION
2013-05-24T17:31:33.262351+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Java VM version": uninitialized constant NewReli::EnvironmentReport::ENV_JAVA
2013-05-24T17:31:33.291112+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport failed to retrieve value for "Database adapter": undefined method `[]' for nil:NilClass
2013-05-24T17:31:33.291407+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : EnvironmentReport ignoring value for "Rails threadsafe" which came back falsey: nil
2013-05-24T17:31:33.292702+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Not in Rake environment so skipping blacklisted_rake_tasks check: uninitialized constant Rake
2013-05-24T17:31:33.293888+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:31:33.294507+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/get_redirect_host?marshal_format=json
2013-05-24T17:31:33.378240+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:31:33.380413+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Resolved collector-3.newrelic.com to 204.93.223.137
2013-05-24T17:31:33.381102+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Created net/http handle to 204.93.223.137:80
2013-05-24T17:31:33.381245+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Sending request to collector-3.newrelic.com:80/agent_listener/12/2cfde9c248f7b8cb31dbaf2f261f3ce0a3c97591/connect?marshal_format=json
2013-05-24T17:31:33.462961+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : Uncompressed content returned
2013-05-24T17:31:33.463778+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] ERROR : Error establishing connection with New Relic Service at collector.newrelic.com:80:
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:611:in `block (2 levels) in deferred_work!'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:431:in `return_value'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:272:in `invoke_remote'
2013-05-24T17:31:33.464030+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:605:in `deferred_work!'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:66:in `connect'
2013-05-24T17:31:33.464030+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:584:in `catch_errors'
2013-05-24T17:31:33.464030+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] WARN : Will re-attempt in 180 seconds
2013-05-24T17:31:33.464030+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:632:in `block in start_worker_thread'
2013-05-24T17:31:33.463112+00:00 app[web.1]: ** [NewRelic][05/24/13 17:31:33 +0000 98d8e51e-697d-4291-a316-d5e66319c93a (2)] DEBUG : RuntimeError : App name passed in connect command cannot be nil or empty. encountered loading collector response: {"exception":{"message":"App name passed in connect command cannot be nil or empty.","error_type":"RuntimeError"}}
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/new_relic_service.rb:490:in `load'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:731:in `connect_to_server'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:853:in `connect'
2013-05-24T17:31:33.463778+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:742:in `query_server_for_configuration'
2013-05-24T17:31:33.464030+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent.rb:362:in `disable_all_tracing'
2013-05-24T17:31:33.464030+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.6.1.88/lib/new_relic/agent/agent.rb:606:in `block in deferred_work!'
# Here are the settings that are common to all environments
common: &default_settings
# ============================== LICENSE KEY ===============================
# You must specify the license key associated with your New Relic
# account. This key binds your Agent's data to your account in the
# New Relic service.
license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>'
# Agent Enabled (Rails Only)
# Use this setting to force the agent to run or not run.
# Default is 'auto' which means the agent will install and run only
# if a valid dispatcher such as Mongrel is running. This prevents
# it from running with Rake or the console. Set to false to
# completely turn the agent off regardless of the other settings.
# Valid values are true, false and auto.
#
# agent_enabled: auto
# Application Name Set this to be the name of your application as
# you'd like it show up in New Relic. The service will then auto-map
# instances of your application into an "application" on your
# dashboard page. If you want to map this instance into multiple
# apps, like "AJAX Requests" and "All UI" then specify a semicolon
# separated list of up to three distinct names, or a yaml list.
# Defaults to the capitalized RAILS_ENV or RACK_ENV (i.e.,
# Production, Staging, etc)
#
# Example:
#
# app_name:
# - Ajax Service
# - All Services
#
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %>
# When "true", the agent collects performance data about your
# application and reports this data to the New Relic service at
# newrelic.com. This global switch is normally overridden for each
# environment below. (formerly called 'enabled')
monitor_mode: true
# Developer mode should be off in every environment but
# development as it has very high overhead in memory.
developer_mode: false
# The newrelic agent generates its own log file to keep its logging
# information separate from that of your application. Specify its
# log level here.
log_level: debug
# Optionally set the path to the log file This is expanded from the
# root directory (may be relative or absolute, e.g. 'log/' or
# '/var/log/') The agent will attempt to create this directory if it
# does not exist.
# log_file_path: 'log'
# Optionally set the name of the log file, defaults to 'newrelic_agent.log'
# log_file_name: 'newrelic_agent.log'
# The newrelic agent communicates with the service via http by
# default. If you want to communicate via https to increase
# security, then turn on SSL by setting this value to true. Note,
# this will result in increased CPU overhead to perform the
# encryption involved in SSL communication, but this work is done
# asynchronously to the threads that process your application code,
# so it should not impact response times.
ssl: false
# EXPERIMENTAL: enable verification of the SSL certificate sent by
# the server. This setting has no effect unless SSL is enabled
# above. This may block your application. Only enable it if the data
# you send us needs end-to-end verified certificates.
#
# This means we cannot cache the DNS lookup, so each request to the
# service will perform a lookup. It also means that we cannot
# use a non-blocking lookup, so in a worst case, if you have DNS
# problems, your app may block indefinitely.
# verify_certificate: true
# Set your application's Apdex threshold value with the 'apdex_t'
# setting, in seconds. The apdex_t value determines the buckets used
# to compute your overall Apdex score.
# Requests that take less than apdex_t seconds to process will be
# classified as Satisfying transactions; more than apdex_t seconds
# as Tolerating transactions; and more than four times the apdex_t
# value as Frustrating transactions.
# For more about the Apdex standard, see
# http://newrelic.com/docs/general/apdex
apdex_t: 0.5
#============================== Browser Monitoring ===============================
# New Relic Real User Monitoring gives you insight into the performance real users are
# experiencing with your website. This is accomplished by measuring the time it takes for
# your users' browsers to download and render your web pages by injecting a small amount
# of JavaScript code into the header and footer of each page.
browser_monitoring:
# By default the agent automatically injects the monitoring JavaScript
# into web pages. Set this attribute to false to turn off this behavior.
auto_instrument: true
# Proxy settings for connecting to the service.
#
# If a proxy is used, the host setting is required. Other settings
# are optional. Default port is 8080.
#
# proxy_host: hostname
# proxy_port: 8080
# proxy_user:
# proxy_pass:
# Tells transaction tracer and error collector (when enabled)
# whether or not to capture HTTP params. When true, frameworks can
# exclude HTTP parameters from being captured.
# Rails: the RoR filter_parameter_logging excludes parameters
# Java: create a config setting called "ignored_params" and set it to
# a comma separated list of HTTP parameter names.
# ex: ignored_params: credit_card, ssn, password
capture_params: false
# Transaction tracer captures deep information about slow
# transactions and sends this to the service once a
# minute. Included in the transaction is the exact call sequence of
# the transactions including any SQL statements issued.
transaction_tracer:
# Transaction tracer is enabled by default. Set this to false to
# turn it off. This feature is only available at the Professional
# and above product levels.
enabled: true
# Threshold in seconds for when to collect a transaction
# trace. When the response time of a controller action exceeds
# this threshold, a transaction trace will be recorded and sent to
# the service. Valid values are any float value, or (default)
# "apdex_f", which will use the threshold for an dissatisfying
# Apdex controller action - four times the Apdex T value.
transaction_threshold: apdex_f
# When transaction tracer is on, SQL statements can optionally be
# recorded. The recorder has three modes, "off" which sends no
# SQL, "raw" which sends the SQL statement in its original form,
# and "obfuscated", which strips out numeric and string literals
record_sql: obfuscated
# Threshold in seconds for when to collect stack trace for a SQL
# call. In other words, when SQL statements exceed this threshold,
# then capture and send the current stack trace. This is
# helpful for pinpointing where long SQL calls originate from
stack_trace_threshold: 0.500
# Determines whether the agent will capture query plans for slow
# SQL queries. Only supported in mysql and postgres. Should be
# set to false when using other adapters.
# explain_enabled: true
# Threshold for query execution time below which query plans will not
# not be captured. Relevant only when `explain_enabled` is true.
# explain_threshold: 0.5
# Error collector captures information about uncaught exceptions and
# sends them to the service for viewing
error_collector:
# Error collector is enabled by default. Set this to false to turn
# it off. This feature is only available at the Professional and above
# product levels
enabled: true
# Rails Only - tells error collector whether or not to capture a
# source snippet around the place of the error when errors are View
# related.
capture_source: true
# To stop specific errors from reporting to New Relic, set this property
# to comma separated values. Default is to ignore routing errors
# which are how 404's get triggered.
#
ignore_errors: ActionController::RoutingError
# (Advanced) Uncomment this to ensure the cpu and memory samplers
# won't run. Useful when you are using the agent to monitor an
# external resource
# disable_samplers: true
# If you aren't interested in visibility in these areas, you can
# disable the instrumentation to reduce overhead.
#
# disable_view_instrumentation: true
# disable_activerecord_instrumentation: true
# disable_memcache_instrumentation: true
# disable_dj: true
# If you're interested in capturing memcache keys as though they
# were SQL uncomment this flag. Note that this does increase
# overhead slightly on every memcached call, and can have security
# implications if your memcached keys are sensitive
# capture_memcache_keys: true
# Certain types of instrumentation such as GC stats will not work if
# you are running multi-threaded. Please let us know.
# multi_threaded = false
# Application Environments
# ------------------------------------------
# Environment specific settings are in this section.
# For Rails applications, RAILS_ENV is used to determine the environment
# For Java applications, pass -Dnewrelic.environment <environment> to set
# the environment
# NOTE if your application has other named environments, you should
# provide newrelic configuration settings for these environments here.
development:
<<: *default_settings
# Turn off communication to New Relic service in development mode (also
# 'enabled').
# NOTE: for initial evaluation purposes, you may want to temporarily
# turn the agent on in development mode.
monitor_mode: false
# Rails Only - when running in Developer Mode, the New Relic Agent will
# present performance information on the last 100 transactions you have
# executed since starting the mongrel.
# NOTE: There is substantial overhead when running in developer mode.
# Do not use for production or load testing.
developer_mode: true
# Enable textmate links
# textmate: true
test:
<<: *default_settings
# It almost never makes sense to turn on the agent when running
# unit, functional or integration tests or the like.
monitor_mode: false
# Turn on the agent in production for 24x7 monitoring. NewRelic
# testing shows an average performance impact of < 5 ms per
# transaction, you you can leave this on all the time without
# incurring any user-visible performance degradation.
production:
<<: *default_settings
monitor_mode: true
# Many applications have a staging environment which behaves
# identically to production. Support for that environment is provided
# here. By default, the staging environment has the agent turned on.
staging:
<<: *default_settings
monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment