Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
No error on UI, however production.log is updating with "404: Route does not exist: promotions/images/spinner.gif"
Version-Release number of selected component (if applicable):
candlepin-tomcat6-0.5.16-1.el6.noarch
katello-glue-candlepin-0.1.211-2.el6.noarch
candlepin-0.5.16-1.el6.noarch
katello-glue-pulp-0.1.211-2.el6.noarch
katello-0.1.211-2.el6.noarch
pulp-0.0.263-1.el6.noarch
katello-cli-0.1.44-2.el6.noarch
How reproducible:
always
Steps to Reproduce:
1.
2.
3.
Actual results:
"404: Route does not exist: promotions/images/spinner.gif" in production.log
Expected results:
shouldn't be any error in production.log.
Additional info:
Started GET "/katello/promotions/images/spinner.gif" for 10.65.193.48 at Mon Feb 06 11:18:07 -0500 2012
Processing by ErrorsController#routing as HTML
Parameters: {"a"=>"promotions/images/spinner.gif"}
Rendering 404: Route does not exist: promotions/images/spinner.gif
Rendered layouts/_org.haml (2.0ms)
Rendered layouts/_header.haml (13.4ms)
Rendered layouts/_footer.haml (1.3ms)
Rendered common/_config.html.haml (0.8ms)
Rendered layouts/_ajax_notices.haml (5.8ms)
Rendered layouts/_notification.haml (0.3ms)
Rendered common/_common_i18n.html.haml (0.7ms)
Rendered common/_edit_i18n.html.haml (1.5ms)
Rendered common/404.html.haml within layouts/katello (598.9ms)
Completed 404 Not Found in 606ms (Views: 558.7ms | ActiveRecord: 42.5ms)
I further tested aand found the exact cause.
The another issue is related to this is when we promote the product to next env say from 'Locker ==> test', product is promoted successfully. However when traverse to "products ==> rhel62 ==> packages" there is no packages on UI in test env.
And this "404 Route doesn't exist" message generates while clicking the 'packages' on left pane in 'test' env.
This is appearing in Firefox 3.6.22
This happens only when you promote the product for the first time. The re-promote of same product in same env works and also lists the packages in next env.
Again recreated this issue while promoting RHEL products:
Started GET "/katello/promotions/images/spinner.gif" for 10.65.193.48 at Tue Feb 07 09:23:01 +0530 2012
Processing by ErrorsController#routing as HTML
Parameters: {"a"=>"promotions/images/spinner.gif"}
Rendering 404: Route does not exist: promotions/images/spinner.gif
Rendered layouts/_org.haml (1.7ms)
Rendered layouts/_header.haml (215.2ms)
Rendered layouts/_footer.haml (0.8ms)
Rendered common/_config.html.haml (0.5ms)
Rendered layouts/_ajax_notices.haml (3.2ms)
Rendered layouts/_notification.haml (0.2ms)
Rendered common/_common_i18n.html.haml (0.4ms)
Rendered common/_edit_i18n.html.haml (130.3ms)
Rendered common/404.html.haml within layouts/katello (730.6ms)
Completed 404 Not Found in 735ms (Views: 702.2ms | ActiveRecord: 29.9ms)
Description of problem: No error on UI, however production.log is updating with "404: Route does not exist: promotions/images/spinner.gif" Version-Release number of selected component (if applicable): candlepin-tomcat6-0.5.16-1.el6.noarch katello-glue-candlepin-0.1.211-2.el6.noarch candlepin-0.5.16-1.el6.noarch katello-glue-pulp-0.1.211-2.el6.noarch katello-0.1.211-2.el6.noarch pulp-0.0.263-1.el6.noarch katello-cli-0.1.44-2.el6.noarch How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: "404: Route does not exist: promotions/images/spinner.gif" in production.log Expected results: shouldn't be any error in production.log. Additional info: Started GET "/katello/promotions/images/spinner.gif" for 10.65.193.48 at Mon Feb 06 11:18:07 -0500 2012 Processing by ErrorsController#routing as HTML Parameters: {"a"=>"promotions/images/spinner.gif"} Rendering 404: Route does not exist: promotions/images/spinner.gif Rendered layouts/_org.haml (2.0ms) Rendered layouts/_header.haml (13.4ms) Rendered layouts/_footer.haml (1.3ms) Rendered common/_config.html.haml (0.8ms) Rendered layouts/_ajax_notices.haml (5.8ms) Rendered layouts/_notification.haml (0.3ms) Rendered common/_common_i18n.html.haml (0.7ms) Rendered common/_edit_i18n.html.haml (1.5ms) Rendered common/404.html.haml within layouts/katello (598.9ms) Completed 404 Not Found in 606ms (Views: 558.7ms | ActiveRecord: 42.5ms)