Thanks for your response, I tried putting a log4j.properties in the CLASSPATH, that caused some java errors. Based on your first response and on Henning's response I'm not going to worry about the log4j initialization. I was wondering if there is anything that I should worry with regards to it having "Parsing file: 'myapp-schema.xml'" in the error output or whether that is a byproduct of the logging initialization issue?
Thanks again for your help, Eitan -----Original Message----- From: priyapravas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 1:29 AM To: Apache Torque Users List 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
