Project

General

Profile

Actions

Bug #13325

closed

[Katello 2.4] Can not enable a disabled product repository in the foreman webinterface

Added by Kai Wöstefeld over 8 years ago. Updated about 6 years ago.

Status:
Rejected
Priority:
High
Assignee:
-
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I'm running an installation of katello 2.4.0 on a CentOS7.

After disabling a product repository in the foreman webinterface (Content Hosts -> Hostname -> Product Content) it is not possible to enable it again.
Sown error message in the webinterface: ["Value must be 0/1, or 'default'"]

> /var/log/foreman/production.log < | Started GET "/rhsm/" for 10.5.23.17 at 2016-01-22 10:10:12 +0100
2016-01-22 10:10:12 [app] [I] Processing by Katello::Api::V2::RootController#rhsm_resource_list as JSON
2016-01-22 10:10:12 [app] [I] Parameters: {"root"=>{}}
2016-01-22 10:10:12 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/katello/api/v2/root/resource_list.json.rabl within katello/api/v2/layouts/collection (2.6ms)
2016-01-22 10:10:12 [app] [I] Completed 200 OK in 19ms (Views: 3.8ms | ActiveRecord: 0.0ms)
2016-01-22 10:10:12 [app] [I] | | Started GET "/rhsm/status" for 10.5.23.17 at 2016-01-22 10:10:12 +0100
2016-01-22 10:10:12 [app] [I] Processing by Katello::Api::Rhsm::CandlepinProxiesController#server_status as JSON
2016-01-22 10:10:13 [app] [I] Completed 200 OK in 233ms (Views: 0.6ms | ActiveRecord: 0.0ms)
2016-01-22 10:10:25 [app] [I] | | Started GET "/" for 10.20.18.18 at 2016-01-22 10:10:25 +0100
2016-01-22 10:10:25 [app] [I] Processing by DashboardController#index as HTML
2016-01-22 10:10:25 [app] [I] Redirected to https://iq-katello0.int.iquer.net/
2016-01-22 10:10:25 [app] [I] Filter chain halted as #<Proc:0x00000009261930@/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/force_ssl.rb:28> rendered or redirected
2016-01-22 10:10:25 [app] [I] Completed 301 Moved Permanently in 22ms (ActiveRecord: 0.0ms)
2016-01-22 10:10:26 [app] [I] | | Started GET "/" for 10.20.18.18 at 2016-01-22 10:10:26 +0100
2016-01-22 10:10:26 [app] [I] Processing by DashboardController#index as HTML
2016-01-22 10:10:26 [app] [I] Redirected to https://iq-katello0.int.iquer.net/users/login
2016-01-22 10:10:26 [app] [I] Filter chain halted as :require_login rendered or redirected
2016-01-22 10:10:26 [app] [I] Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
2016-01-22 10:10:26 [app] [I] | | Started GET "/users/login" for 10.20.18.18 at 2016-01-22 10:10:26 +0100
2016-01-22 10:10:26 [app] [I] Processing by UsersController#login as HTML
2016-01-22 10:10:26 [app] [I] Rendered users/login.html.erb within layouts/login (2.7ms)
2016-01-22 10:10:26 [app] [I] Rendered layouts/base.html.erb (2.2ms)
2016-01-22 10:10:26 [app] [I] Completed 200 OK in 16ms (Views: 8.6ms | ActiveRecord: 0.6ms)
2016-01-22 10:10:28 [app] [I] | | Started POST "/users/login" for 10.20.18.18 at 2016-01-22 10:10:28 +0100
2016-01-22 10:10:28 [app] [I] Processing by UsersController#login as HTML
2016-01-22 10:10:28 [app] [I] Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r6RcEDzmEJaZJvbPW63ymSSTWQ6i/ORGhkf5fTQG/c=", "login"=>{"login"=>"kwoestefeld", "password"=>"[FILTERED]"}, "commit"=>"Anmeldung"}
2016-01-22 10:10:28 [app] [I] Expire fragment views/tabs_and_title_records-4 (0.5ms)
2016-01-22 10:10:28 [app] [I] Expire fragment views/tabs_and_title_records-4 (0.2ms)
2016-01-22 10:10:28 [app] [I] Redirected to https://iq-katello0.int.iquer.net/
2016-01-22 10:10:28 [app] [I] Completed 302 Found in 100ms (ActiveRecord: 7.5ms)
2016-01-22 10:10:28 [app] [I] | | Started GET "/" for 10.20.18.18 at 2016-01-22 10:10:28 +0100
2016-01-22 10:10:28 [app] [I] Processing by DashboardController#index as HTML
2016-01-22 10:10:36 [app] [I] Rendered dashboard/_status_widget.html.erb (6.7ms)
2016-01-22 10:10:36 [app] [I] Rendered dashboard/_status_chart_widget.html.erb (3.0ms)
2016-01-22 10:10:36 [app] [I] Rendered dashboard/_reports_widget.html.erb (24.0ms)
2016-01-22 10:10:36 [app] [I] Rendered dashboard/_distribution_widget.html.erb (33.1ms)
2016-01-22 10:10:36 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_discovery-4.1.2/app/views/dashboard/_discovery_widget.html.erb (12.7ms)
2016-01-22 10:10:36 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.7.10/app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb (18.1ms)
2016-01-22 10:10:36 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.7.10/app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb (111.2ms)
2016-01-22 10:10:37 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_errata_widget.html.erb (391.9ms)
2016-01-22 10:10:37 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_content_views_widget.html.erb (86.7ms)
2016-01-22 10:10:39 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_sync_widget.html.erb (1901.3ms)
2016-01-22 10:10:39 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_subscription_widget.html.erb (107.9ms)
2016-01-22 10:10:44 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_subscription_status_widget.html.erb (5354.1ms)
2016-01-22 10:10:44 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/dashboard/_host_collection_widget.html.erb (48.3ms)
2016-01-22 10:10:44 [app] [I] Rendered dashboard/index.html.erb within layouts/application (15649.0ms)
2016-01-22 10:10:44 [app] [I] Rendered common/_searchbar.html.erb (6.7ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_user_dropdown.html.erb (5.2ms)
2016-01-22 10:10:44 [app] [I] Read fragment views/tabs_and_title_records-4 (0.1ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_organization_dropdown.html.erb (5.0ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_location_dropdown.html.erb (5.8ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_org_switcher.html.erb (12.8ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (5.6ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (10.5ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (2.5ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (5.5ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (4.5ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (3.5ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_submenu.html.erb (4.3ms)
2016-01-22 10:10:44 [app] [I] Write fragment views/tabs_and_title_records-4 (1.1ms)
2016-01-22 10:10:44 [app] [I] Rendered home/_topbar.html.erb (63.8ms)
2016-01-22 10:10:44 [app] [I] Rendered layouts/base.html.erb (66.9ms)
2016-01-22 10:10:44 [app] [I] Completed 200 OK in 15813ms (Views: 15589.9ms | ActiveRecord: 149.5ms)
2016-01-22 10:10:49 [app] [I] | | Started GET "/content_hosts" for 10.20.18.18 at 2016-01-22 10:10:49 +0100
2016-01-22 10:10:49 [app] [I] Processing by Bastion::BastionController#index as HTML
2016-01-22 10:10:49 [app] [I] Parameters: {"bastion_page"=>"content_hosts"}
2016-01-22 10:10:49 [app] [I] Rendered home/_user_dropdown.html.erb (1.5ms)
2016-01-22 10:10:49 [app] [I] Read fragment views/tabs_and_title_records-4 (0.1ms)
2016-01-22 10:10:49 [app] [I] Rendered home/_topbar.html.erb (3.1ms)
2016-01-22 10:10:49 [app] [I] Rendered layouts/base.html.erb (4.7ms)
2016-01-22 10:10:49 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/bastion-2.0.3/app/views/bastion/layouts/application.html.erb (13.9ms)
2016-01-22 10:10:49 [app] [I] Completed 200 OK in 30ms (Views: 15.1ms | ActiveRecord: 3.1ms)
2016-01-22 10:10:50 [app] [I] | | Started GET "/content-hosts/views/content-hosts.html" for 10.20.18.18 at 2016-01-22 10:10:50 +0100
2016-01-22 10:10:50 [app] [I] | | Started GET "/content-hosts/views/content-hosts-table-full.html" for 10.20.18.18 at 2016-01-22 10:10:50 +0100
2016-01-22 10:10:50 [app] [I] | | Started GET "/layouts/nutupane.html" for 10.20.18.18 at 2016-01-22 10:10:50 +0100
2016-01-22 10:10:51 [app] [I] | | Started GET "/assets/bastion/font-awesome//fontawesome-webfont.woff?v=4.2.0" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] Served asset /bastion/font-awesome/fontawesome-webfont.woff - 304 Not Modified (4ms)
2016-01-22 10:10:51 [app] [I] | | Started GET "/assets/bastion/patternfly/OpenSans-Semibold-webfont.woff" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] Served asset /bastion/patternfly/OpenSans-Semibold-webfont.woff - 304 Not Modified (4ms)
2016-01-22 10:10:51 [app] [I] | | Started GET "/components/views/bst-alerts.html" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] | | Started GET "/components/views/bst-alert.html" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] | | Started GET "/layouts/select-all-results.html" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] | | Started GET "/errata/views/errata-counts.html" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] | | Started GET "/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] Processing by Katello::Api::V2::SystemsController#index as JSON
2016-01-22 10:10:51 [app] [I] Parameters: {"organization_id"=>"3", "page"=>"1", "search"=>"", "sort_by"=>"name", "sort_order"=>"ASC", "api_version"=>"v2"}
2016-01-22 10:10:51 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/katello/api/v2/systems/index.json.rabl within katello/api/v2/layouts/collection (523.2ms)
2016-01-22 10:10:51 [app] [I] Completed 200 OK in 550ms (Views: 273.1ms | ActiveRecord: 257.3ms)
2016-01-22 10:10:51 [app] [I] | | Started GET "/assets/bastion/patternfly/PatternFlyIcons-webfont.ttf" for 10.20.18.18 at 2016-01-22 10:10:51 +0100
2016-01-22 10:10:51 [app] [I] Served asset /bastion/patternfly/PatternFlyIcons-webfont.ttf - 304 Not Modified (2ms)
2016-01-22 10:10:53 [app] [I] | | Started GET "/content-hosts/views/content-hosts-table-collapsed.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/content-hosts/details/views/content-host-details.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/content-hosts/details/views/content-host-info.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/components/views/bst-edit-text.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/components/views/bst-edit-checkbox.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/components/views/bst-edit-textarea.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/components/views/bst-edit-select.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/components/views/path-selector.html" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] | | Started GET "/katello/api/v2/systems/98c544b4-91ef-4209-acf1-e01f4a1cacb4?fields=full" for 10.20.18.18 at 2016-01-22 10:10:53 +0100
2016-01-22 10:10:53 [app] [I] Processing by Katello::Api::V2::SystemsController#show as JSON
2016-01-22 10:10:53 [app] [I] Parameters: {"fields"=>"full", "api_version"=>"v2", "id"=>"98c544b4-91ef-4209-acf1-e01f4a1cacb4"}
2016-01-22 10:10:55 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/katello/api/v2/systems/show.json.rabl within katello/api/v2/layouts/resource (2130.0ms)
2016-01-22 10:10:55 [app] [I] Completed 200 OK in 2144ms (Views: 1887.3ms | ActiveRecord: 247.1ms)
2016-01-22 10:10:55 [app] [I] | | Started GET "/katello/api/v2/organizations/3/environments/paths" for 10.20.18.18 at 2016-01-22 10:10:55 +0100
2016-01-22 10:10:55 [app] [I] Processing by Katello::Api::V2::EnvironmentsController#paths as JSON
2016-01-22 10:10:55 [app] [I] Parameters: {"api_version"=>"v2", "organization_id"=>"3"}
2016-01-22 10:10:56 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/katello/api/v2/environments/paths.json.rabl within katello/api/v2/layouts/collection (250.0ms)
2016-01-22 10:10:56 [app] [I] Completed 200 OK in 264ms (Views: 37.7ms | ActiveRecord: 217.2ms)
2016-01-22 10:10:56 [app] [I] | | Started GET "/components/views/bst-edit.html" for 10.20.18.18 at 2016-01-22 10:10:56 +0100
2016-01-22 10:10:56 [app] [I] | | Started GET "/content-hosts/details/views/partials/content-host-detail-value.html" for 10.20.18.18 at 2016-01-22 10:10:56 +0100
2016-01-22 10:10:56 [app] [I] | | Started GET "/content-hosts/details/views/partials/content-host-detail-object.html" for 10.20.18.18 at 2016-01-22 10:10:56 +0100
2016-01-22 10:10:56 [app] [I] | | Started GET "/assets/bastion/patternfly/OpenSans-Regular-webfont.woff" for 10.20.18.18 at 2016-01-22 10:10:56 +0100
2016-01-22 10:10:56 [app] [I] Served asset /bastion/patternfly/OpenSans-Regular-webfont.woff - 304 Not Modified (2ms)
2016-01-22 10:10:56 [app] [I] | | Started GET "/components/views/bst-edit-save-cancel.html" for 10.20.18.18 at 2016-01-22 10:10:56 +0100
2016-01-22 10:11:00 [app] [I] | | Started GET "/content-hosts/details/views/content-host-products.html" for 10.20.18.18 at 2016-01-22 10:11:00 +0100
2016-01-22 10:11:00 [app] [I] | | Started GET "/katello/api/v2/systems/98c544b4-91ef-4209-acf1-e01f4a1cacb4/products?enabled=true&full_result=true&include_available_content=true&organization_id=3" for 10.20.18.18 at 2016-01-22 10:11:00 +0100
2016-01-22 10:11:00 [app] [I] Processing by Katello::Api::V2::ProductsController#index as JSON
2016-01-22 10:11:00 [app] [I] Parameters: {"enabled"=>"true", "full_result"=>"true", "include_available_content"=>"true", "organization_id"=>"3", "api_version"=>"v2", "system_id"=>"98c544b4-91ef-4209-acf1-e01f4a1cacb4"}
2016-01-22 10:11:02 [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/views/katello/api/v2/products/index.json.rabl within katello/api/v2/layouts/collection (1484.7ms)
2016-01-22 10:11:02 [app] [I] Completed 200 OK in 2568ms (Views: 1441.0ms | ActiveRecord: 59.7ms)
2016-01-22 10:11:08 [app] [I] | | Started PUT "/katello/api/v2/systems/98c544b4-91ef-4209-acf1-e01f4a1cacb4/content_override" for 10.20.18.18 at 2016-01-22 10:11:08 +0100
2016-01-22 10:11:08 [app] [I] Processing by Katello::Api::V2::SystemsController#content_override as JSON
2016-01-22 10:11:08 [app] [I] Parameters: {"content_override"=>{"content_label"=>"iquer_check_mk_check_mk-agents", "name"=>"enabled"}, "api_version"=>"v2", "id"=>"98c544b4-91ef-4209-acf1-e01f4a1cacb4", "system"=>{}}
2016-01-22 10:11:08 [app] [E] Katello::HttpErrors::BadRequest: Value must be 0/1, or 'default' | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/controllers/katello/api/v2/systems_controller.rb:325:in `validate_content_overrides' | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/controllers/katello/api/v2/systems_controller.rb:278:in `content_override' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:551:in `block (5 levels) in run_453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_11895' | /usr/share/foreman/app/controllers/api/v2/base_controller.rb:151:in `disable_json_root' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_11895' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:528:in `block (4 levels) in run_453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_11894' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_4409' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_11894' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:516:in `block (3 levels) in run_453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_11893' | /usr/share/foreman/app/controllers/concerns/application_shared.rb:13:in `set_timezone' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_11893' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:515:in `block (2 levels) in run_453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_11892' | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_11892' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:448:in `block in run_453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_11891' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_13' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_11891' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__453116711464644794__process_action__2308034179139604097__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0/app/controllers/katello/concerns/api/api_controller.rb:39:in `process_action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/mapper.rb:42:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' | /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.2.6/lib/apipie/extractor/recorder.rb:97:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.2.6/lib/apipie/middleware/checksum_in_headers.rb:27:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' | /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:9:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2024435947763124192__call__4376728189445826943__callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each' | /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call' | /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request' | /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request' | /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop' | /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads' | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call' | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'
2016-01-22 10:11:08 [app] [I] Completed 400 Bad Request in 9ms (Views: 0.3ms | ActiveRecord: 0.8ms)
2016-01-22 10:11:10 [app] [I] Connecting to database specified by database.yml
Actions #1

Updated by Eric Helms over 8 years ago

  • Translation missing: en.field_release set to 113
Actions #2

Updated by Justin Sherrill over 8 years ago

  • Translation missing: en.field_release changed from 113 to 150
Actions #3

Updated by Justin Sherrill about 8 years ago

  • Translation missing: en.field_release changed from 150 to 144
Actions #4

Updated by Eric Helms about 8 years ago

  • Translation missing: en.field_release deleted (144)
Actions #5

Updated by Justin Sherrill about 8 years ago

  • Status changed from New to Rejected

We believe this was fixed in 3.0, can you retry and reopen if it is still a probleM?

Actions #6

Updated by Justin Sherrill about 8 years ago

  • Translation missing: en.field_release set to 166
Actions

Also available in: Atom PDF