Looks to me like tomcat wants to serialize the current session information to disk, but the tomcat process does not have permission to write to that directory. If I remember correctly, it tries to write the session file to the working directory (so where you launched tomcat from usually). Google the session file, figure it out, and make sure the owner of the tomcat process can create files there. If the owner of tomcat does have the correct permissions, then you got me.

sunnyfr wrote:
Hello everybody,

Does somebody have an idea where could come from this error ? Thanks a lot ...

Sep 29 15:36:37 solr-test jsvc.exec[398]: Sep 29, 2008 3:36:37 PM
org.apache.catalina.session.StandardManager doUnload SEVERE: IOException
while saving persisted sessions: java.io.FileNotFoundException:
/var/lib/tomcat5.5/work/Catalina/localhost/solr/SESSIONS.ser (Permission
denied) java.io.FileNotFoundException:
/var/lib/tomcat5.5/work/Catalina/localhost/solr/SESSIONS.ser (Permission
denied) ^Iat java.io.FileOutputStream.open(Native Method) ^Iat
java.io.FileOutputStream.<init>(FileOutputStream.java:179) ^Iat
java.io.FileOutputStream.<init>(FileOutputStream.java:70) ^Iat
org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:489)
^Iat
org.apache.catalina.session.StandardManager.unload(StandardManager.java:463)
^Iat
org.apache.catalina.session.StandardManager.stop(StandardManager.java:667)
^Iat
org.apache.catalina.core.StandardContext.stop(StandardContext.java:4360)
^Iat
org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:893)
^Iat org.apache.catalina.startup.HostConfig.undeployAp


There is no Sessions.ser in this folder ... just :
[EMAIL PROTECTED]:/var/lib/tomcat5.5/work/Catalina/localhost/solr# ls
tldCache.ser


Reply via email to