Bug 1201711 - ActionController::RoutingError (No route matches [GET] "/favicon.ico" when subscribing to this feed
Summary: ActionController::RoutingError (No route matches [GET] "/favicon.ico" when s...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.4.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.6.0
Assignee: Martin Hradil
QA Contact: Aziza Karol
URL:
Whiteboard: error
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-13 10:23 UTC by Aziza Karol
Modified: 2016-06-29 14:52 UTC (History)
5 users (show)

Fixed In Version: 5.6.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-29 14:52:49 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
snpshot (109.85 KB, image/png)
2015-03-13 10:23 UTC, Aziza Karol
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:1348 0 normal SHIPPED_LIVE CFME 5.6.0 bug fixes and enhancement update 2016-06-29 18:50:04 UTC

Description Aziza Karol 2015-03-13 10:23:16 UTC
Created attachment 1001332 [details]
snpshot

Description of problem:


Version-Release number of selected component (if applicable):
5.4.0.0.11.20150309201930_8b6a235

How reproducible:
100%

Steps to Reproduce:
1.navigate to cloud intelligence->RSS
2.click on subscribe to this feed icon
3.

Actual results:
ActionController::RoutingError (No route matches [GET] "/favicon.ico" in production.log

Expected results:


Additional info:
production.log
[----] I, [2015-03-13T05:59:40.824015 #2540:1103e9c]  INFO -- : Started GET "/alert/rss?feed=lifecycle_events" for 127.0.0.1 at 2015-03-13 05:59:40 -0400
[----] I, [2015-03-13T05:59:40.831262 #2540:1103e9c]  INFO -- : Processing by AlertController#rss as HTML
[----] I, [2015-03-13T05:59:40.831436 #2540:1103e9c]  INFO -- :   Parameters: {"feed"=>"lifecycle_events"}
[----] I, [2015-03-13T05:59:41.090152 #2540:1103e9c]  INFO -- :   Rendered text template (0.0ms)
[----] I, [2015-03-13T05:59:41.098536 #2540:1103e9c]  INFO -- : Completed 200 OK in 266.9ms (Views: 1.0ms | ActiveRecord: 5.2ms)
[----] I, [2015-03-13T05:59:41.998666 #2540:1103e9c]  INFO -- : Started GET "/favicon.ico" for 127.0.0.1 at 2015-03-13 05:59:41 -0400
[----] F, [2015-03-13T05:59:42.002727 #2540:1103e9c] FATAL -- : 
ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/rack/logger.rb:32:in `call_app'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/rack/logger.rb:18:in `call'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/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-8f014fba21f9/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-8f014fba21f9/actionpack/lib/action_dispatch/middleware/static.rb:63:in `call'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/engine.rb:484:in `call'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/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-8f014fba21f9/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-8f014fba21f9/railties/lib/rails/commands/server.rb:70:in `start'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/commands.rb:55:in `block in <top (required)>'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/commands.rb:50:in `tap'
  /opt/rh/cfme-gemset/bundler/gems/rails-8f014fba21f9/railties/lib/rails/commands.rb:50:in `<top (required)>'
  script/rails:6:in `require'
  script/rails:6:in `<main>'

Comment 5 Aziza Karol 2016-04-18 09:40:15 UTC
No error when subscribing to feed.

Verified:
5.6.0.1-beta2.20160413141124_e25ac0e

Comment 7 errata-xmlrpc 2016-06-29 14:52:49 UTC
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/RHBA-2016:1348


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