Bug 708694

Summary: Tomcat 6 service fails to start
Product: [Fedora] Fedora Reporter: Leif Gruenwoldt <leifer>
Component: tomcat6Assignee: David Knox <dknox>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: chris, dknox, dwalluck, jclere, mmccune, sochotni, SpikeFedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-08 20:19:39 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:

Description Leif Gruenwoldt 2011-05-28 21:08:02 UTC
Description of problem:

Tomcat6 fails to start.


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

tomcat6-6.0.30-6.fc15.noarch

How reproducible:

Everytime

Steps to Reproduce:
1. Boot
2. $ service tomcat6 status
  
Actual results:

$ sudo service tomcat6 status
PID file exists, but process is not running                [WARNING]
tomcat6 lockfile exists but process is not running         [FAILED]


Expected results:

Tomcat6 service to start successfully.


Additional info:

This laptop was pre-upgraded from F14.

I tried cleaning up the lockfile and the pid and restarting the service but with no success.

I also tried removing tomcat6 and reinstalling.

Comment 1 Leif Gruenwoldt 2011-05-30 05:11:04 UTC
$ cat catalina.out
/usr/sbin/tomcat6: line 60: /usr/share/tomcat6/logs/catalina.out: Permission denied

$ ll /usr/share/tomcat6/logs/catalina.out
-rw-r--r-- 1 tomcat tomcat 252 May 29 22:08 /usr/share/tomcat6/logs/catalina.out

Comment 2 Leif Gruenwoldt 2011-05-30 05:44:31 UTC
bug #676330 looks related

Comment 3 Mike McCune 2011-06-09 00:03:16 UTC
oops, filed a dupe:

https://bugzilla.redhat.com/show_bug.cgi?id=711913

Comment 4 Mike McCune 2011-06-09 00:03:46 UTC
*** Bug 711913 has been marked as a duplicate of this bug. ***

Comment 5 Mike McCune 2011-06-09 00:04:15 UTC
temporary workaround I used:

chmod g+x /var/log/tomcat6
chmod g+x /etc/tomcat6/
chown tomcat:tomcat -R /var/lib/tomcat6
chown tomcat:tomcat -R /var/lib/tomcat6
chown tomcat:tomcat -R /var/cache/tomcat6

Comment 6 Andreas Girgensohn 2011-07-08 18:35:22 UTC
Bug 677414 seems to describe the same problem.  It provides a link to a new Tomcat version that requires more karma to be declared stable.

Comment 7 Leif Gruenwoldt 2011-07-08 20:19:39 UTC

*** This bug has been marked as a duplicate of bug 677414 ***