You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/09/26 09:08:51 UTC

DO NOT REPLY [Bug 9599] - Problem accessing LogFactoryImpl from servlet

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9599>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9599

Problem accessing LogFactoryImpl from servlet





------- Additional Comments From nbrennan@touchcorp.com  2002-09-26 07:08 -------
I get the same problem if I attempt to prepend the commons-logging jar into my 
Xbootclasspath (I'm running Axis):

All I need to do to generate the error is:

Class.forName("org.apache.axis.configuration.EngineConfigurationFactoryFinder");

And I get:

          java.lang.ExceptionInInitializerError: 
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:409)
                at org.apache.axis.components.logger.LogFactory.getLog
(LogFactory.java:76)
                at 
org.apache.axis.configuration.EngineConfigurationFactoryFinder.<clinit>
(EngineConfigurationFactoryFinder.java:89)
                at java.lang.Class.forName1(Native Method)
                at java.lang.Class.forName(Class.java:142)
                at com.touchcorp.apps.kiosk.KioskServer.main
(KioskServer.java:469)

What is going on?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>