java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JCategoryLog foo.bar.yourClass
in the java launcher!
Victor Batista wrote:
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------------------------- Este correo electr�nico y, en su caso, cualquier fichero anexo al mismo, contiene informaci�n de car�cter confidencial exclusivamente dirigida a su destinatario o destinatarios. Queda prohibida su divulgaci�n, copia o distribuci�n a terceros sin la previa autorizaci�n escrita de Indra. En el caso de haber recibido este correo electr�nico por error, se ruega notificar inmediatamente esta circunstancia mediante reenv�o a la direcci�n electr�nica del remitente.
The information in this e-mail and in any attachments is confidential and solely for the attention and use of the named addressee(s). You are hereby notified that any dissemination, distribution or copy of this communication is prohibited without the prior written consent of Indra. If you have received this communication in error, please, notify the sender by reply e-mail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
