Description of problem: Version-Release number of selected component (if applicable): 5.4.0.1.20150512111354_4368716 How reproducible: 100% Steps to Reproduce: 1.Login on IE8 Browser and check production.log 2. 3. Actual results: ActionController::RoutingError (No route matches [GET] "/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot") in production.log Expected results: Additional info: production.log [----] F, [2015-05-15T08:00:37.778573 #2261:7e7ea8] FATAL -- : ActionController::RoutingError (No route matches [GET] "/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot"): /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/rack/logger.rb:32:in `call_app' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/rack/logger.rb:18:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/actionpack/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' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/actionpack/lib/action_dispatch/middleware/static.rb:63:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/engine.rb:484:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/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.7) lib/eventmachine.rb:187:in `run_machine' eventmachine (1.0.7) 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' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/commands/server.rb:70:in `start' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/commands.rb:55:in `block in <top (required)>' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/commands.rb:50:in `tap' /opt/rh/cfme-gemset/bundler/gems/rails-4842a8377644/railties/lib/rails/commands.rb:50:in `<top (required)>' script/rails:6:in `require' script/rails:6:in `<main>'
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=7afb2f5eda8e91f30dfb5cbdd4433d04f24a8f62 commit 7afb2f5eda8e91f30dfb5cbdd4433d04f24a8f62 Author: Brian McLaughlin <bmclaugh> AuthorDate: Wed Aug 19 11:21:21 2015 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Wed Aug 19 11:21:21 2015 -0400 Fix multiple asset routing errors in IE8 https://bugzilla.redhat.com/show_bug.cgi?id=1221996 vmdb/app/assets/stylesheets/main.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=ec0f7d029ad84d082fdf8cce72d75184112e2214 commit ec0f7d029ad84d082fdf8cce72d75184112e2214 Merge: 4cb5122 7afb2f5 Author: Dan Clarizio <dclarizi> AuthorDate: Wed Aug 19 16:18:16 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Wed Aug 19 16:18:16 2015 -0400 Merge branch 'ie8-routing-error' into '5.4.z' Fix multiple asset routing errors in IE8 https://bugzilla.redhat.com/show_bug.cgi?id=1221996 Fixes missing routes for glyphicons-halflings-regular.eot and spinner.gif. The fix for spinner.gif redirects those requests to clearfix.git as spinner.gif does not exist and we are overriding bootstrap and patternfly rather than monkey-patching them. Tested to ensure that the spinner still functions after this change. There is no upstream PR as IE8 is not supported upstream. See merge request !234 vmdb/app/assets/stylesheets/main.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commit detected on cfme_productization/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme_productization.git;a=commit;h=7ebfd2701a092052cc194ac7cbe651c5615d5f56 commit 7ebfd2701a092052cc194ac7cbe651c5615d5f56 Author: Brian McLaughlin <bmclaugh> AuthorDate: Wed Aug 19 15:56:49 2015 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Wed Aug 19 15:56:49 2015 -0400 Fix multiple asset routing errors in IE8 https://bugzilla.redhat.com/show_bug.cgi?id=1221996 manageiq/vmdb/productization/assets/stylesheets/main.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commit detected on cfme_productization/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme_productization.git;a=commit;h=58d69f48ac36d7dd118548696921d3bfe2462c55 commit 58d69f48ac36d7dd118548696921d3bfe2462c55 Merge: ba11935 7ebfd27 Author: Dan Clarizio <dclarizi> AuthorDate: Wed Aug 19 16:16:11 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Wed Aug 19 16:16:11 2015 -0400 Merge branch 'ie8-routing-error' into '5.4.z' Fix multiple asset routing errors in IE8 Companion MR for http://gitlab.cloudforms.lab.eng.rdu2.redhat.com/cloudforms/cfme/merge_requests/234 @dclarizi and @ewinchel please review. https://bugzilla.redhat.com/show_bug.cgi?id=1221996 See merge request !82 manageiq/vmdb/productization/assets/stylesheets/main.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
This issue was in Post yesterday, and now I see there were a series of merges. We plan on kicking off a build later today, and want to make sure there aren't further commits, or merges needed.
I only expected one merge per commit, not sure what caused the other merges.
Verified: 5.4.2.0.20150820153254_83e434d
Setting the 'requires_doc_text' flag to '-'.
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-1744.html