This time I just write ti user list (sorry for wrting to both before...) The version of avalon framework I use is 4.1.4. And as it works on win32 platrforms, I assumed it was not the problem...
The version of log4j is 1.2.8, and it is this version I had both in my common/lib and in my WEB-INF/lib. Now, I only have it once in common/lib. I checked, it is in the classpath when Tomcat loads, and it has the Priority class... Still, it doesn't work... I am a bit lost here... I checked on my Win32 platform, and there is no avalon jar in the jre/lib/ext of the jdk. But this one exists on Linux. Any idea left ?... Thanks, SaM On Mon, 21 Mar 2005 11:39:17 +0800, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > On Monday 21 March 2005 01:35, Samuel Le Berrigaud wrote: > > > Here is what I found so far. It seems that it is the jdk 5.0 that make > > the problem occur. > > Nah. Not entirely. > I think that the excalibur-logger was using the newer avalon-logger, and you > had a too old avalon-framework in place. > > Anyway... > > > 2005-03-20 18:24:45,718 [http-8080-Processor24] ERROR > > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/helloworld] > > - StandardWrapper.Throwable > > java.lang.NoClassDefFoundError: org/apache/log4j/Priority > > Looks to me that you either don't have Log4J in place, or that you are using a > too new Log4J version. Priority should still exist in Log4J v1.2.8, but has > been removed in the new 1.3 branch. > > Cheers > Niclas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
