You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2008/04/25 13:46:20 UTC

RE: java.io.FileNotFoundException: /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser(Permission denied)

> From: Toni Tortosa [mailto:ttortosa@obertic.com] 
> Subject: java.io.FileNotFoundException: 
> /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser(
> Permission denied)
> 
> Apr 25, 2008 7:37:41 AM 
> org.apache.catalina.session.StandardManager doUnload
> SEVERE: IOException while saving persisted sessions: 
> java.io.FileNotFoundException: 
> /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser 
> (Permission denied)

Tomcat is apparently not running with a uid that has access to that
path.  You need to fix that, either by changing the ownership and
permissions on tomcat5.5/work, or running Tomcat under a more
appropriate userid.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org