Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 KB | None | 0 0
  1. hcis@hcis-lb:~/hcis$ rails c
  2. /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/mysql2_adapter.rb:23:in `rescue in mysql2_connection': Unknown database 'hcis_development' (ActiveRecord::NoDatabaseError)
  3. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/mysql2_adapter.rb:10:in `mysql2_connection'
  4. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection'
  5. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection'
  6. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection'
  7. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout'
  8. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
  9. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout'
  10. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection'
  11. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
  12. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection'
  13. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection'
  14. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_handling.rb:113:in `retrieve_connection'
  15. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/connection_handling.rb:87:in `connection'
  16. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/model_schema.rb:230:in `table_exists?'
  17. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/attribute_methods/primary_key.rb:97:in `get_primary_key'
  18. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/attribute_methods/primary_key.rb:85:in `reset_primary_key'
  19. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/attribute_methods/primary_key.rb:73:in `primary_key'
  20. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/attribute_methods/primary_key.rb:87:in `reset_primary_key'
  21. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activerecord-4.2.7/lib/active_record/attribute_methods/primary_key.rb:73:in `primary_key'
  22. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/audited-activerecord-4.2.0/lib/audited/adapters/active_record.rb:7:in `default_ignored_attributes'
  23. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/audited-4.2.0/lib/audited/auditor.rb:48:in `audited'
  24. from /home/hcis/hcis/app/models/setting.rb:2:in `<class:Setting>'
  25. from /home/hcis/hcis/app/models/setting.rb:1:in `<top (required)>'
  26. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in `load'
  27. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in `block in load_file'
  28. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:647:in `new_constants_in'
  29. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:456:in `load_file'
  30. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:354:in `require_or_load'
  31. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:494:in `load_missing_constant'
  32. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:184:in `const_missing'
  33. from /home/hcis/hcis/config/initializers/devise.rb:108:in `block in <top (required)>'
  34. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/devise-4.2.0/lib/devise.rb:292:in `setup'
  35. from /home/hcis/hcis/config/initializers/devise.rb:3:in `<top (required)>'
  36. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:268:in `load'
  37. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:268:in `block in load'
  38. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:240:in `load_dependency'
  39. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:268:in `load'
  40. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/engine.rb:652:in `block in load_config_initializer'
  41. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in `instrument'
  42. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/engine.rb:651:in `load_config_initializer'
  43. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
  44. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/engine.rb:615:in `each'
  45. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/engine.rb:615:in `block in <class:Engine>'
  46. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:30:in `instance_exec'
  47. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:30:in `run'
  48. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:55:in `block in run_initializers'
  49. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
  50. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
  51. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from'
  52. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
  53. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:421:in `block in each_strongly_connected_component_from'
  54. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:44:in `each'
  55. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:44:in `tsort_each_child'
  56. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:415:in `call'
  57. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:415:in `each_strongly_connected_component_from'
  58. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
  59. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `each'
  60. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `call'
  61. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
  62. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
  63. from /home/hcis/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
  64. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/initializable.rb:54:in `run_initializers'
  65. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/application.rb:352:in `initialize!'
  66. from /home/hcis/hcis/config/environment.rb:5:in `<top (required)>'
  67. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in `require'
  68. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in `block in require'
  69. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:240:in `load_dependency'
  70. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in `require'
  71. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/application.rb:328:in `require_environment!'
  72. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/commands/commands_tasks.rb:142:in `require_application_and_environment!'
  73. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/commands/commands_tasks.rb:67:in `console'
  74. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
  75. from /home/hcis/.rvm/gems/ruby-2.3.0@hcis/gems/railties-4.2.7/lib/rails/commands.rb:17:in `<top (required)>'
  76. from bin/rails:9:in `require'
  77. from bin/rails:9:in `<main>'
  78. hcis@hcis-lb:~/hcis$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement