Bug 1080458
| Summary: | Application Error: 32000 searching for certification via hwcert-client "hwcert" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Greg Nichols <gnichols> | ||||||
| Component: | Test Suite (harness) | Assignee: | Greg Nichols <gnichols> | ||||||
| Status: | CLOSED EOL | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 1.7.0 | CC: | gnichols, hwcert-catalog, rlandry, yshao | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | hwcert-client 1.7.0-20140325 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 1077223 | ||||||||
| : | 1080479 (view as bug list) | Environment: | |||||||
| Last Closed: | 2020-03-27 15:49:37 UTC | Type: | Bug | ||||||
| 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: | 1052374, 1080479 | ||||||||
| Attachments: |
|
||||||||
|
Description
Greg Nichols
2014-03-25 13:35:11 UTC
Cloning catalog bug for work-around in hwcert-client Created attachment 878464 [details]
patch adding retries for xmlrpm time-outs when searching catalog
This patch sets a timeout of 10 seconds, with three retries when searching the catalog.
Created attachment 878471 [details] addtional patch moving timeout and retry to /etc/hwcert.xml <urls> ... <catalog-url search-retries="3" search-timeout="10">http://hwcert-web2-test.devel.redhat.com/xmlrpc.cgi</catalog-url> </urls> |