Created
February 23, 2023 19:00
-
-
Save wmarshall484/3b8b3a816f50c9e8b8005691d346dba0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (base) ✘ will@wills-mbp ~/git/t/myavant main docker compose -f docker-compose.yml -f avant-basic/docker-compose.yml up web | |
| [+] Running 4/4 | |
| ⠿ Container myavant-db-1 Running 0.0s | |
| ⠿ Container myavant-redis-1 Recreated 0.4s | |
| ⠿ Container myavant-minio-1 Running 0.0s | |
| ⠿ Container myavant-web-1 Recreated 0.2s | |
| Attaching to myavant-web-1 | |
| myavant-web-1 | Fast Debugger (ruby-debug-ide 0.7.100.rc1, debase 0.2.4.1, file filtering is supported) listens on 0.0.0.0:1236 | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/core_ext/object/duplicable.rb:111: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. | |
| myavant-web-1 | /usr/local/bundle/gems/pry-byebug-3.6.0/lib/pry-byebug/control_d_handler.rb:3: warning: control_d_handler's arity of 2 parameters was deprecated (eval_string, pry_instance). Now it gets passed just 1 parameter (pry_instance) | |
| myavant-web-1 | => Booting Puma | |
| myavant-web-1 | => Rails 4.2.11.3 application starting in development on http://0.0.0.0:5001 | |
| myavant-web-1 | => Run `rails server -h` for more startup options | |
| myavant-web-1 | => Ctrl-C to shutdown server | |
| myavant-web-1 | Exiting | |
| myavant-web-1 | Uncaught exception: connection to server at "db" (172.18.0.2), port 5432 failed: FATAL: database "avant_dev" does not exist | |
| myavant-web-1 | | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:661:in `rescue in connect' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:650:in `connect' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:242:in `initialize' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `new' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `postgresql_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:113:in `retrieve_connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:87:in `connection' | |
| myavant-web-1 | /usr/local/bundle/gems/knockoff-1.2.0/lib/knockoff/active_record/base.rb:13:in `connection' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:93:in `columns' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:98:in `columns_hash' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:238:in `column_types' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:234:in `attributes_builder' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:254:in `_default_attributes' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/core.rb:273:in `initialize' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:8:in `block in hash_attribute' | |
| myavant-web-1 | /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `each' | |
| myavant-web-1 | /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `hash_attribute' | |
| myavant-web-1 | /usr/src/app/app/models/credit_models/credit_model_cache.rb:9:in `<class:CreditModelCache>' | |
| myavant-web-1 | /usr/src/app/app/models/credit_models/credit_model_cache.rb:6:in `<module:CreditModels>' | |
| myavant-web-1 | /usr/src/app/app/models/credit_models/credit_model_cache.rb:4:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `load' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `block in load_file' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:647:in `new_constants_in' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:456:in `load_file' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:354:in `require_or_load' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:494:in `load_missing_constant' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:184:in `const_missing' | |
| myavant-web-1 | /usr/src/app/config/initializers/analytical.rb:5:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `block in load' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:652:in `block in load_config_initializer' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:166:in `instrument' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:651:in `load_config_initializer' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `each' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `block in <class:Engine>' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `instance_exec' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `run' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:55:in `block in run_initializers' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:421:in `block in each_strongly_connected_component_from' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `each' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `tsort_each_child' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `call' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `each_strongly_connected_component_from' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:54:in `run_initializers' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/application.rb:352:in `initialize!' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `public_send' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `method_missing' | |
| myavant-web-1 | /usr/src/app/config/environment.rb:5:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `block in require' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | /usr/src/app/config.ru:23:in `block in <main>' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `instance_eval' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `initialize' | |
| myavant-web-1 | /usr/src/app/config.ru:in `new' | |
| myavant-web-1 | /usr/src/app/config.ru:in `<main>' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `eval' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `new_from_string' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:40:in `parse_file' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:300:in `build_app_and_options_from_config' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:209:in `app' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:61:in `app' | |
| myavant-web-1 | /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:337:in `wrapped_app' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:139:in `log_to_stdout' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:78:in `start' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:80:in `block in server' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `tap' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `server' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:39:in `run_command!' | |
| myavant-web-1 | /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands.rb:17:in `<top (required)>' | |
| myavant-web-1 | /usr/src/app/bin/rails:11:in `require' | |
| myavant-web-1 | /usr/src/app/bin/rails:11:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/client.rb:30:in `run' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/bin/spring:49:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load' | |
| myavant-web-1 | /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | /usr/src/app/bin/spring:15:in `<top (required)>' | |
| myavant-web-1 | /usr/src/app/bin/rails:3:in `load' | |
| myavant-web-1 | /usr/src/app/bin/rails:3:in `<top (required)>' | |
| myavant-web-1 | /usr/local/bundle/bin/rdebug-ide:23:in `load' | |
| myavant-web-1 | /usr/local/bundle/bin/rdebug-ide:23:in `<main>' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:661:in `rescue in connect': connection to server at "db" (172.18.0.2), port 5432 failed: FATAL: database "avant_dev" does not exist (ActiveRecord::NoDatabaseError) | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:650:in `connect' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:242:in `initialize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `new' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `postgresql_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:113:in `retrieve_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:87:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/knockoff-1.2.0/lib/knockoff/active_record/base.rb:13:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:93:in `columns' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:98:in `columns_hash' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:238:in `column_types' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:234:in `attributes_builder' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:254:in `_default_attributes' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/core.rb:273:in `initialize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:8:in `block in hash_attribute' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `each' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `hash_attribute' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:9:in `<class:CreditModelCache>' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:6:in `<module:CreditModels>' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:4:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `block in load_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:647:in `new_constants_in' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:456:in `load_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:354:in `require_or_load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:494:in `load_missing_constant' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:184:in `const_missing' | |
| myavant-web-1 | from /usr/src/app/config/initializers/analytical.rb:5:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `block in load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:652:in `block in load_config_initializer' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:166:in `instrument' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:651:in `load_config_initializer' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `block in <class:Engine>' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `instance_exec' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `run' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:55:in `block in run_initializers' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:421:in `block in each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `tsort_each_child' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `call' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:54:in `run_initializers' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/application.rb:352:in `initialize!' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `public_send' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `method_missing' | |
| myavant-web-1 | from /usr/src/app/config/environment.rb:5:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `block in require' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | from /usr/src/app/config.ru:23:in `block in <main>' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `instance_eval' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `initialize' | |
| myavant-web-1 | from /usr/src/app/config.ru:in `new' | |
| myavant-web-1 | from /usr/src/app/config.ru:in `<main>' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `eval' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `new_from_string' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:40:in `parse_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:300:in `build_app_and_options_from_config' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:209:in `app' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:61:in `app' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:337:in `wrapped_app' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:139:in `log_to_stdout' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:78:in `start' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:80:in `block in server' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `tap' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `server' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:39:in `run_command!' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands.rb:17:in `<top (required)>' | |
| myavant-web-1 | from /usr/src/app/bin/rails:11:in `require' | |
| myavant-web-1 | from /usr/src/app/bin/rails:11:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client.rb:30:in `run' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/bin/spring:49:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | from /usr/src/app/bin/spring:15:in `<top (required)>' | |
| myavant-web-1 | from /usr/src/app/bin/rails:3:in `load' | |
| myavant-web-1 | from /usr/src/app/bin/rails:3:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/lib/ruby-debug-ide.rb:130:in `debug_load' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/lib/ruby-debug-ide.rb:130:in `debug_program' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/bin/rdebug-ide:193:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/bin/rdebug-ide:23:in `load' | |
| myavant-web-1 | from /usr/local/bundle/bin/rdebug-ide:23:in `<main>' | |
| myavant-web-1 | /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:651:in `initialize': connection to server at "db" (172.18.0.2), port 5432 failed: FATAL: database "avant_dev" does not exist (PG::ConnectionBad) | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:651:in `new' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:651:in `connect' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:242:in `initialize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `new' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `postgresql_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:113:in `retrieve_connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/connection_handling.rb:87:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/knockoff-1.2.0/lib/knockoff/active_record/base.rb:13:in `connection' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:93:in `columns' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/attributes.rb:98:in `columns_hash' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:238:in `column_types' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:234:in `attributes_builder' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/model_schema.rb:254:in `_default_attributes' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/core.rb:273:in `initialize' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | from /usr/local/bundle/gems/activerecord-4.2.11.3/lib/active_record/inheritance.rb:61:in `new' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:8:in `block in hash_attribute' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `each' | |
| myavant-web-1 | from /usr/src/app/lib/avant/active_record_ext/hash_attribute.rb:7:in `hash_attribute' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:9:in `<class:CreditModelCache>' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:6:in `<module:CreditModels>' | |
| myavant-web-1 | from /usr/src/app/app/models/credit_models/credit_model_cache.rb:4:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:457:in `block in load_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:647:in `new_constants_in' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:456:in `load_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:354:in `require_or_load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:494:in `load_missing_constant' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:184:in `const_missing' | |
| myavant-web-1 | from /usr/src/app/config/initializers/analytical.rb:5:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `block in load' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:268:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:652:in `block in load_config_initializer' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:166:in `instrument' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:651:in `load_config_initializer' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/engine.rb:615:in `block in <class:Engine>' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `instance_exec' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:30:in `run' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:55:in `block in run_initializers' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:421:in `block in each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:44:in `tsort_each_child' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `call' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:415:in `each_strongly_connected_component_from' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/initializable.rb:54:in `run_initializers' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/application.rb:352:in `initialize!' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `public_send' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `method_missing' | |
| myavant-web-1 | from /usr/src/app/config/environment.rb:5:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `block in require' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency' | |
| myavant-web-1 | from /usr/local/bundle/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:274:in `require' | |
| myavant-web-1 | from /usr/src/app/config.ru:23:in `block in <main>' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `instance_eval' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:55:in `initialize' | |
| myavant-web-1 | from /usr/src/app/config.ru:in `new' | |
| myavant-web-1 | from /usr/src/app/config.ru:in `<main>' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `eval' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:49:in `new_from_string' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/builder.rb:40:in `parse_file' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:300:in `build_app_and_options_from_config' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:209:in `app' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:61:in `app' | |
| myavant-web-1 | from /usr/local/bundle/gems/rack-1.6.13/lib/rack/server.rb:337:in `wrapped_app' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:139:in `log_to_stdout' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/server.rb:78:in `start' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:80:in `block in server' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `tap' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:75:in `server' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands/commands_tasks.rb:39:in `run_command!' | |
| myavant-web-1 | from /usr/local/bundle/gems/railties-4.2.11.3/lib/rails/commands.rb:17:in `<top (required)>' | |
| myavant-web-1 | from /usr/src/app/bin/rails:11:in `require' | |
| myavant-web-1 | from /usr/src/app/bin/rails:11:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/client.rb:30:in `run' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/bin/spring:49:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load' | |
| myavant-web-1 | from /usr/local/bundle/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | from /usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:65:in `require' | |
| myavant-web-1 | from /usr/src/app/bin/spring:15:in `<top (required)>' | |
| myavant-web-1 | from /usr/src/app/bin/rails:3:in `load' | |
| myavant-web-1 | from /usr/src/app/bin/rails:3:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/lib/ruby-debug-ide.rb:130:in `debug_load' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/lib/ruby-debug-ide.rb:130:in `debug_program' | |
| myavant-web-1 | from /usr/local/bundle/gems/ruby-debug-ide-0.7.100.rc1/bin/rdebug-ide:193:in `<top (required)>' | |
| myavant-web-1 | from /usr/local/bundle/bin/rdebug-ide:23:in `load' | |
| myavant-web-1 | from /usr/local/bundle/bin/rdebug-ide:23:in `<main>' | |
| myavant-web-1 exited with code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment