Usually you get this error when the application using Log4j is not able to locate the log4j.properties. Kindly make sure that you have this in your CLASSPATH.
-PP > -----Original Message----- > From: Eitan Katznelson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2003 8:49 AM > To: [EMAIL PROTECTED] > Subject: log4j initialization problem > > > I installed the latest binary distribution and modified the > properties files > for a simple project. > > When I run the "main" target in the build-torque.xml I get a > successful > build but I get the following error output: > > > > * [torque-sql] Parsing file: 'myapp-schema.xml' > > * [torque-sql] log4j:WARN No appenders could be found for logger > (org.apache.torque.engine.database.transform.DTDResolver). > > * [torque-sql] log4j:WARN Please initialize the log4j > system properly. > > * [torque-data-model] Parsing file: ' myapp-schema.xml' > > * [torque-data-model] log4j:WARN No appenders could be > found for logger > (org.apache.torque.engine.database.transform.DTDResolver). > > * [torque-data-model] log4j:WARN Please initialize the > log4j system > properly. > > > > I assume this shouldn't be happening and was wondering if > anyone else has > run into this problem. The files did seem to be created > properly. Any help > would be greatly appreciated! > > > > > > Thanks, > > > > Eitan > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
