Bug 532936

Summary: WARN com.redhat.rhn.common.localization.XmlResourceBundleParser - Duplicate message key found in XML Resource file: ssmchildsubs.jsp.subscribe in taskomatic log when processing erratas
Product: Red Hat Satellite 5 Reporter: Jan Hutař <jhutar>
Component: ServerAssignee: Jan Pazdziora (Red Hat) <jpazdziora>
Status: CLOSED CURRENTRELEASE QA Contact: Brandon Perkins <bperkins>
Severity: low Docs Contact:
Priority: low    
Version: 520CC: jpazdziora
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 521 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-10 08:32:26 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: 473868    

Description Jan Hutař 2009-11-04 12:32:47 UTC
Description of problem:
I see WARN messages in taskomatic log when processing erratas. This is a regression against 5.2.0


Version-Release number of selected component (if applicable):
Satellite 5.2.1 (this is a regression against 5.2.0)


How reproducible:
always on 5.2.1


Steps to Reproduce:
1. see bug 487611 comment #9


Actual results:
While watching the log, I see:
INFO   | jvm 1    | 2009/11/04 09:14:00 | 2009-11-04 09:14:00,779 [Thread-12] WARN  com.redhat.rhn.common.localization.XmlResourceBundleParser - Duplicate message key found in XML Resource file: ssmchildsubs.jsp.subscribe
INFO   | jvm 1    | 2009/11/04 09:14:00 | 2009-11-04 09:14:00,779 [Thread-12] WARN  com.redhat.rhn.common.localization.XmlResourceBundleParser - Duplicate message key found in XML Resource file: ssmchildsubs.jsp.unsubscribe


Expected results:
No such messages


Additional info:

Comment 1 Jan Pazdziora (Red Hat) 2009-11-04 15:39:09 UTC
The duplicate ssmchildsubs.jsp.subscribe in StringResource*.xml is not new. Is it possible that we did not touch it before, thus this warning appears now and not in 5.2.0?

Comment 3 Jan Pazdziora (Red Hat) 2009-11-05 12:24:36 UTC
$ svn commit -m '532936 - Remove duplicate ssmchildsubs.jsp.subscribe message.' .
Sending        java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource_en_US.xml
Transmitting file data .
Committed revision 188463.
$

Comment 4 Jan Pazdziora (Red Hat) 2009-11-05 12:52:51 UTC
Build rhn-java-sat-5.2.1-4.el[45].

Comment 5 Jan Pazdziora (Red Hat) 2009-11-05 13:12:19 UTC
$ svn commit -m '532936 - Remove duplicate ssmchildsubs.jsp.unsubscribe message.' .
Sending        java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource_en_US.xml
Transmitting file data .
Committed revision 188466.
$

Comment 6 Jan Pazdziora (Red Hat) 2009-11-05 13:37:41 UTC
Builds rhn-java-sat-5.2.1-5.el[45].

Comment 7 Jan Pazdziora (Red Hat) 2009-11-05 16:03:13 UTC
Composes Satellite-5.2.1-RHEL4-re20091105.0 and Satellite-5.2.1-RHEL5-re20091105.0 were made and pushed to webqa. Moving to ON_QA.

Comment 8 Jan Hutař 2009-11-06 08:35:39 UTC
Meanwhile I have broken my environment, so had to fix it. Now I can confirm that with rhn-java-sat-5.2.1-4.el5.noarch I can see only "ssmchildsubs.jsp.unsubscribe" message.

Comment 9 Jan Pazdziora (Red Hat) 2009-11-06 09:48:47 UTC
Great. Please proceed with verifying using rhn-java-sat-5.2.1-5.el[45]. That one addresses the .unsubscribe message as well.