Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 49345 invoked from network); 8 Jan 2004 02:40:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Jan 2004 02:40:39 -0000 Received: (qmail 60825 invoked by uid 500); 8 Jan 2004 02:40:17 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 60803 invoked by uid 500); 8 Jan 2004 02:40:17 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 60789 invoked from network); 8 Jan 2004 02:40:17 -0000 Received: from unknown (HELO webperformanceinc.com) (161.58.192.211) by daedalus.apache.org with SMTP; 8 Jan 2004 02:40:17 -0000 Received: from [192.168.2.90] (rrcs-midsouth-24-172-22-53.biz.rr.com [24.172.22.53]) by webperformanceinc.com (8.12.10/8.12.9) with ESMTP id i082ePMa080416 for ; Wed, 7 Jan 2004 19:40:25 -0700 (MST) Mime-Version: 1.0 (Apple Message framework v609) Content-Transfer-Encoding: 7bit Message-Id: <020BF39C-4184-11D8-A220-0003939F0CCA@webperformanceinc.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: commons-user@jakarta.apache.org From: Michael Czeiszperger Subject: Logging is causing HttpClient to fail Date: Wed, 7 Jan 2004 21:40:23 -0500 X-Mailer: Apple Mail (2.609) 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 I'm evaluating HttpClient, and am having trouble getting even the trivial sample code to work. I am able to compile the program, but when it runs I get an error from the logging mechanism: LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log. I've tried following all of the suggested logging settings, but each attempt gives the error: Class X does not implement "Log", where X could be SimpleLog or NoOpLog. I searched the list archives but couldn't find any mention of these errors. I've tried adjusting the CLASSPATH to place the logging and HttpClient libs in different orders, but that doesn't seem to make a difference. Any suggestions would be appreciated. -------------------------------- Michael Czeiszperger czei at webperformanceinc dot com Web Performance, Inc. 919-845-7601 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org