Bug 445671
| Summary: | Not able to register clients to satellite 423 on Rhel3 U9 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Preethi Thomas <pthomas> | ||||
| Component: | Registration | Assignee: | Justin Sherrill <jsherril> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Brandon Perkins <bperkins> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 423 | ||||||
| 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: | 2008-05-19 15:07:45 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: | |||||||
| Attachments: |
|
||||||
|
Description
Preethi Thomas
2008-05-08 13:38:33 UTC
Created attachment 304861 [details]
RHN traceback on registration
This is happening in the Rhel4 satellite 423 as well. Exception Handler Information
Traceback (most recent call last):
File "/usr/share/rhn/server/apacheRequest.py", line 108, in call_function
response = apply(func, params)
File "/usr/share/rhn/server/handlers/xmlrpc/registration.py", line 381, in
add_packages
server.save_packages()
File "/usr/share/rhn/server/rhnServer/server_wrapper.py", line 61, in
save_packages
ret = self.save_packages_byid(self.server["id"], schedule=schedule)
File "/usr/share/rhn/server/rhnServer/server_packages.py", line 172, in
save_packages_byid
h.execute_bulk(package_data)
File "/usr/share/rhn/server/rhnSQL/int_oracle.py", line 220, in __getattr__
raise AttributeError, name
AttributeError: execute_bulk
Local variables by frame
Frame __getattr__ in /usr/share/rhn/server/rhnSQL/int_oracle.py at line 220
self = <type 'instance'> <OracleCursor object at 0xbe8f930>
name = <type 'str'> execute_bulk
Frame save_packages_byid in /usr/share/rhn/server/rhnServer/server_packages.py
at line 173
sysid = <type 'int'> 1000010003
package_data = <type 'dict'> {'a': ['i386'
This is same looking traceback as within bug 446087 - look like dupes of each
other.
|