Bug 985947
| Summary: | attempt to register RHEL5-GOLD system twice generates 'IntegrityError: duplicate key value violates unique constraint "rhn_sp_snep_uq"' in error_log | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED WORKSFORME | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | cperry |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-03 13:58:03 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: | 924171 | ||
|
Description
Jan Hutař
2013-07-18 14:51:44 UTC
And this is in the DB log:
2013-07-18 11:05:06.625 EDT ERROR: duplicate key value violates unique constraint "rhn_sp_snep_uq"
2013-07-18 11:05:06.625 EDT STATEMENT:
insert into rhnServerPackage
(server_id, name_id, evr_id, package_arch_id, installtime)
values (1000010005, LOOKUP_PACKAGE_NAME(E'indent'), LOOKUP_EVR(NULL, E'2.2.9', E'14.fc6'),
LOOKUP_PACKAGE_ARCH(E'x86_64'), TO_TIMESTAMP(E'2013-07-18 04:50:54', 'YYYY-MM-DD HH24:MI:SS')
)
|