https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c8 Rafał Miłecki <zajec5@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zajec5@gmail.com --- Comment #8 from Rafał Miłecki <zajec5@gmail.com> 2010-09-16 09:36:51 UTC --- I can confirm this issue with my openSUSE 11.3. I've installed default tomcat6 (6.0.24-4.2) and immediately updated it using openSUSE update repository to 6.0.24-5.1.1 (tomcat6-6.0.24-5.1.1.noarch). This resulted in following: # ls -l /var/log/ | grep tomcat drwxr-xr-x 2 root tomcat 4096 09-16 11:13 tomcat6 # grep Excep /var/log/tomcat6/catalina.out | head java.io.FileNotFoundException: /usr/share/tomcat6/logs/catalina.2010-09-16.log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/localhost.2010-09-16log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/manager.2010-09-16.log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/host-manager.2010-09-16.log (Permission denied) You can see it's about /usr/share/tomcta6/log, but: lrwxrwxrwx 1 root root 16 09-16 10:59 /usr/share/tomcat6/logs -> /var/log/tomcat6 So it's definitely issue with /var/log/tomcat6 privileges. I resolved these Exceptions by: # chmod g+w /var/log/tomcat6/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.