Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 25189 invoked from network); 14 Oct 2003 11:22:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Oct 2003 11:22:36 -0000 Received: (qmail 9837 invoked by uid 500); 14 Oct 2003 11:22:30 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 9819 invoked by uid 500); 14 Oct 2003 11:22:30 -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 9805 invoked from network); 14 Oct 2003 11:22:29 -0000 Received: from unknown (HELO present-technologies.com) (212.13.37.28) by daedalus.apache.org with SMTP; 14 Oct 2003 11:22:29 -0000 Received: from zecas (zecas.present-technologies.com [192.168.1.5]) by present-technologies.com (8.11.6/8.11.6) with SMTP id h9EBNKK32096 for ; Tue, 14 Oct 2003 12:23:20 +0100 From: "Victor Batista" To: Subject: Commons-Logging NullPointerException Date: Tue, 14 Oct 2003 12:21:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 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 Hello! I am having some problems using Commons-Logging. I think this is a class loading issue. Any help would be welcome. When I run my program, which uses commons-logging indirectly (My program uses the Quartz package, which uses commons-logging), everything works fine on Windows and Linux (7.2 & 9.0). Now I have developed a watchdog module, and my application is launched through it. The Watchdog uses the Class.forName(...) to create the instance of my original application. With this combination, I get the exception which is at the end of the email, only on RedHat 9.0 (On Windows and RedHat 7.2 everityhing works fine). I have tried with J2SDK 1.4.1, 1.4.2 and 1.4.2_01. Any help would be really appreciated. Thanks in advance, Victor Batista * Nested Exception (Underlying Cause) --------------- org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558) at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:355) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:390) at org.quartz.core.QuartzScheduler.getLog(QuartzScheduler.java:188) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org