Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 82847 invoked from network); 24 Jun 2008 17:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 17:24:48 -0000 Received: (qmail 30229 invoked by uid 500); 24 Jun 2008 17:24:38 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 30198 invoked by uid 500); 24 Jun 2008 17:24:38 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 30187 invoked by uid 99); 24 Jun 2008 17:24:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 10:24:38 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=RCVD_BAD_ID,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fatima.milla-olaya@evidian.com designates 129.184.85.11 as permitted sender) Received: from [129.184.85.11] (HELO odin2.bull.net) (129.184.85.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 17:23:46 +0000 Received: from frn-001.evcl.evidian.com (frn-001.evcl.evidian.com [129.184.87.24]) by odin2.bull.net (8.9.3/8.9.3) with ESMTP id TAA102102 for ; Tue, 24 Jun 2008 19:34:59 +0200 Received: from [129.182.22.112] ([129.182.22.112]) by frn-001.evcl.evidian.com (Lotus Domino Release 5.0.11) with ESMTP id 2008062419232938:12212 ; Tue, 24 Jun 2008 19:23:29 +0200 Message-ID: <48612DCD.3000309@evidian.com> Date: Tue, 24 Jun 2008 19:24:29 +0200 From: =?ISO-8859-1?Q?F=E1tima_Milla_Olaya?= User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: java.lang.LinkageError References: <485FC124.1040709@evidian.com> <0AAE5AB84B013E45A7B61CB66943C17213852CCA48@USEA-EXCH7.na.uis.unisys.com> In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17213852CCA48@USEA-EXCH7.na.uis.unisys.com> X-MIMETrack: Itemize by SMTP Server on FRN-001/EVIDIAN(Release 5.0.11 |July 24, 2002) at 24/06/2008 19:23:29, Serialize by Router on FRN-001/EVIDIAN(Release 5.0.11 |July 24, 2002) at 24/06/2008 19:24:00, Serialize complete at 24/06/2008 19:24:00 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org 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:fatima.milla-olaya@evidian.com] >> 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: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- 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