Bug 480233

Summary: ISE generated when deleting a System->Stored Profile
Product: [Community] Spacewalk Reporter: Brad Buckingham <bbuckingham>
Component: WebUIAssignee: Brad Buckingham <bbuckingham>
Status: CLOSED CURRENTRELEASE QA Contact: Jesus M. Rodriguez <jesusr>
Severity: medium Docs Contact:
Priority: low    
Version: 0.4CC: 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:
Description Flags
ISE data from catalina.out none

Description Brad Buckingham 2009-01-15 19:53:51 UTC
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:

Comment 1 Brad Buckingham 2009-01-15 22:14:56 UTC
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.

Comment 2 Brad Buckingham 2009-01-16 15:28:22 UTC
Modifications made in master w/commit: 17d9fdabd461dd67df887df77009774a5ee7be2b

Comment 3 Brad Buckingham 2009-03-10 21:59:26 UTC
*** Bug 482883 has been marked as a duplicate of this bug. ***

Comment 4 Jesus M. Rodriguez 2009-04-14 14:12:13 UTC
Spacewalk 0.5 released.

Comment 5 Miroslav Suchý 2009-09-17 07:09:06 UTC
Spacewalk 0.5 has been released for long time ago.