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: | Server | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brandon Perkins <bperkins> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 520 | CC: | 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
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? $ 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. $ Build rhn-java-sat-5.2.1-4.el[45]. $ 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. $ Builds rhn-java-sat-5.2.1-5.el[45]. 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. 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. Great. Please proceed with verifying using rhn-java-sat-5.2.1-5.el[45]. That one addresses the .unsubscribe message as well. |