Stack Trace to RollingFileAppender but not SyslogAppender?

2008-05-21 Thread Chris Pratt
om.company.directory.upload.UploadManager - Failed to delete DATA file '270881182_270942840_0b0d1fdc72406e65ad005879299f2201a6303634.orc'. The system should try again later. var/log/app/app.log May 21 01:43:39 localhost gondorapp1.gondornet.local companyScheduler_QuartzSchedulerThread 1900

Re: How can I tell which log4j configuration file is being used?

2008-05-21 Thread Rob Davis-5
The logic for selecting the configuration file is in the LogManager.java log4j class. The environment variable you're looking for might be: DEFAULT_INIT_OVERRIDE_KEY Do you remember where you set this? I'd like to know how you stop it looking at both files and instead allow the user to do BasicC

Re: Log4J uncaught exception

2008-05-21 Thread Curt Arnold
I'm not familiar with the package name org.apache.log4j.jdbcplus. I didn't see it in log4j 1.2.13 only org.apache.log4j.jdbc. The stack trace is not consistent with the JDBCAppender within log4j since the log4j appender does not have a prepareConnection or flush_buffer. Part of the implic

Log4J uncaught exception

2008-05-21 Thread Remy Belanger
Hi ! We get an uncaught exception from Log4J which causes our application to crash. More specifically, we are using Log4J 1.2.13 with a JDBC appender which relies on the MySQL Connector 3.1.13 and when the application invoke the Logger.debug() method the following exception is not caught by