You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by harish krishnaswamy <wh...@yahoo.com> on 2003/03/09 22:11:50 UTC

[HK] struts-faces.war problem

Anyone having the problem below while trying to deploy
the struts-faces example? Apparently commons logging
is having a problem with Jdk14Logger. Any ideas??

-Harish

Caused by:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
Class org.apache.commons.logging.impl.Jdk14Logger does
not implement Log
	at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:434)
	at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:561)
	... 36 more
Caused by:
org.apache.commons.logging.LogConfigurationException:
Class org.apache.commons.logging.impl.Jdk14Logger does
not implement Log
	at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:430)
	... 37 more


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [HK] struts-faces.war problem

Posted by harish krishnaswamy <wh...@yahoo.com>.
Ok I found the problem. The commons-logging.jar that
came with the struts-faces.war did not have the
Jdk14Logger wrapper, when replaced with another jar
(jakarta-commons-logging-1.0.2.jar) it worked fine.

-Harish


--- harish krishnaswamy <wh...@yahoo.com> wrote:
> Anyone having the problem below while trying to
> deploy
> the struts-faces example? Apparently commons logging
> is having a problem with Jdk14Logger. Any ideas??
> 
> -Harish
> 
> Caused by:
>
org.apache.commons.logging.LogConfigurationException:
>
org.apache.commons.logging.LogConfigurationException:
> Class org.apache.commons.logging.impl.Jdk14Logger
> does
> not implement Log
> 	at
>
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:434)
> 	at
>
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:561)
> 	... 36 more
> Caused by:
>
org.apache.commons.logging.LogConfigurationException:
> Class org.apache.commons.logging.impl.Jdk14Logger
> does
> not implement Log
> 	at
>
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:430)
> 	... 37 more
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> struts-user-help@jakarta.apache.org
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org