Bug 708694 - Tomcat 6 service fails to start
Summary: Tomcat 6 service fails to start
Keywords:
Status: CLOSED DUPLICATE of bug 677414
Alias: None
Product: Fedora
Classification: Fedora
Component: tomcat6
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: David Knox
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 711913 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-28 21:08 UTC by Leif Gruenwoldt
Modified: 2015-11-02 00:16 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-08 20:19:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.