Bug 484534
| Summary: | rhnpush causes a traceback when uploading packages. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Pradeep Kilambi <pkilambi> |
| Component: | Server | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jesus M. Rodriguez <jesusr> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | bperkins |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 07:10:05 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: | 456553 | ||
Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |
Description of problem: traceback when pushing binary rpms to server. Exception reported from sw.domain.com Time: Sat Feb 7 20:33:13 2009 Exception type exceptions.AttributeError Exception while handling function packages.getPackageMD5sumBySession Request object information: URI: /APP Remote Host: localhost.localdomain Server Name: sw.domain.com:0 Headers passed in: Accept-Encoding: identity Content-Length: 382 Host: localhost content-encoding: x-gzip content-transfer-encoding: binary content-type: application/binary user-agent: rhn.rpclib.py/$Revision: 102540 $ x-client-version: 1 x-info: RPC Processor (C) Red Hat, Inc (version 102540) x-rhn-transport-capability: follow-redirects=2 x-transport-info: Extended Capabilities Transport (C) Red Hat, Inc (version 102540) Exception Handler Information Traceback (most recent call last): File "/usr/share/rhn/server/apacheRequest.py", line 120, in call_function response = apply(func, params) File "/usr/share/rhn/server/handlers/app/packages.py", line 453, in getPackageMD5sumBySession return self._getPackageMD5sum(org_id, pkg_infos, info) File "/usr/share/rhn/server/handlers/app/packages.py", line 510, in _getPackageMD5sum filePath = os.path.join(CFG.MOUNT_POINT, row['path']) File "/usr/lib64/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith'