I resolved the problem. I put this lines in the config JAVA of Tomcat:
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\Program Files\Apache Software
Foundation\Tomcat 5.5\conf\logging.properties
Caldarale, Charles R a écrit :
From: Fátima Milla Olaya [mailto:[EMAIL PROTECTED]
Subject: java.lang.LinkageError
Hi! I have a problem with the configuration of the logs in Tomcat
(it puts the logs in Windows/System32) and also I get an error
that doesn't let me start the service:
Don't suppose you'd want to tell us the version of Tomcat you're using? As
well as the JDK/JRE version?
java.lang.LinkageError: java/util/logging/LogRecord
at
com.evidian.security.authz.local.audit.AuditFilter.isLoggable(AuditFilter.java:25)
According to the API doc for LinkageError:
"Subclasses of LinkageError indicate that a class has some dependency on another
class; however, the latter class has incompatibly changed after the compilation of the
former class."
Looks like code in *your* product - not Tomcat - is causing the exception.
Perhaps you're compiling on one JDK version and trying to run with another
that's not compatible.
- 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]