Red Hat Bugzilla – Bug 1267767
ActionController::RoutingError (No route matches [GET] "/images/icons/72/currentstate-terminated.png")
Last modified: 2015-12-08 08:34:13 EST
Description of problem: ----------------------- Routing error seen in production.log [----] I, [2015-09-30T13:56:26.294786 #2874:c7d990] INFO -- : Started GET "/assets/miq_timeline.css" for 127.0.0.1 at 2015-09-30 13:56:26 -0400 [----] I, [2015-09-30T13:56:26.318311 #2874:c7d990] INFO -- : Started GET "/images/icons/72/currentstate-terminated.png" for 127.0.0.1 at 2015-09-30 13:56:26 -0400 [----] F, [2015-09-30T13:56:26.320421 #2874:c7d990] FATAL -- : ActionController::RoutingError (No route matches [GET] "/images/icons/72/currentstate-terminated.png"): actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:22:in `call' actionpack (4.2.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:116:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.3) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.3) lib/thin/connection.rb:84:in `catch' thin (1.6.3) lib/thin/connection.rb:84:in `pre_process' thin (1.6.3) lib/thin/connection.rb:53:in `process' thin (1.6.3) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.7) lib/eventmachine.rb:187:in `run_machine' eventmachine (1.0.7) lib/eventmachine.rb:187:in `run' thin (1.6.3) lib/thin/backends/base.rb:73:in `start' thin (1.6.3) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.4) lib/rails/commands/server.rb:80:in `start' railties (4.2.4) lib/rails/commands/commands_tasks.rb:80:in `block in server' Version-Release number of selected component (if applicable): ---------------------- 5.5.0.3 How reproducible: ----------------- Steps to Reproduce: ------------------- 1. 2. 3. Actual results: --------------- Routing error Expected results: ---------------- No routing errors Additional info: ----------------
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/46a2b2f1fcbf5a5218b82712e746bbbf02a18c55 commit 46a2b2f1fcbf5a5218b82712e746bbbf02a18c55 Author: Eric Winchell <ewinchel@redhat.com> AuthorDate: Mon Oct 19 09:42:43 2015 -0400 Commit: Eric Winchell <ewinchel@redhat.com> CommitDate: Mon Oct 19 09:42:43 2015 -0400 missing power state icon https://bugzilla.redhat.com/show_bug.cgi?id=1267767 public/images/icons/72/currentstate-terminated.png | Bin 0 -> 1401 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/images/icons/72/currentstate-terminated.png
https://github.com/ManageIQ/manageiq/pull/4812
https://github.com/ManageIQ/manageiq/pull/4869
Verified in 5.5.0.7
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:2551