Bug 674528
Summary: | AttributeError: 'NoneType' object has no attribute 'startswith' - when syncing from dump with --no-rpms | |||
---|---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Jan Hutař <jhutar> | |
Component: | Server | Assignee: | Michael Mráka <mmraka> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 1.3 | CC: | slukasik | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | spacewalk-backend-1.4.3-1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 690173 (view as bug list) | Environment: | ||
Last Closed: | 2011-04-26 09:11:08 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 674675, 690173 |
Description
Jan Hutař
2011-02-02 10:13:55 UTC
Traceback sent by email: Subject: RHN Management Satellite sync. report from hp-nehalem-02.rhts.eng.bos.redhat.com To: root.eng.bos.redhat.com 10:06:06 SYNC ERROR: unhandled exception occurred: Exception reported from hp-nehalem-02.rhts.eng.bos.redhat.com Time: Wed Feb 2 10:06:06 2011 Exception type exceptions.AttributeError Exception Handler Information Traceback (most recent call last): File "/usr/bin/satellite-sync", line 138, in main return satsync.Runner().main() File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 226, in main ret = method() File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 342, in _step_packages self._affected_channels = self.syncer.import_packages() File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 1602, in import_packages [sources]) File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 1576, in _proces_batch prompt, nevermorethan, process_function_args) File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 1556, in _processWithProgressBar process_function(chunk, *process_function_args) File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/satsync.py", line 1583, in _import_packages_process sync_handlers.import_packages(batch, sources) File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/sync_handlers.py", line 378, in import_packages importer.run() File "/usr/lib/python2.4/site-packages/spacewalk/server/importlib/importLib.py", line 630, in run self.submit() File "/usr/lib/python2.4/site-packages/spacewalk/server/importlib/packageImport.py", line 297, in submit self._import_signatures() File "/usr/lib/python2.4/site-packages/spacewalk/server/importlib/packageImport.py", line 483, in _import_signatures full_path = os.path.join(CFG.MOUNT_POINT, package['path']) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith' Fixed in commit 2905144fee9eaf79ad17c40767c652e836245614 674528 - don't read signatures when there is no rpm (--no-rpms) Mass moving to ON_QA before release of Spacewalk 1.4 Spacewalk 1.4 has been released |