RE: java.lang.NoSuchFieldError: level

2007-03-21 Thread andrei.lenkei
esday, March 21, 2007 08:34 To: Log4J Users List Subject: Re: java.lang.NoSuchFieldError: level Hi, Did you set the following information in your log4j.properties? log4j.rootCategory=[DEBUG, INFO, WARN, ...] 2007/3/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > >

Re: java.lang.NoSuchFieldError: level

2007-03-20 Thread Ruben Gonzalez
Hi, Did you set the following information in your log4j.properties? log4j.rootCategory=[DEBUG, INFO, WARN, ...] 2007/3/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi, I'm using the following: Windows XP WindRiver Workbench 2.5 JDK_1.5.0_6 Log4j-1.2.13.jar I have an application that us

RE: java.lang.NoSuchFieldError: level

2007-03-20 Thread andrei.lenkei
Hi, I'm using the following: Windows XP WindRiver Workbench 2.5 JDK_1.5.0_6 Log4j-1.2.13.jar I have an application that uses log4j together with a multitude of proprietary and third-party packages. Everything compiles fine but I try to run I get an error during the initialzation of the static Lo