Project

General

Profile

Actions

Bug #27695

closed

Repository Autocomplete throws an error

Added by Samir Jha over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

In any search box with repository autocomplete (ex: All content types)
Typing "repository= " leads to the below error:


21:18:56 rails.1   | 2019-08-23T21:18:56 [E|app|515e69fa] ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR:  column katello_repositories.name does not exist
21:18:56 rails.1   |  | LINE 1: SELECT  DISTINCT "katello_repositories"."name" FROM "katello...
21:18:56 rails.1   |  |                          ^
21:18:56 rails.1   |  | : SELECT  DISTINCT "katello_repositories"."name" FROM "katello_repositories" ORDER BY "katello_repositories"."name" LIMIT $1
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:603:in `async_exec'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:603:in `block (2 levels) in exec_no_cache'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:602:in `block in exec_no_cache'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:579:in `block (2 levels) in log'
21:18:56 rails.1   |  | /opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:226:in `mon_synchronize'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:578:in `block in log'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:569:in `log'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:601:in `exec_no_cache'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:590:in `execute_and_clear'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:81:in `exec_query'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:465:in `select'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:57:in `select_all'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:99:in `block in select_all'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:122:in `block in cache_sql'
21:18:56 rails.1   |  | /opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:226:in `mon_synchronize'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:108:in `cache_sql'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:99:in `select_all'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/querying.rb:41:in `find_by_sql'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/bullet-6.0.1/lib/bullet/active_record52.rb:18:in `find_by_sql'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:554:in `block in exec_queries'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:578:in `skip_query_cache_if_necessary'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:541:in `exec_queries'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:414:in `load'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:200:in `records'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/bullet-6.0.1/lib/bullet/active_record52.rb:43:in `records'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/delegation.rb:41:in `each'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/auto_complete_builder.rb:216:in `map'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/auto_complete_builder.rb:216:in `complete_value_from_db'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/auto_complete_builder.rb:205:in `complete_value'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/auto_complete_builder.rb:48:in `build_autocomplete_options'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/auto_complete_builder.rb:21:in `auto_complete'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/scoped_search-4.1.7/lib/scoped_search/definition.rb:347:in `complete_for'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/delegation.rb:67:in `block in complete_for'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation.rb:281:in `scoping'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/delegation.rb:67:in `complete_for'
21:18:56 rails.1   |  | /home/vagrant/katello/app/controllers/katello/concerns/filtered_auto_complete_search.rb:11:in `auto_complete_search'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:194:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/rendering.rb:30:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/app/controllers/api/v2/base_controller.rb:163:in `disable_json_root'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/audited-4.8.0/lib/audited/sweeper.rb:14:in `around'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/audited-4.8.0/lib/audited/sweeper.rb:14:in `around'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:41:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/rescue.rb:22:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in `block in instrument'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in `instrument'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/railties/controller_runtime.rb:24:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/katello/app/controllers/katello/concerns/api/api_controller.rb:39:in `process_action'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:134:in `process'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionview-5.2.1/lib/action_view/rendering.rb:32:in `process'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal.rb:191:in `dispatch'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_controller/metal.rb:252:in `dispatch'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:34:in `serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in `serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in `block in serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `each'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/engine.rb:524:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `public_send'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `method_missing'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in `serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in `block in serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `each'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `serve'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/apipie-rails-0.5.16/lib/apipie/static_dispatcher.rb:66:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/bullet-6.0.1/lib/bullet/rack.rb:15:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/apipie-rails-0.5.16/lib/apipie/extractor/recorder.rb:137:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/apipie-rails-0.5.16/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-openid-1.4.2/lib/rack/openid.rb:98:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/tempfile_reaper.rb:15:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/etag.rb:25:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/conditional_get.rb:25:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/head.rb:12:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/session/abstract/id.rb:232:in `context'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/session/abstract/id.rb:226:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/cookies.rb:670:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/migration.rb:559:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:98:in `run_callbacks'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/executor.rb:14:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/rack/logger.rb:38:in `call_app'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/rack/logger.rb:28:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'
21:18:56 rails.1   |  | /home/vagrant/katello/lib/katello/prevent_json_parsing.rb:12:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/method_override.rb:22:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/runtime.rb:22:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activesupport-5.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/executor.rb:14:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/sendfile.rb:111:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/secure_headers-6.1.1/lib/secure_headers/middleware.rb:11:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/engine.rb:524:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `public_send'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `method_missing'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:68:in `block in call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `each'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/puma-4.1.0/lib/puma/configuration.rb:228:in `call'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/puma-4.1.0/lib/puma/server.rb:664:in `handle_request'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/puma-4.1.0/lib/puma/server.rb:467:in `process_client'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/puma-4.1.0/lib/puma/server.rb:328:in `block in run'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/puma-4.1.0/lib/puma/thread_pool.rb:135:in `block in spawn_thread'
21:18:56 rails.1   |  | /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
21:18:56 rails.1   | 2019-08-23T21:18:56 [I|app|515e69fa] Completed 500 Internal Server Error in 21ms (Views: 0.4ms | ActiveRecord: 4.9ms)
21:18:56 rails.1   |  | 
21:18:56 rails.1   |  | 
21:18:56 rails.1   | 2019-08-23T21:18:56 [D|app|515e69fa] With body: {"displayMessage":"PG::UndefinedColumn: ERROR:  column katello_repositories.name does not exist\nLINE 1: SELECT  DISTINCT \"katello_repositories\".\"name\" FROM \"katello...\n                         ^\n: SELECT  DISTINCT \"katello_repositories\".\"name\" FROM \"katello_repositories\" ORDER BY \"katello_repositories\".\"name\" LIMIT $1","errors":["PG::UndefinedColumn: ERROR:  column katello_repositories.name does not exist\nLINE 1: SELECT  DISTINCT \"katello_repositories\".\"name\" FROM \"katello...\n                         ^\n: SELECT  DISTINCT \"katello_repositories\".\"name\" FROM \"katello_repositories\" ORDER BY \"katello_repositories\".\"name\" LIMIT $1"]}

Actions #1

Updated by James Jeffers over 4 years ago

  • Target version set to Katello 3.14.0
  • Triaged changed from No to Yes
Actions #2

Updated by The Foreman Bot over 4 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Partha Aji
  • Pull request https://github.com/Katello/katello/pull/8346 added
Actions #3

Updated by The Foreman Bot over 4 years ago

  • Fixed in Releases Katello 3.14.0 added
Actions #4

Updated by Partha Aji over 4 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by Jonathon Turel over 4 years ago

  • Category set to Repositories
Actions

Also available in: Atom PDF