2010/1/17 Rick Bragg <li...@gmnet.net>:
>
> OS: Ubuntu Hardy LTS version 8.04 - 2.6.24-16-server amd64
> Tomcat: Apache Tomcat/6.0.18
> JVM: 1.6.0_17-b04 Sun Microsystems Inc.
> MySQL: Server version: 5.0.51a-3ubuntu5.4-log
>

Probably your JVM was updated recently. Running with JRE 6u14 and
later requires an update to the catalina.policy file, otherwise
logging subsystem cannot initialize.

See this thread:
http://markmail.org/thread/igcdgzponj2g5m3n

Add the following line

        permission java.lang.RuntimePermission "setContextClassLoader";

into the   grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" { .. }
block of catalina.policy file.


You should have seen an error message in the catalina.out file. (If
your Tomcat instance has started at all).

Best regards,
Konstantin Kolinko

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

Reply via email to