Return-Path: Delivered-To: apmail-jakarta-log4j-user-archive@www.apache.org Received: (qmail 65566 invoked from network); 1 Nov 2003 23:24:30 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Nov 2003 23:24:30 -0000 Received: (qmail 91555 invoked by uid 500); 1 Nov 2003 23:24:11 -0000 Delivered-To: apmail-jakarta-log4j-user-archive@jakarta.apache.org Received: (qmail 91547 invoked by uid 500); 1 Nov 2003 23:24:11 -0000 Mailing-List: contact log4j-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@jakarta.apache.org Received: (qmail 91534 invoked from network); 1 Nov 2003 23:24:10 -0000 Received: from unknown (HELO rwcrmhc11.comcast.net) (204.127.198.35) by daedalus.apache.org with SMTP; 1 Nov 2003 23:24:10 -0000 Received: from nicki.visi.com (c-24-118-19-12.mn.client2.attbi.com[24.118.19.12]) by comcast.net (rwcrmhc11) with SMTP id <2003110123241601300oc8uue>; Sat, 1 Nov 2003 23:24:16 +0000 Message-Id: <5.2.1.1.0.20031101171406.02915a80@shell.visi.com> X-Sender: hoju@shell.visi.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Sat, 01 Nov 2003 17:24:14 -0600 To: "Log4J Users List" From: Jacob Kjome Subject: Re: log4j warning: No appenders could be found In-Reply-To: <20031101173851.59044.qmail@web40902.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You said that the jars are in a directory that is in the classpath. However for the app to actually work, you must have had the jars themselves in the classpath. Are you sure that you have the directory that contains the log4j.properties in the classpath? If not, that is the problem. I know that is what you said, but the way you said it was a bit ambiguous because of the way jars are added to the classpath; directly, not via being in a directory that is in the classpath. Jake At 09:38 AM 11/1/2003 -0800, you wrote: >Hello, > >My application is using a jar file MyJar.jar that uses >log4j (I have the latest release of log4j). > >I have put both MyJar.jar and log4j.jar in a directory >in my classpath. I have also put the file >"log4j.properties" into this same directory. > >My log4j.properties file reads: > > ># Default Logging Configuration > >log4j.rootLogger=INFO, stdout > >#to increase logging level > >#log4j.logger.org.dcm4cheri=DEBUG > >#to decrease logging level > >#log4j.logger.org.dcm4cheri=ERROR > >log4j.appender.stdout=org.apache.log4j.ConsoleAppender > >log4j.appender.stdout.layout=org.apache.log4j.PatternLayout > >log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} >%-5p %x - %m\n > > > > > >When I run the program, I get the following warning: > > >log4j:WARN No appenders could be found for logger >(org.dcm4cheri.server.ServerImpl). >log4j:WARN Please initialize the log4j system >properly. > > >Any help would be greatly appreciated! > >Aaron Boxer > > >__________________________________ >Do you Yahoo!? >Exclusive Video Premiere - Britney Spears >http://launch.yahoo.com/promos/britneyspears/ > >--------------------------------------------------------------------- >To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: log4j-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: log4j-user-help@jakarta.apache.org