Hi.

This is on a Linux Debian system, Tomcat 6 installed from a Debian package.
/usr/share/tomcat6/bin/version.sh shows this :

Using CATALINA_BASE:   /usr/share/tomcat6
Using CATALINA_HOME:   /usr/share/tomcat6
Using CATALINA_TMPDIR: /usr/share/tomcat6/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /usr/share/tomcat6/bin/bootstrap.jar
Server version: Apache Tomcat/6.0.35
Server built:   Jan 31 2012 04:27:38
Server number:  6.0.35.0
OS Name:        Linux
OS Version:     3.2.0-0.bpo.2-686-pae
Architecture:   i386
JVM Version:    1.6.0_26-b03
JVM Vendor:     Sun Microsystems Inc.
root@colin:/usr/share/tomcat6/bin#


This Tomcat has been running fine for several months (ever since the system was installed), but today I had to restart the system and Tomcat, and I noticed this in the logs :

In /var/log/tomcat6/catalina.out, at Tomcat startup, there are these lines :

Jun 10, 2012 10:31:33 AM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat6/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Jun 10, 2012 10:31:34 AM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat6/server], exists: [false], isDirectory: [false], canRead: [false]
Jun 10, 2012 10:31:34 AM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat6/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Jun 10, 2012 10:31:34 AM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat6/shared], exists: [false], isDirectory: [false], canRead: [false]
Jun 10, 2012 10:31:35 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 10, 2012 10:31:35 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 890 ms
Jun 10, 2012 10:31:35 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 10, 2012 10:31:35 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
Jun 10, 2012 10:31:35 AM org.apache.catalina.startup.HostConfig deployDescriptor
...
(the rest is normal)

What are these WARNING messages for, and should I worry ?
(the shown directories indeed do not exist. Should they ?)

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to