Description of problem: "FATAL -- : ActionController::RoutingError (No route matches [GET] "/images/icons/16/reset.png")" Error found while adding "Menu Shortcuts" in Widget Editor Version-Release number of selected component (if applicable): 5.3.3.1.20150210145146_14d1c48 How reproducible: 100% Steps to Reproduce: 1. Navigate to Cloud Intelligence ==> Reports ==> Dashboard Widget ==> Menus ==> Configuration ==> Add a new widget 2. Under the "Menu Shortcuts" section, Add a new shortcut say "Clouds/Provider" and wait for few milli-seconds to get the drag and drop of "Clouds/Provider" to get displayed below. Actual results: Error thrown in production.log file Expected results: Should not throw any error message Additional info: production.log: =============== [----] F, [2015-02-17T17:18:16.892178 #2378:cfa814] FATAL -- : ActionController::RoutingError (No route matches [GET] "/images/icons/16/reset.png"): actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.17) lib/rails/rack/logger.rb:18:in `call' actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.17) lib/rails/engine.rb:484:in `call' railties (3.2.17) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call' thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in `catch' thin (1.3.1) lib/thin/connection.rb:78:in `pre_process' thin (1.3.1) lib/thin/connection.rb:53:in `process' thin (1.3.1) lib/thin/connection.rb:38:in `receive_data' eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine' eventmachine (1.0.0) lib/eventmachine.rb:187:in `run' thin (1.3.1) lib/thin/backends/base.rb:61:in `start' thin (1.3.1) lib/thin/server.rb:159:in `start' rack (1.4.5) lib/rack/handler/thin.rb:13:in `run' rack (1.4.5) lib/rack/server.rb:268:in `start' railties (3.2.17) lib/rails/commands/server.rb:70:in `start' railties (3.2.17) lib/rails/commands.rb:55:in `block in <top (required)>' railties (3.2.17) lib/rails/commands.rb:50:in `tap' railties (3.2.17) lib/rails/commands.rb:50:in `<top (required)>' script/rails:6:in `require' script/rails:6:in `<main>'
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/8c5f21816b49e25ba7fd8e30d6a208db781ee335 commit 8c5f21816b49e25ba7fd8e30d6a208db781ee335 Author: Eric Winchell <ewinchel> AuthorDate: Mon Feb 23 14:57:20 2015 -0500 Commit: Eric Winchell <ewinchel> CommitDate: Mon Feb 23 14:57:20 2015 -0500 replaced missing icon https://bugzilla.redhat.com/show_bug.cgi?id=1193615 vmdb/public/images/icons/16/reset.png | Bin 0 -> 1432 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 vmdb/public/images/icons/16/reset.png
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=dfc4049dda45c36472c3881ed3c0d1c56a455730 commit dfc4049dda45c36472c3881ed3c0d1c56a455730 Author: Eric Winchell <ewinchel> AuthorDate: Mon Feb 23 17:35:22 2015 -0500 Commit: Eric Winchell <ewinchel> CommitDate: Mon Feb 23 17:35:22 2015 -0500 replaced missing icon https://bugzilla.redhat.com/show_bug.cgi?id=1193615 vmdb/public/images/icons/16/reset_widgets.png | Bin 0 -> 1440 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 vmdb/public/images/icons/16/reset_widgets.png
The error as mentioned in the bug description disappeared in 5.4.0.0.11 but hovering over the image with arrow produces this error in production.log: ActionController::RoutingError (No route matches [GET] "/images/icons/16/reset-hover.png"): and it disappears during the hover.
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/189463679a7ad62302efe4c27840550ef190ce4b commit 189463679a7ad62302efe4c27840550ef190ce4b Author: Eric Winchell <ewinchel> AuthorDate: Thu Mar 26 16:58:48 2015 -0400 Commit: Eric Winchell <ewinchel> CommitDate: Thu Mar 26 16:58:48 2015 -0400 Added missing image, removed fieldset https://bugzilla.redhat.com/show_bug.cgi?id=1193615 vmdb/app/views/report/_widget_form_menu.html.haml | 101 +++++++++++----------- vmdb/public/images/icons/16/reset-hover.png | Bin 0 -> 1400 bytes 2 files changed, 50 insertions(+), 51 deletions(-) create mode 100644 vmdb/public/images/icons/16/reset-hover.png
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c8bb6bd44db4746777c6b6684b785839027c647f commit c8bb6bd44db4746777c6b6684b785839027c647f Author: Eric Winchell <ewinchel> AuthorDate: Mon Mar 30 09:39:12 2015 -0400 Commit: Eric Winchell <ewinchel> CommitDate: Mon Mar 30 09:39:12 2015 -0400 Added missing image https://bugzilla.redhat.com/show_bug.cgi?id=1193615 vmdb/public/images/icons/16/reset-hover.png | Bin 0 -> 1400 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 vmdb/public/images/icons/16/reset-hover.png
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=967c3770986a156d3b4f60fa2e720159c7d8b0cb commit 967c3770986a156d3b4f60fa2e720159c7d8b0cb Merge: d39bc7d c8bb6bd Author: Dan Clarizio <dclarizi> AuthorDate: Mon Mar 30 10:02:21 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Mon Mar 30 10:02:21 2015 -0400 Merge branch '5.3.z' into '5.3.z' Add missing icon https://bugzilla.redhat.com/show_bug.cgi?id=1193615 [skip ci] See merge request !14 vmdb/public/images/icons/16/reset-hover.png | Bin 0 -> 1400 bytes 1 file changed, 0 insertions(+), 0 deletions(-)
Verified in 5.4.0.0.24. Both problems are not present, no RoutingError-s apeear in the production.log when operaitng the form.
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://rhn.redhat.com/errata/RHBA-2015-1100.html