Bug 831143
Summary: | ISE (or unchanged entitlements) when changing channel entitlements in the list of 500 displayed channels | |||
---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Jiří Mikulka <jmikulka> | |
Component: | WebUI | Assignee: | Tomas Lestach <tlestach> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 541 | CC: | cperry, mminar, xdmoon | |
Target Milestone: | --- | Keywords: | Patch, Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 831145 (view as bug list) | Environment: | ||
Last Closed: | 2013-01-22 17:06:19 UTC | Type: | Bug | |
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: | 677498, 831145 |
Description
Jiří Mikulka
2012-06-12 09:53:16 UTC
*** Bug 831145 has been marked as a duplicate of this bug. *** This BZ is tracked against 541. The fix is present in upstream, more details in Bug 831145 This issue was resolved in Satellite 5.5 within Bug 831145 and most probably won't be resolved in Satellite 5.4. For GSS the recommended fix is to add -Dorg.apache.tomcat.util.http.Parameters.MAX_COUNT=1024 to JAVA_OPTS in /etc/tomcat[56]/tomcat[56].conf file. E.g. --- /etc/tomcat6/tomcat6.conf 2013-01-14 04:26:42.784348877 -0500 +++ /etc/tomcat6/tomcat6.conf 2013-01-14 04:27:07.004348794 -0500 @@ -53,6 +53,6 @@ # put your own definitions here # (i.e. LD_LIBRARY_PATH for some jdbc drivers) -JAVA_OPTS="$JAVA_OPTS -ea -Xms256m -Xmx256m -Djava.awt.headless=true -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser -XX:MaxNewSize=256 -XX:-UseConcMarkSweepGC" +JAVA_OPTS="$JAVA_OPTS -ea -Xms256m -Xmx256m -Djava.awt.headless=true -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser -Dorg.apache.tomcat.util.http.Parameters.MAX_COUNT=1024 -XX:MaxNewSize=256 -XX:-UseConcMarkSweepGC" LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.4/client64/lib:/usr/lib/oracle/10.2.0.4/client/lib _HACK_AROUND_PARSEOPTIONS=1 ; . $CATALINA_HOME/bin/setenv.sh Restart of RHN Satellite/tomcat is required. |