Re: RollingFileAppender Exception

2013-05-07 Thread dolbydc
It appears to be a lack of write permissions on the folder. In the deployed environment only the owner of the folder had write permission and on my dev everyone had write permission. Thanks dolbydc -- View this message in context: http://apache-logging.6191.n7.nabble.com/RollingFileAppender

Re: Rolling File appender with compression doesn't seem to work

2013-05-07 Thread dolbydc
I am running on linux with the following as my rolling filename my.log.%d.gz, gzip's location is in my path, however upon rolling over I only get files of the nature: my.log.3 my.log.2 my.log.1 my.log They are not compressed using gzip as I would expect given the documenation. -- View this

RollingFileAppender Exception

2013-05-06 Thread dolbydc
All, I am getting the following error on one machine when running log4cxx, but the appender works properly on my development VM. log4cxx: Exception during rollover log4cxx: No output stream or file set for the appender named [appxNormalAppender]. Here is my current xml configuration for this.