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:
After upgrade to Satellite 6.10, 'Actions::Katello::OrphanCleanup::RemoveOrphans' task is failing. Following errors are thrown while listing repository versions:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/log/messages
Dec 16 07:34:12 xxx pulpcore-api: pulp [aaa-aaaaa-aaaaaa-aaaaaa-aaaaaaaa]: django.request:ERROR: Internal Server Error: /pulp/api/v3/repositories/rpm/rpm/c6963cf8-4a81-4b18-94e9-651ec8a07319/versions/
Dec 16 07:34:12 xxx pulpcore-api: Traceback (most recent call last):
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
Dec 16 07:34:12 xxx pulpcore-api: response = get_response(request)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 115, in _get_response
Dec 16 07:34:12 xxx pulpcore-api: response = self.process_exception_by_middleware(e, request)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 113, in _get_response
Dec 16 07:34:12 xxx pulpcore-api: response = wrapped_callback(request, *callback_args, **callback_kwargs)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
Dec 16 07:34:12 xxx pulpcore-api: return view_func(*args, **kwargs)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/viewsets.py", line 125, in view
Dec 16 07:34:12 xxx pulpcore-api: return self.dispatch(request, *args, **kwargs)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 509, in dispatch
Dec 16 07:34:12 xxx pulpcore-api: response = self.handle_exception(exc)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 469, in handle_exception
Dec 16 07:34:12 xxx pulpcore-api: self.raise_uncaught_exception(exc)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
Dec 16 07:34:12 xxx pulpcore-api: raise exc
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 506, in dispatch
Dec 16 07:34:12 xxx pulpcore-api: response = handler(request, *args, **kwargs)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/mixins.py", line 43, in list
Dec 16 07:34:12 xxx pulpcore-api: return self.get_paginated_response(serializer.data)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 745, in data
Dec 16 07:34:12 xxx pulpcore-api: ret = super().data
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 246, in data
Dec 16 07:34:12 xxx pulpcore-api: self._data = self.to_representation(self.instance)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 664, in to_representation
Dec 16 07:34:12 xxx pulpcore-api: self.child.to_representation(item) for item in iterable
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 664, in <listcomp>
Dec 16 07:34:12 xxx pulpcore-api: self.child.to_representation(item) for item in iterable
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 515, in to_representation
Dec 16 07:34:12 xxx pulpcore-api: ret[field.field_name] = field.to_representation(attribute)
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/pulpcore/app/serializers/repository.py", line 360, in to_representation
Dec 16 07:34:12 xxx pulpcore-api: item_dict = {"count": count_detail.count, "href": count_detail.content_href}
Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/pulpcore/app/models/repository.py", line 1027, in content_href
Dec 16 07:34:12 xxx pulpcore-api: ctype_model = Content.objects.filter(pulp_type=self.content_type).first().cast().__class__
Dec 16 07:34:12 xxx pulpcore-api: AttributeError: 'NoneType' object has no attribute 'cast'
Dec 16 07:34:12 xxx pulpcore-api: pulp [aaa-aaaaa-aaaaaa-aaaaaa-aaaaaaaa]: - - [16/Dec/2021:06:34:12 +0000] "GET /pulp/api/v3/repositories/rpm/rpm/c6963cf8-4a81-4b18-94e9-651ec8a07319/versions/?limit=2000&offset=0 HTTP/1.1" 500 27 "-" "OpenAPI-Generator/3.13.3/ruby"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How reproducible:
In customer environment
Additional info:
Upstream link: https://pulp.plan.io/issues/9481
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: Satellite 6.11 Release), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:5498
Description of problem: After upgrade to Satellite 6.10, 'Actions::Katello::OrphanCleanup::RemoveOrphans' task is failing. Following errors are thrown while listing repository versions: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/log/messages Dec 16 07:34:12 xxx pulpcore-api: pulp [aaa-aaaaa-aaaaaa-aaaaaa-aaaaaaaa]: django.request:ERROR: Internal Server Error: /pulp/api/v3/repositories/rpm/rpm/c6963cf8-4a81-4b18-94e9-651ec8a07319/versions/ Dec 16 07:34:12 xxx pulpcore-api: Traceback (most recent call last): Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner Dec 16 07:34:12 xxx pulpcore-api: response = get_response(request) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 115, in _get_response Dec 16 07:34:12 xxx pulpcore-api: response = self.process_exception_by_middleware(e, request) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 113, in _get_response Dec 16 07:34:12 xxx pulpcore-api: response = wrapped_callback(request, *callback_args, **callback_kwargs) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view Dec 16 07:34:12 xxx pulpcore-api: return view_func(*args, **kwargs) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/viewsets.py", line 125, in view Dec 16 07:34:12 xxx pulpcore-api: return self.dispatch(request, *args, **kwargs) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 509, in dispatch Dec 16 07:34:12 xxx pulpcore-api: response = self.handle_exception(exc) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 469, in handle_exception Dec 16 07:34:12 xxx pulpcore-api: self.raise_uncaught_exception(exc) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception Dec 16 07:34:12 xxx pulpcore-api: raise exc Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/views.py", line 506, in dispatch Dec 16 07:34:12 xxx pulpcore-api: response = handler(request, *args, **kwargs) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/mixins.py", line 43, in list Dec 16 07:34:12 xxx pulpcore-api: return self.get_paginated_response(serializer.data) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 745, in data Dec 16 07:34:12 xxx pulpcore-api: ret = super().data Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 246, in data Dec 16 07:34:12 xxx pulpcore-api: self._data = self.to_representation(self.instance) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 664, in to_representation Dec 16 07:34:12 xxx pulpcore-api: self.child.to_representation(item) for item in iterable Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 664, in <listcomp> Dec 16 07:34:12 xxx pulpcore-api: self.child.to_representation(item) for item in iterable Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/rest_framework/serializers.py", line 515, in to_representation Dec 16 07:34:12 xxx pulpcore-api: ret[field.field_name] = field.to_representation(attribute) Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/pulpcore/app/serializers/repository.py", line 360, in to_representation Dec 16 07:34:12 xxx pulpcore-api: item_dict = {"count": count_detail.count, "href": count_detail.content_href} Dec 16 07:34:12 xxx pulpcore-api: File "/usr/lib/python3.6/site-packages/pulpcore/app/models/repository.py", line 1027, in content_href Dec 16 07:34:12 xxx pulpcore-api: ctype_model = Content.objects.filter(pulp_type=self.content_type).first().cast().__class__ Dec 16 07:34:12 xxx pulpcore-api: AttributeError: 'NoneType' object has no attribute 'cast' Dec 16 07:34:12 xxx pulpcore-api: pulp [aaa-aaaaa-aaaaaa-aaaaaa-aaaaaaaa]: - - [16/Dec/2021:06:34:12 +0000] "GET /pulp/api/v3/repositories/rpm/rpm/c6963cf8-4a81-4b18-94e9-651ec8a07319/versions/?limit=2000&offset=0 HTTP/1.1" 500 27 "-" "OpenAPI-Generator/3.13.3/ruby" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ How reproducible: In customer environment Additional info: Upstream link: https://pulp.plan.io/issues/9481