Project

General

Profile

Actions

Bug #14163

closed

Routing errors due to missing .css files on navigating sync status page

Added by Walden Raines about 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1315610
Description of problem:
On navigating 'sync status' page, couple of routing error being raised under production.log and firebug raises 404 for missing .css files.

2016-03-08 03:41:03 [app] [I] Started GET "/assets/katello/jquery-ui-1.8.11.custom.css" for 10.65.193.200 at 2016-03-08 03:41:03 -0500
2016-03-08 03:41:03 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery-ui-1.8.11.custom.css"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'

2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.loadmask.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.loadmask.css"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'

2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.treeTable.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.treeTable.css"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' | actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'

2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.jscrollpane.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.jscrollpane.css"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' | actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'

2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/ui.spinner.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/ui.spinner.css"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'

2016-03-08 03:41:10 [app] [I] Started GET "/assets/katello/input-bg.png" for 10.65.193.200 at 2016-03-08 03:41:10 -0500
2016-03-08 03:41:10 [app] [F] | ActionController::RoutingError (No route matches [GET] "/assets/katello/input-bg.png"): | actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' | actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' | railties (4.1.5) lib/rails/rack/logger.rb:22:in `call'

Version-Release number of selected component (if applicable):
sat6.2 snap2

How reproducible:
always

Steps to Reproduce:
1. navigate sync status page
2.
3.

Actual results:
ActionController::RoutingError (No route matches [GET] "/assets/katello/ui.spinner.css"):

RoutingError (No route matches [GET] "/assets/katello/input-bg.png"):

RoutingError (No route matches [GET] "/assets/katello/jquery.jscrollpane.css"):

Expected results:
UI shouldn't raise routing errors on navigating sync status page

Additional info:


Related issues 1 (0 open1 closed)

Blocked by Foreman - Bug #14221: Plugin asset compilation does not expand SCSS imports of CSS filesClosedEric Helms03/15/2016Actions
Actions #1

Updated by Eric Helms about 8 years ago

  • translation missing: en.field_release set to 86
Actions #2

Updated by Walden Raines about 8 years ago

  • Assignee changed from Walden Raines to Eric Helms
Actions #3

Updated by Eric Helms about 8 years ago

  • Blocked by Bug #14221: Plugin asset compilation does not expand SCSS imports of CSS files added
Actions #4

Updated by The Foreman Bot about 8 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/5887 added
Actions #5

Updated by Eric Helms about 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #6

Updated by Walden Raines almost 8 years ago

  • Status changed from Closed to Assigned
  • Assignee changed from Eric Helms to Walden Raines
Actions #7

Updated by The Foreman Bot almost 8 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/6131 added
Actions #8

Updated by Eric Helms almost 8 years ago

  • translation missing: en.field_release changed from 86 to 144
Actions #9

Updated by Walden Raines almost 8 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF