Bug 1381839 - Error found in production.log file while changing the locale and logging out
Summary: Error found in production.log file while changing the locale and logging out
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: GA
: 5.8.0
Assignee: Dávid Halász
QA Contact: Niyaz Akhtar Ansari
URL:
Whiteboard: ui:i18n
Depends On:
Blocks: 1383365
TreeView+ depends on / blocked
 
Reported: 2016-10-05 07:52 UTC by Ramesh A
Modified: 2017-06-12 16:19 UTC (History)
7 users (show)

Fixed In Version: 5.8.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1383365 (view as bug list)
Environment:
Last Closed: 2017-06-12 16:19:45 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
rananda: automate_bug-


Attachments (Terms of Use)

Description Ramesh A 2016-10-05 07:52:12 UTC
Description of problem:
Error found in production.log file while changing the locale and logging out

Version-Release number of selected component (if applicable):
5.7.0.3.20160927165516_075d0f3

How reproducible:
Very

Steps to Reproduce:
1. As Admin, Change the default locale language setting from any of the below
  a) Japanese to English or Client Browser Settings
  b) Chinese to English or Client Browser Settings
  c) Client Browser Settings to English
2. Click on Logout button


Actual results:
Throws error in production.log file.  Refer the production.log file for more information

Expected results:
Should not display any error message in production.log file

Additional info:
production.log:
==============

[----] I, [2016-10-05T03:15:45.236780 #3995:1b7b668]  INFO -- : Started POST "/ops/settings_form_field_changed/server?locale=en" for 127.0.0.1 at 2016-10-05 03:15:45 -0400
[----] I, [2016-10-05T03:15:45.239944 #3995:1b7b668]  INFO -- : Processing by OpsController#settings_form_field_changed as JS
[----] I, [2016-10-05T03:15:45.240082 #3995:1b7b668]  INFO -- :   Parameters: {"locale"=>"en", "id"=>"server"}
[----] I, [2016-10-05T03:15:45.287817 #3995:1b7b668]  INFO -- : Completed 200 OK in 48ms (Views: 0.8ms | ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:49.014525 #3995:1b7aac4]  INFO -- : Started POST "/ops/settings_update/server?button=save" for 127.0.0.1 at 2016-10-05 03:15:49 -0400
[----] I, [2016-10-05T03:15:49.017574 #3995:1b7aac4]  INFO -- : Processing by OpsController#settings_update as JS
[----] I, [2016-10-05T03:15:49.017742 #3995:1b7aac4]  INFO -- :   Parameters: {"button"=>"save", "id"=>"server"}
[----] I, [2016-10-05T03:15:49.703244 #3995:1b7aac4]  INFO -- :   Rendered layouts/_tree.html.haml (0.6ms)
[----] I, [2016-10-05T03:15:49.703513 #3995:1b7aac4]  INFO -- :   Rendered shared/_tree.html.haml (1.1ms)
[----] I, [2016-10-05T03:15:49.704781 #3995:1b7aac4]  INFO -- :   Rendered layouts/_tree.html.haml (0.5ms)
[----] I, [2016-10-05T03:15:49.705037 #3995:1b7aac4]  INFO -- :   Rendered shared/_tree.html.haml (0.9ms)
[----] I, [2016-10-05T03:15:49.707029 #3995:1b7aac4]  INFO -- :   Rendered layouts/_x_edit_buttons.html.haml (1.4ms)
[----] I, [2016-10-05T03:15:49.708298 #3995:1b7aac4]  INFO -- :   Rendered layouts/_flash_msg.html.haml (0.1ms)
[----] I, [2016-10-05T03:15:49.719460 #3995:1b7aac4]  INFO -- :   Rendered ops/_email_verify_button.html.haml (0.6ms)
[----] I, [2016-10-05T03:15:49.720709 #3995:1b7aac4]  INFO -- :   Rendered ops/_settings_server_tab.html.haml (13.0ms)
[----] I, [2016-10-05T03:15:49.737489 #3995:1b7aac4]  INFO -- : Completed 200 OK in 720ms (Views: 6.1ms | ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:56.825621 #3980:14338c4]  INFO -- : Finished "/ws/notifications" [WebSocket] for 127.0.0.1 at 2016-10-05 03:15:56 -0400
[----] E, [2016-10-05T03:15:56.826123 #3980:14338c4] ERROR -- : There was an exception - NoMethodError(undefined method `fetch' for nil:NilClass)
[----] E, [2016-10-05T03:15:56.826254 #3980:14338c4] ERROR -- : /opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/configuration.rb:24:in `pubsub_adapter'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/base.rb:72:in `block in pubsub'
/opt/rh/rh-ruby23/root/usr/share/ruby/monitor.rb:214:in `mon_synchronize'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/base.rb:72:in `pubsub'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/base.rb:52:in `pubsub'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/channel/streams.rb:112:in `pubsub'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/channel/streams.rb:106:in `block in stop_all_streams'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/channel/streams.rb:105:in `each'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/channel/streams.rb:105:in `stop_all_streams'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:382:in `block in make_lambda'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:242:in `block in simple'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:456:in `block in call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:456:in `each'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:456:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:448:in `block (2 levels) in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:286:in `block (2 levels) in halting'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/execution_wrapper.rb:72:in `wrap'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/engine.rb:66:in `block (3 levels) in <class:Engine>'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:391:in `instance_exec'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:391:in `block in make_lambda'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:285:in `block in halting'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:447:in `block in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:455:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:750:in `_run_unsubscribe_callbacks'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:90:in `run_callbacks'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/channel/base.rb:175:in `unsubscribe_from_channel'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/subscriptions.rb:44:in `remove_subscription'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/subscriptions.rb:57:in `block in unsubscribe_from_all'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/subscriptions.rb:57:in `each'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/subscriptions.rb:57:in `unsubscribe_from_all'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/base.rb:182:in `handle_close'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker.rb:58:in `block in invoke'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker.rb:39:in `block in work'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:126:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:455:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:448:in `block (2 levels) in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:286:in `block (2 levels) in halting'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker/active_record_connection_management.rb:14:in `block in with_database_connections'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/connection/tagged_logger_proxy.rb:24:in `tag'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker/active_record_connection_management.rb:14:in `with_database_connections'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:382:in `block in make_lambda'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:285:in `block in halting'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:447:in `block in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:455:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:448:in `block (2 levels) in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:286:in `block (2 levels) in halting'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/engine.rb:60:in `block (4 levels) in <class:Engine>'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/execution_wrapper.rb:76:in `wrap'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/engine.rb:55:in `block (3 levels) in <class:Engine>'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:391:in `instance_exec'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:391:in `block in make_lambda'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:285:in `block in halting'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:447:in `block in around'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:455:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:750:in `_run_work_callbacks'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:90:in `run_callbacks'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker.rb:38:in `work'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker.rb:56:in `invoke'
/opt/rh/cfme-gemset/gems/actioncable-5.0.0.1/lib/action_cable/server/worker.rb:51:in `block in async_invoke'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
/opt/rh/cfme-gemset/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
[----] I, [2016-10-05T03:15:57.308149 #3995:1b7b1b8]  INFO -- : Started GET "/dashboard/logout" for 127.0.0.1 at 2016-10-05 03:15:57 -0400
[----] I, [2016-10-05T03:15:57.310555 #3995:1b7b1b8]  INFO -- : Processing by DashboardController#logout as HTML
[----] I, [2016-10-05T03:15:57.382307 #3995:1b7b1b8]  INFO -- : Redirected to https://10.8.199.83/
[----] I, [2016-10-05T03:15:57.384021 #3995:1b7b1b8]  INFO -- : Completed 302 Found in 73ms (ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:57.630282 #4023:1b7aa88]  INFO -- : Started GET "/api/auth?requester_type=ws" for 127.0.0.1 at 2016-10-05 03:15:57 -0400
[----] I, [2016-10-05T03:15:57.632969 #3995:1b7c7e8]  INFO -- : Started GET "/" for 127.0.0.1 at 2016-10-05 03:15:57 -0400
[----] I, [2016-10-05T03:15:57.634296 #4023:1b7aa88]  INFO -- : Processing by Api::AuthController#show as JSON
[----] I, [2016-10-05T03:15:57.634420 #4023:1b7aa88]  INFO -- :   Parameters: {"requester_type"=>"ws"}
[----] I, [2016-10-05T03:15:57.635270 #3995:1b7c7e8]  INFO -- : Processing by DashboardController#login as HTML
[----] I, [2016-10-05T03:15:57.649815 #3995:1b7c7e8]  INFO -- :   Rendering dashboard/login.html.haml within layouts/login
[----] I, [2016-10-05T03:15:57.651480 #3995:1b7c7e8]  INFO -- :   Rendered layouts/_spinner.html.haml (0.9ms)
[----] I, [2016-10-05T03:15:57.651932 #3995:1b7c7e8]  INFO -- :   Rendered layouts/_flash_msg.html.haml (0.1ms)
[----] I, [2016-10-05T03:15:57.652620 #3995:1b7c7e8]  INFO -- :   Rendered dashboard/_login_more.html.haml (0.1ms)
[----] I, [2016-10-05T03:15:57.656826 #3995:1b7c7e8]  INFO -- :   Rendered dashboard/login.html.haml within layouts/login (6.8ms)
[----] I, [2016-10-05T03:15:57.657251 #3995:1b7c7e8]  INFO -- :   Rendered layouts/_doctype.html.haml (0.1ms)
[----] I, [2016-10-05T03:15:57.658799 #3995:1b7c7e8]  INFO -- :   Rendered layouts/_i18n_js.html.haml (0.1ms)
[----] I, [2016-10-05T03:15:57.661465 #3995:1b7c7e8]  INFO -- : Completed 200 OK in 26ms (Views: 10.9ms | ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:57.661837 #4023:1b7aa88]  INFO -- : Completed 200 OK in 27ms (Views: 0.3ms | ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:58.554629 #4023:1b786e8]  INFO -- : Started DELETE "/api/auth" for 127.0.0.1 at 2016-10-05 03:15:58 -0400
[----] I, [2016-10-05T03:15:58.558600 #4023:1b786e8]  INFO -- : Processing by Api::AuthController#destroy as JSON
[----] I, [2016-10-05T03:15:58.586072 #4023:1b786e8]  INFO -- : Completed 204 No Content in 27ms (ActiveRecord: 0.0ms)
[----] I, [2016-10-05T03:15:59.864830 #3995:1b7a0d8]  INFO -- : Started POST "/dashboard/window_sizes?height=601" for 127.0.0.1 at 2016-10-05 03:15:59 -0400
[----] I, [2016-10-05T03:15:59.867405 #3995:1b7a0d8]  INFO -- : Processing by DashboardController#window_sizes as JS
[----] I, [2016-10-05T03:15:59.867566 #3995:1b7a0d8]  INFO -- :   Parameters: {"height"=>"601"}
[----] W, [2016-10-05T03:15:59.869616 #3995:1b7a0d8]  WARN -- : Can't verify CSRF token authenticity.
[----] F, [2016-10-05T03:15:59.870246 #3995:1b7a0d8] FATAL -- : Error caught: [ActionController::InvalidAuthenticityToken] ActionController::InvalidAuthenticityToken
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/request_forgery_protection.rb:195:in `handle_unverified_request'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/request_forgery_protection.rb:223:in `handle_unverified_request'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/request_forgery_protection.rb:218:in `verify_authenticity_token'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:382:in `block in make_lambda'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:150:in `block (2 levels) in halting_and_conditional'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in <module:Callbacks>'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:454:in `block in call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:454:in `each'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:454:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:90:in `run_callbacks'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/abstract_controller/callbacks.rb:19:in `process_action'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/rescue.rb:20:in `process_action'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/notifications.rb:164:in `block in instrument'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/notifications.rb:164:in `instrument'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'
/opt/rh/cfme-gemset/gems/activerecord-5.0.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/abstract_controller/base.rb:126:in `process'
/opt/rh/cfme-gemset/gems/actionview-5.0.0.1/lib/action_view/rendering.rb:30:in `process'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal.rb:190:in `dispatch'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_controller/metal.rb:262:in `dispatch'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/routing/route_set.rb:32:in `serve'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/journey/router.rb:39:in `block in serve'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/journey/router.rb:26:in `each'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/journey/router.rb:26:in `serve'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/routing/route_set.rb:725:in `call'
/opt/rh/cfme-gemset/gems/secure_headers-3.0.3/lib/secure_headers/middleware.rb:10:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/etag.rb:25:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/conditional_get.rb:38:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/head.rb:12:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/session/abstract/id.rb:222:in `context'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/session/abstract/id.rb:216:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:97:in `__run_callbacks__'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb:90:in `run_callbacks'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/callbacks.rb:36:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
/opt/rh/cfme-gemset/gems/railties-5.0.0.1/lib/rails/rack/logger.rb:36:in `call_app'
/opt/rh/cfme-gemset/gems/railties-5.0.0.1/lib/rails/rack/logger.rb:26:in `call'
/opt/rh/cfme-gemset/gems/request_store-1.3.1/lib/request_store/middleware.rb:9:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/request_id.rb:24:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/method_override.rb:22:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/runtime.rb:22:in `call'
/opt/rh/cfme-gemset/gems/activesupport-5.0.0.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
/opt/rh/cfme-gemset/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/executor.rb:12:in `call'
/opt/rh/cfme-gemset/gems/rack-2.0.1/lib/rack/sendfile.rb:111:in `call'
/opt/rh/cfme-gemset/gems/railties-5.0.0.1/lib/rails/engine.rb:522:in `call'
/opt/rh/rh-ruby23/root/usr/share/gems/gems/puma-3.3.0/lib/puma/configuration.rb:224:in `call'
/opt/rh/rh-ruby23/root/usr/share/gems/gems/puma-3.3.0/lib/puma/server.rb:561:in `handle_request'
/opt/rh/rh-ruby23/root/usr/share/gems/gems/puma-3.3.0/lib/puma/server.rb:406:in `process_client'
/opt/rh/rh-ruby23/root/usr/share/gems/gems/puma-3.3.0/lib/puma/server.rb:271:in `block in run'
/opt/rh/rh-ruby23/root/usr/share/gems/gems/puma-3.3.0/lib/puma/thread_pool.rb:111:in `block in spawn_thread'
[----] I, [2016-10-05T03:15:59.891953 #3995:1b7a0d8]  INFO -- :   Rendered layouts/_exception_contents.html.haml (10.4ms)
[----] I, [2016-10-05T03:15:59.892868 #3995:1b7a0d8]  INFO -- : Completed 200 OK in 25ms (Views: 22.0ms | ActiveRecord: 0.0ms)

Comment 5 Niyaz Akhtar Ansari 2017-03-10 06:12:41 UTC
Verified in version 5.8.0.4


Note You need to log in before you can comment on or make changes to this bug.