Bug 658653
Summary: | Satellite java.lang.OutOfMemoryError when bigger then 500 systems for Guests Consuming Regular Entitlements | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Marcelo Moreira de Mello <mmello> |
Component: | WebUI | Assignee: | Tomas Lestach <tlestach> |
Status: | CLOSED ERRATA | QA Contact: | Garik Khachikyan <gkhachik> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 540 | CC: | gkhachik, jsherril, mkoci, mmello, rmunilla, xdmoon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the "Guests Consuming Regular Entitlements" page could encounter a page error when more than 500 systems were listed. This update corrects this error.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2010-12-16 15:45:21 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: | 646488 |
Description
Marcelo Moreira de Mello
2010-11-30 22:39:10 UTC
Catalina out from customer Nov 19, 2010 9:09:41 AM redstone.xmlrpc.XmlRpcDispatcher writeError WARNING: redstone.xmlrpc.XmlRpcFault: Either the password or username is incorrect. JVMDUMP006I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" - please wait. JVMDUMP032I JVM requested Snap dump using '/usr/share/tomcat5/Snap.20101119.125211.30177.0001.trc' in response to an event JVMDUMP030W Cannot write dump to file /usr/share/tomcat5/Snap.20101119.125211.30177.0001.trc: Permission denied JVMDUMP010I Snap dump written to /tmp/Snap.20101119.125211.30177.0001.trc JVMDUMP030W Cannot write dump to file /usr/share/tomcat5/heapdump.20101119.125211.30177.0002.phd: Permission denied JVMDUMP032I JVM requested Heap dump using '/tmp/heapdump.20101119.125211.30177.0002.phd' in response to an event JVMDUMP010I Heap dump written to /tmp/heapdump.20101119.125211.30177.0002.phd JVMDUMP030W Cannot write dump to file /usr/share/tomcat5/javacore.20101119.125211.30177.0003.txt: Permission denied JVMDUMP032I JVM requested Java dump using '/tmp/javacore.20101119.125211.30177.0003.txt' in response to an event JVMDUMP010I Java dump written to /tmp/javacore.20101119.125211.30177.0003.txt JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError". 2010-11-19 12:52:13,135 [TP-Processor6] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/rhn].[org.apache.jsp.WEB_002dINF.pages.systems.entitlements.flexguests_jsp] - Servlet.service() for servlet org.apache.jsp.WEB_002dINF.pages.systems.entitlements.flexguests_jsp threw exception java.lang.OutOfMemoryError 0f515e171b973861e9bea3c5e9de1bb5c95047c9 Changed page to use the normal list tag instead of the new tree tag. The page is a little less 'fancy' now, but it should work much quicker. You can still select a specific channel family and just convert systems based on that. Will be easily backported to 5.4 -Justin Found an issue that would cause duplicates to show up. Note that this was an issue with the original page as well: 854234f99a5d391e9601e1d518a7ab8c524eaa12 # VERIFIED Packages fixing the issue are: --- spacewalk-java-1.2.39-34.el5sat spacewalk-java-oracle-1.2.39-34.el5sat spacewalk-java-config-1.2.39-34.el5sat spacewalk-java-lib-1.2.39-34.el5sat spacewalk-taskomatic-1.2.39-34.el5sat --- the case with OutOfMemoryError is not appearing any more. for the case of having 600 guests consuming regular entitlements and + 100 more consuming flex guest entitlements: both are browsing fine. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0991.html Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, the "Guests Consuming Regular Entitlements" page could encounter a page error when more than 500 systems were listed. This update corrects this error. |