Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 822244

Summary: /usr/share/cluster/tomcat-6.sh not using tomcat defaults
Product: Red Hat Enterprise Linux 6 Reporter: joshua
Component: resource-agentsAssignee: Ryan McCabe <rmccabe>
Status: CLOSED ERRATA QA Contact: Cluster QE <mspqa-list>
Severity: high Docs Contact:
Priority: high    
Version: 6.3CC: agk, amote, cfeist, cluster-maint, cphillip, djansa, lhh, mjuricek, rnelson, rrajaram, sbradley
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: resource-agents-3.9.2-14.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-21 07:52:14 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: 782183    

Description joshua 2012-05-16 19:42:08 UTC
Description of problem:

HA Clustering of tomcat6 isn't using tomcat defaults.  When it starts tomcat6, it complains with:

/usr/sbin/tomcat6: line 30: /logs/catalina.out: No such file or directory


If you look at line 30 of the recently fixed /usr/sbin/tomcat6 from RHEL 6.3 Beta, one can see that the clustering setup script somehow isn't seeing any value for ${CATALINA_BASE}.  This is strange, as defaults are all there:

$ grep CAT /tomcat-6/tomcat-6\:tomcat6/conf/tomcat6.conf 
CATALINA_HOME="/usr/share/tomcat6"
CATALINA_TMPDIR="/var/cache/tomcat6/temp"
TOMCAT_USER="tomcat"
# Set the TOMCAT_PID location
CATALINA_BASE=/tomcat-6/tomcat-6:tomcat6
CATALINA_PID=/var/run/cluster/tomcat-6/tomcat-6:tomcat6.pid

So /usr/share/cluster/tomcat-6.sh is calling /usr/sbin/tomcat6, it isn't supplying tomcat configs.  Note that the RHEL 6.3 Beta version of /usr/share/cluster/tomcat-6.sh is identical to the RHEl 6.2 version.



Version-Release number of selected component (if applicable):

from RHEL 6.2:
working HA Clustering for other services:  Apache, etc
all updates as of May 16th
resource-agents-3.9.2-7.el6.x86_64

... and from RHEL 6.3 Beta:
tomcat6-lib-6.0.24-43.el6.noarch
tomcat6-servlet-2.5-api-6.0.24-43.el6.noarch
tomcat6-el-2.1-api-6.0.24-43.el6.noarch
tomcat6-6.0.24-43.el6.noarch
tomcat6-jsp-2.1-api-6.0.24-43.el6.noarch

Comment 1 joshua 2012-07-08 18:29:06 UTC
Even with the new RHEL 6.3 packages:

tomcat6-lib-6.0.24-45.el6.noarch
tomcat6-servlet-2.5-api-6.0.24-45.el6.noarch
tomcat6-el-2.1-api-6.0.24-45.el6.noarch
tomcat6-6.0.24-45.el6.noarch
tomcat6-jsp-2.1-api-6.0.24-45.el6.noarch


... same result:

/usr/sbin/tomcat6: line 30: /logs/catalina.out: No such file or directory

Comment 9 errata-xmlrpc 2013-02-21 07:52:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0288.html

Comment 10 joshua 2013-02-22 02:38:50 UTC
It does seem to work, thank you Red Hat.