Bug #4832
closedDeleting user ends up with traceback
Description
When one wants to delete an user on <hostname>/users page, it ends up with a traceback:
[...]
ActiveRecord::StatementInvalid
PGError: ERROR: column katello_content_view_histories.user_id does not exist LINE 1: ...s".* FROM "katello_content_view_histories" WHERE "katello_c... ^ : SELECT "katello_content_view_histories".* FROM "katello_content_view_histories" WHERE "katello_content_view_histories"."user_id" = 3
app/controllers/users_controller.rb:55:in `destroy'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'
[...]
And the user is not deleted, but the account is still active and can be used for logging in.
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Katello
- Subject changed from Deleteing user ends up with traceback to Deleting user ends up with traceback
- Triaged set to No
Updated by Jiří Mikulka over 10 years ago
Ha! I've just discovered that it's just enough to wait 15 minutes to make it happen! I guess that deleting few entries in the database must be fast, no one wants to spend 15 minutes waiting for such trivial action to be completed.
Jiří Mikulka wrote:
When one wants to delete an user on <hostname>/users page, it ends up with a traceback:
[...]
ActiveRecord::StatementInvalid
PGError: ERROR: column katello_content_view_histories.user_id does not exist LINE 1: ...s".* FROM "katello_content_view_histories" WHERE "katello_c... ^ : SELECT "katello_content_view_histories".* FROM "katello_content_view_histories" WHERE "katello_content_view_histories"."user_id" = 3
app/controllers/users_controller.rb:55:in `destroy'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'
[...]And the user is not deleted, but the account is still active and can be used for logging in.
Updated by Justin Sherrill over 10 years ago
- Translation missing: en.field_release set to 13
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
- Triaged changed from No to Yes
Tested this locally by creating a user and then deleting them and was not able to reproduce this issue.