Bug 480233
| Summary: | ISE generated when deleting a System->Stored Profile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Brad Buckingham <bbuckingham> | ||||
| Component: | WebUI | Assignee: | Brad Buckingham <bbuckingham> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jesus M. Rodriguez <jesusr> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 0.4 | CC: | bperkins, johnh | ||||
| 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:09:06 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 | ||||||
| Attachments: |
|
||||||
It appears that the hibernate mapping for the Profile -> ProfileEntry is incomplete. The ProfileEntry contains the mapping for each package which includes things like name, evr, arch...etc. In this case, it appears to be missing the arch; therefore, in profiles where there are multiple packages with different arch, Hibernate generates this exception. Adding the arch to the mapping should address the issue. Modifications made in master w/commit: 17d9fdabd461dd67df887df77009774a5ee7be2b *** Bug 482883 has been marked as a duplicate of this bug. *** Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |
Created attachment 329134 [details] ISE data from catalina.out Description of problem: Attempting to delete a system stored profile using the UI generates an ISE. See attachment for ISE. Version-Release number of selected component (if applicable): How reproducible: Always. I'm seeing it consistently w/spacewalk-java-0.4.14-1.el5. Steps to Reproduce: 1. Create a stored profile (Systems->System->Software->Packages->Profile->CreateSystemProfile 2. Attempt to delete the profile (Systems->Stored Profile-> <profile> -> delete profile 3. Actual results: ISE generated when user attempt to confirm the delete from the confirmation page. (e.g. https://<server>/rhn/profiles/Delete.do?prid=2) Expected results: Stored profile deleted. Additional info: