Created
October 10, 2016 20:39
-
-
Save grosscol/b2195b05d633c735ceccedf5f4f52612 to your computer and use it in GitHub Desktop.
assign_admin_set Stacktrace from Sufia 7.2 upgrade
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
Started GET "/" for 127.0.0.1 at 2016-10-10 16:37:58 -0400 | |
ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" | |
ActiveFedora: loading fedora config from /home/grosscol/workspace/vanilla-sufia/config/fedora.yml | |
ActiveFedora: loading solr config from /home/grosscol/workspace/vanilla-sufia/config/solr.yml | |
Processing by Sufia::HomepageController#index as HTML | |
Usergroups are ["public"] | |
ContentBlock Load (0.2ms) SELECT "content_blocks".* FROM "content_blocks" WHERE "content_blocks"."name" = ? ORDER BY created_at DESC LIMIT 1 [["name", "featured_researcher"]] | |
ContentBlock Load (0.2ms) SELECT "content_blocks".* FROM "content_blocks" WHERE "content_blocks"."name" = ? LIMIT 1 [["name", "marketing_text"]] | |
ContentBlock Load (0.1ms) SELECT "content_blocks".* FROM "content_blocks" WHERE "content_blocks"."name" = ? LIMIT 1 [["name", "announcement_text"]] | |
Completed 500 Internal Server Error in 129ms (ActiveRecord: 1.1ms) | |
Flipflop::FeatureError (Feature 'assign_admin_set' unknown.): | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_set.rb:87:in `block in feature' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_set.rb:86:in `fetch' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_set.rb:86:in `feature' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_set.rb:81:in `block in enabled?' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_cache.rb:57:in `block in fetch' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_cache.rb:56:in `fetch' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_cache.rb:56:in `fetch' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_set.rb:76:in `enabled?' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/facade.rb:17:in `method_missing' | |
sufia (7.2.0) app/controllers/concerns/sufia/homepage_controller_behavior.rb:32:in `fetch_admin_sets' | |
sufia (7.2.0) app/controllers/concerns/sufia/homepage_controller_behavior.rb:25:in `index' | |
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action' | |
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action' | |
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' | |
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action' | |
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action' | |
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' | |
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument' | |
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument' | |
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action' | |
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' | |
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process' | |
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process' | |
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch' | |
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' | |
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action' | |
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' | |
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve' | |
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve' | |
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each' | |
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve' | |
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call' | |
warden (1.2.6) lib/warden/manager.rb:35:in `block in call' | |
warden (1.2.6) lib/warden/manager.rb:34:in `catch' | |
warden (1.2.6) lib/warden/manager.rb:34:in `call' | |
rack (1.6.4) lib/rack/etag.rb:24:in `call' | |
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' | |
rack (1.6.4) lib/rack/head.rb:13:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call' | |
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' | |
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' | |
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call' | |
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' | |
/home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/flipflop-0eecddade989/lib/flipflop/feature_cache.rb:12:in `call' | |
active-fedora (11.0.1) lib/active_fedora/ldp_cache.rb:26:in `call' | |
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' | |
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' | |
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' | |
web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' | |
web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app' | |
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call' | |
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' | |
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged' | |
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged' | |
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' | |
rack (1.6.4) lib/rack/runtime.rb:18:in `call' | |
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' | |
rack (1.6.4) lib/rack/lock.rb:17:in `call' | |
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call' | |
rack (1.6.4) lib/rack/sendfile.rb:113:in `call' | |
railties (4.2.6) lib/rails/engine.rb:518:in `call' | |
railties (4.2.6) lib/rails/application.rb:165:in `call' | |
rack (1.6.4) lib/rack/content_length.rb:15:in `call' | |
puma (3.6.0) lib/puma/configuration.rb:225:in `call' | |
puma (3.6.0) lib/puma/server.rb:578:in `handle_request' | |
puma (3.6.0) lib/puma/server.rb:415:in `process_client' | |
puma (3.6.0) lib/puma/server.rb:275:in `block in run' | |
puma (3.6.0) lib/puma/thread_pool.rb:116:in `block in spawn_thread' | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.6ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.3ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) | |
Rendered /home/grosscol/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (59.6ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment