Skip to content

Instantly share code, notes, and snippets.

@MarsuperMammal
Last active October 21, 2015 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarsuperMammal/219180f98f0117e4c754 to your computer and use it in GitHub Desktop.
Save MarsuperMammal/219180f98f0117e4c754 to your computer and use it in GitHub Desktop.
config service db:setup failure
root@39a73f363eff:/home/app/webapp# /sbin/my_init -- /run_app rake db:setup
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/30_presetup_nginx.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 91
*** Running /run_app rake db:setup...
Running - APP_COMMAND=db:setup /sbin/setuser app bundle exec rake db:setup 2>&1
Oct 21 20:12:30 39a73f363eff syslog-ng[99]: syslog-ng starting up; version='3.5.3'
E, [2015-10-21T20:12:32.205668 #106] ERROR -- : Failed to connect fluentd: Connection refused - connect(2) for "127.0.0.1" port 24224
E, [2015-10-21T20:12:32.205757 #106] ERROR -- : Connection will be retried.
staging_config already exists
-- enable_extension("plpgsql")
-> 0.0553s
-- create_table("clusters", {:force=>:cascade})
-> 0.9050s
-- add_index("clusters", ["name"], {:name=>"index_clusters_on_name", :using=>:btree})
-> 0.0130s
-- create_table("configurations", {:force=>:cascade})
-> 0.0425s
-- add_index("configurations", ["setting_id"], {:name=>"index_configurations_on_setting_id", :using=>:btree})
-> 0.0123s
-- add_index("configurations", ["tenant_id", "app", "setting_id", "version_num"], {:name=>"ux_configuration", :unique=>true, :using=>:btree})
-> 0.0122s
-- add_index("configurations", ["tenant_id"], {:name=>"index_configurations_on_tenant_id", :using=>:btree})
-> 0.0127s
-- create_table("settings", {:force=>:cascade})
-> 0.0269s
-- add_index("settings", ["name"], {:name=>"index_settings_on_name", :using=>:btree})
-> 0.0127s
-- create_table("tenants", {:force=>:cascade})
-> 0.0266s
-- add_index("tenants", ["cluster_id"], {:name=>"index_tenants_on_cluster_id", :using=>:btree})
-> 0.0122s
-- add_index("tenants", ["name"], {:name=>"index_tenants_on_name", :using=>:btree})
-> 0.0116s
-- add_index("tenants", ["tenant_key"], {:name=>"index_tenants_on_tenant_key", :using=>:btree})
-> 0.0190s
-- add_foreign_key("configurations", "settings")
-> 0.0052s
-- add_foreign_key("configurations", "tenants")
-> 0.0036s
-- add_foreign_key("tenants", "clusters")
-> 0.0043s
-- initialize_schema_migrations_table()
-> 0.0204s
rake aborted!
ArgumentError: invalid uri scheme ''
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis/client.rb:405:in `_parse_options'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis/client.rb:74:in `initialize'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis.rb:31:in `new'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis.rb:31:in `initialize'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:32:in `new'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:32:in `create_connection'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:18:in `block in get_connection'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:17:in `map'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:17:in `get_connection'
/home/app/webapp/lib/shared/lib/config_service/base.rb:4:in `connection'
/home/app/webapp/lib/shared/lib/redis_record/save.rb:18:in `save'
/home/app/webapp/app/models/concerns/redis_store.rb:17:in `update_redis'
/home/app/webapp/app/models/cluster.rb:40:in `update_redis'
/home/app/webapp/app/models/concerns/redis_store.rb:5:in `block (2 levels) in <module:RedisStore>'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:444:in `instance_exec'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:444:in `block in make_lambda'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:226:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:226:in `block in halting_and_conditional'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in `block in call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in `each'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:88:in `run_callbacks'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:306:in `_create_record'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/timestamp.rb:57:in `_create_record'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:504:in `create_or_update'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:302:in `block in create_or_update'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:115:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:115:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:553:in `block (2 levels) in compile'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:503:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:503:in `call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:88:in `run_callbacks'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:302:in `create_or_update'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:142:in `save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/validations.rb:43:in `save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/attribute_methods/dirty.rb:29:in `save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:291:in `block in save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:220:in `transaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:291:in `save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:51:in `create!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:151:in `block in create!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:302:in `scoping'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:151:in `create!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:159:in `first_or_create!'
/home/app/webapp/db/seeds.rb:1:in `<top (required)>'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:in `load'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:in `block in load'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:240:in `load_dependency'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:in `load'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/engine.rb:547:in `load_seed'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/tasks/database_tasks.rb:250:in `load_seed'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/railties/databases.rake:180:in `block (2 levels) in <top (required)>'
Tasks: TOP => db:setup => db:seed
(See full trace by running task with --trace)
E, [2015-10-21T20:12:34.449135 #106] ERROR -- : FluentLogger: Can't send logs to 127.0.0.1:24224: Connection refused - connect(2) for "127.0.0.1" port 24224
*** /run_app exited with status 1.
*** Shutting down runit daemon (PID 91)...
*** Killing all processes...
@MarsuperMammal
Copy link
Author

root@d3a1fa87ffc6:/home/app/webapp# /sbin/my_init -- /run_app rake db:setup --trace
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/30_presetup_nginx.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 56
*** Running /run_app rake db:setup --trace...
Running - APP_COMMAND=db:setup /sbin/setuser app bundle exec rake db:setup --trace 2>&1
Oct 21 20:16:54 d3a1fa87ffc6 syslog-ng[69]: syslog-ng starting up; version='3.5.3'
E, [2015-10-21T20:16:56.302863 #71] ERROR -- : Failed to connect fluentd: Connection refused - connect(2) for "127.0.0.1" port 24224
E, [2015-10-21T20:16:56.302960 #71] ERROR -- : Connection will be retried.
** Invoke db:setup (first_time)
** Invoke db:schema:load_if_ruby (first_time)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:create
staging_config already exists
** Invoke environment (first_time)
** Execute environment
** Execute db:schema:load_if_ruby
** Invoke db:schema:load (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:schema:load
-- enable_extension("plpgsql")
-> 0.0486s
-- create_table("clusters", {:force=>:cascade})
-> 0.0346s
-- add_index("clusters", ["name"], {:name=>"index_clusters_on_name", :using=>:btree})
-> 0.0135s
-- create_table("configurations", {:force=>:cascade})
-> 0.0291s
-- add_index("configurations", ["setting_id"], {:name=>"index_configurations_on_setting_id", :using=>:btree})
-> 0.0109s
-- add_index("configurations", ["tenant_id", "app", "setting_id", "version_num"], {:name=>"ux_configuration", :unique=>true, :using=>:btree})
-> 0.0126s
-- add_index("configurations", ["tenant_id"], {:name=>"index_configurations_on_tenant_id", :using=>:btree})
-> 0.0117s
-- create_table("settings", {:force=>:cascade})
-> 0.0263s
-- add_index("settings", ["name"], {:name=>"index_settings_on_name", :using=>:btree})
-> 0.0120s
-- create_table("tenants", {:force=>:cascade})
-> 0.0286s
-- add_index("tenants", ["cluster_id"], {:name=>"index_tenants_on_cluster_id", :using=>:btree})
-> 0.0112s
-- add_index("tenants", ["name"], {:name=>"index_tenants_on_name", :using=>:btree})
-> 0.0119s
-- add_index("tenants", ["tenant_key"], {:name=>"index_tenants_on_tenant_key", :using=>:btree})
-> 0.0105s
-- add_foreign_key("configurations", "settings")
-> 0.0035s
-- add_foreign_key("configurations", "tenants")
-> 0.0036s
-- add_foreign_key("tenants", "clusters")
-> 0.0034s
-- initialize_schema_migrations_table()
-> 0.0212s
** Invoke db:structure:load_if_sql (first_time)
** Invoke db:create
** Invoke environment
** Execute db:structure:load_if_sql
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
rake aborted!
ArgumentError: invalid uri scheme ''
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis/client.rb:405:in _parse_options' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis/client.rb:74:ininitialize'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis.rb:31:in new' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/redis-3.2.1/lib/redis.rb:31:ininitialize'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:32:in new' /home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:32:increate_connection'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:18:in block in get_connection' /home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:17:inmap'
/home/app/webapp/lib/shared/lib/helpers/redis_helper.rb:17:in get_connection' /home/app/webapp/lib/shared/lib/config_service/base.rb:4:inconnection'
/home/app/webapp/lib/shared/lib/redis_record/save.rb:18:in save' /home/app/webapp/app/models/concerns/redis_store.rb:17:inupdate_redis'
/home/app/webapp/app/models/cluster.rb:40:in update_redis' /home/app/webapp/app/models/concerns/redis_store.rb:5:inblock (2 levels) in module:RedisStore'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:444:in instance_exec' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:444:inblock in make_lambda'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:226:in call' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:226:inblock in halting_and_conditional'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in call' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:inblock in call'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:in each' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:504:incall'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:88:in run_callbacks' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:306:in_create_record'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/timestamp.rb:57:in _create_record' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:504:increate_or_update'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:302:in block in create_or_update' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:115:incall'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:115:in call' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:553:inblock (2 levels) in compile'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:503:in call' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:503:incall'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb:88:in run_callbacks' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/callbacks.rb:302:increate_or_update'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:142:in save!' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/validations.rb:43:insave!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/attribute_methods/dirty.rb:29:in save!' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:291:inblock in save!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:351:in block in with_transaction_returning_status' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:213:inblock in transaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:184:in within_new_transaction' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:213:intransaction'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:220:in transaction' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:348:inwith_transaction_returning_status'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/transactions.rb:291:in save!' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/persistence.rb:51:increate!'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:151:in block in create!' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:302:inscoping'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:151:in create!' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/relation.rb:159:infirst_or_create!'
/home/app/webapp/db/seeds.rb:1:in <top (required)>' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:inload'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:in block in load' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:240:inload_dependency'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:268:in load' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/engine.rb:547:inload_seed'
/home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/tasks/database_tasks.rb:250:in load_seed' /home/app/webapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/railties/databases.rake:180:inblock (2 levels) in <top (required)>'
/usr/lib/ruby/2.2.0/rake/task.rb:240:in call' /usr/lib/ruby/2.2.0/rake/task.rb:240:inblock in execute'
/usr/lib/ruby/2.2.0/rake/task.rb:235:in each' /usr/lib/ruby/2.2.0/rake/task.rb:235:inexecute'
/usr/lib/ruby/2.2.0/rake/task.rb:179:in block in invoke_with_call_chain' /usr/lib/ruby/2.2.0/monitor.rb:211:inmon_synchronize'
/usr/lib/ruby/2.2.0/rake/task.rb:172:in invoke_with_call_chain' /usr/lib/ruby/2.2.0/rake/task.rb:201:inblock in invoke_prerequisites'
/usr/lib/ruby/2.2.0/rake/task.rb:199:in each' /usr/lib/ruby/2.2.0/rake/task.rb:199:ininvoke_prerequisites'
/usr/lib/ruby/2.2.0/rake/task.rb:178:in block in invoke_with_call_chain' /usr/lib/ruby/2.2.0/monitor.rb:211:inmon_synchronize'
/usr/lib/ruby/2.2.0/rake/task.rb:172:in invoke_with_call_chain' /usr/lib/ruby/2.2.0/rake/task.rb:165:ininvoke'
/usr/lib/ruby/2.2.0/rake/application.rb:150:in invoke_task' /usr/lib/ruby/2.2.0/rake/application.rb:106:inblock (2 levels) in top_level'
/usr/lib/ruby/2.2.0/rake/application.rb:106:in each' /usr/lib/ruby/2.2.0/rake/application.rb:106:inblock in top_level'
/usr/lib/ruby/2.2.0/rake/application.rb:115:in run_with_threads' /usr/lib/ruby/2.2.0/rake/application.rb:100:intop_level'
/usr/lib/ruby/2.2.0/rake/application.rb:78:in block in run' /usr/lib/ruby/2.2.0/rake/application.rb:176:instandard_exception_handling'
/usr/lib/ruby/2.2.0/rake/application.rb:75:in run' /usr/lib/ruby/gems/2.2.0/gems/rake-10.4.2/bin/rake:33:in<top (required)>'
/usr/local/bin/rake:23:in load' /usr/local/bin/rake:23:in

'
Tasks: TOP => db:setup => db:seed
E, [2015-10-21T20:16:57.567965 #71] ERROR -- : FluentLogger: Can't send logs to 127.0.0.1:24224: Connection refused - connect(2) for "127.0.0.1" port 24224
*** /run_app exited with status 1.
*** Shutting down runit daemon (PID 56)...
*** Killing all processes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment