Skip to content

Instantly share code, notes, and snippets.

session_data: {"session_id"=>"4b389af0860dd4813e706303368b6246", "_csrf_token"=>"[FILTERED]", "user_id"=>"511bb9c6cc22aa3c67000007", "mq_cloud"=>"aws"}
project_root: /Users/andy/Sites/repository/hud
url: http://0.0.0.0:3000/admin/accounts/index
ignore: ["ActiveRecord::RecordNotFound", "ActionController::RoutingError", "ActionController::InvalidAuthenticityToken", "CGI::Session::CookieStore::TamperedWithCookie", "ActionController::UnknownAction", "AbstractController::ActionNotFound", "Mongoid::Errors::DocumentNotFound"]
ignore_by_filters: []
notifier_name: Airbrake Notifier
notifier_version: 3.1.6
notifier_url: https://github.com/airbrake/airbrake
hostname: Intergalactic.local
user: {:email=>"[email protected]"}
ntergalactic:web andy$ rails s -e staging
=> Booting WEBrick
=> Rails 3.2.13 application starting in staging on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2014-03-11 02:53:18] INFO WEBrick 1.3.1
[2014-03-11 02:53:18] INFO ruby 2.0.0 (2013-11-22) [x86_64-darwin13.0.0]
[2014-03-11 02:53:18] INFO WEBrick::HTTPServer#start: pid=5298 port=3000
Started GET "/" for 127.0.0.1 at 2014-03-11 02:53:19 +0200
Processing by WelcomeController#index as HTML
Intergalactic:web andy$ rails s
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2014-03-11 02:35:18] INFO WEBrick 1.3.1
[2014-03-11 02:35:18] INFO ruby 2.0.0 (2013-11-22) [x86_64-darwin13.0.0]
[2014-03-11 02:35:18] INFO WEBrick::HTTPServer#start: pid=5062 port=3000
#<SocketError: getaddrinfo: nodename nor servname provided, or not known>
Intergalactic:airbrake-app andy$ bundle exec rake backups:bootstrap --trace
Resque::Helpers will be gone with no replacement in Resque 2.0.0.
** Invoke backups:bootstrap (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute backups:bootstrap
** Invoke backups:download (first_time)
** Invoke environment
** Execute backups:download
rake aborted!
Intergalactic:airbrake-app andy$ rake backups:bootstrap
Resque::Helpers will be gone with no replacement in Resque 2.0.0.
rake aborted!
RACKSPACE_API_KEY environment variable not set
/Users/andy/Sites/repository/airbrake-app/lib/tasks/db_backup.rake:11:in `block (3 levels) in <top (required)>'
/Users/andy/Sites/repository/airbrake-app/lib/tasks/db_backup.rake:10:in `each'
/Users/andy/Sites/repository/airbrake-app/lib/tasks/db_backup.rake:10:in `block (2 levels) in <top (required)>'
/Users/andy/Sites/repository/airbrake-app/lib/tasks/db_backup.rake:95:in `block (2 levels) in <top (required)>'
/Users/andy/.rvm/gems/ruby-2.0.0-p353@airbrake/bin/ruby_executable_hooks:15:in `eval'
/Users/andy/.rvm/gems/ruby-2.0.0-p353@airbrake/bin/ruby_executable_hooks:15:in `<main>'
Intergalactic:Valuation-Metrics andy$ bundle update
Fetching gem metadata from https://rubygems.org/......
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "rack":
In Gemfile:
rack-contrib (>= 0) ruby depends on
rack (~> 0.9.1) ruby
rack (1.3.6)
Intergalactic:Valuation-Metrics andy$ bundle update
Fetching gem metadata from https://rubygems.org/......
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "rack":
In Gemfile:
rack-contrib (>= 0) ruby depends on
rack (~> 0.9.1) ruby
rack (1.3.6)
Intergalactic:Valuation-Metrics andy$ TZ=UTC thin -e local start -p 5000
>> Using rack adapter
W, [GLOBAL: 14-01-2014 18:51:20 #7049] WARN -- : ::ValuationMetrics class is unavailable at the moment
W, [GLOBAL: 14-01-2014 18:51:20 #7049] WARN -- : Cache for MatchingEngine is turned off unless cache_store is set manually
loading config file 'config.yaml'
Process environment time zone is set to 'UTC'
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.9.0
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': cannot load such file -- prawn/fast_png (LoadError)
from /Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/backports-3.3.0/lib/backports/tools.rb:328:in `require_with_backports'
Processing by Mq::MessagesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "message"=>{"queue_name"=>"newm", "timeout"=>"", "expires_in"=>"", "delay"=>"", "body"=>"body"}, "commit"=>"Post New Message", "mq_cloud"=>"aws", "project_id"=>"511bba4acc22aa3c67000010", "queue_id"=>"empty"}
Redirected to http://0.0.0.0:3000/mq/aws/projects/511bba4acc22aa3c67000010/queues
Completed 302 Found in 814ms (ActiveRecord: 0.0ms)
Started GET "/mq/aws/projects/511bba4acc22aa3c67000010/queues" for 127.0.0.1 at 2014-01-04 12:20:09 +0200
Processing by Mq::QueuesController#index as HTML
Parameters: {"mq_cloud"=>"aws", "project_id"=>"511bba4acc22aa3c67000010"}
Intergalactic:Valuation-Metrics andy$ TZ=UTC thin -e local start -p 5000
>> Using rack adapter
W, [GLOBAL: 12-12-2013 05:00:01 #85603] WARN -- : ::ValuationMetrics class is unavailable at the moment
W, [GLOBAL: 12-12-2013 05:00:01 #85603] WARN -- : Cache for MatchingEngine is turned off unless cache_store is set manually
loading config file 'config.yaml'
Process environment time zone is set to 'UTC'
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': Incorrect MySQL client library version! This gem was compiled for 5.5.20 but the client library is 5.6.15. (RuntimeError)
from /Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/backports-3.3.0/lib/backports/tools.rb:328:in `require_with_backports'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/mysql2-0.3.11/lib/mysql2.rb:9:in `<top (required)>'