Re: smtpappender not working in jboss

2006-06-16 Thread Jacob Kjome
If everything else works, I would suspect JBoss. It seems to be main difference between your two test situations: outside the container -vs- inside the container. You might also try not using the repository selector, but since it worked for everything else in your configuration, it is somewhat r

Re: Could not close org.apache.log4j.helpers.CountingQuietWriter

2006-06-16 Thread Rohnny Moland
If anyone cares, this is solved. It was just a version conflict between two 3rd party jars in my application. On 06/15/2006 04:44 PM, Rohnny Moland wrote: > Hi, > > I am struggling with this exception that comes about 10 seconds after > I have started my application: > > log4j:ERROR Could not cl

NTEventLogging

2006-06-16 Thread Joshua Chappelle
Can anyone tell me where I can download the NTEventLogAppender.dll? Thanks a lot Josh Chappelle Software Developer Yellow Hammer Software Jack Henry & Associates 205-981-1980 NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individ

Re: Dynamic log names

2006-06-16 Thread James Stauffer
Neither my appender nor DailyRollingFileAppender will make a new file until there is a new log to add to the file. The first time that happens after midnight a new file is created. On 6/16/06, oops shin <[EMAIL PROTECTED]> wrote: Hi. James Stauffer.. Did you test your appender make new file af

Re: smtpappender not working in jboss

2006-06-16 Thread Chris Cheshire
Sorry, here is the Wiki entry. http://wiki.jboss.org/wiki/Wiki.jsp?page=Log4jRepositorySelector Yes all other logging works perfectly fine. Everything, regardless of log level, goes to the "mycategoryname" appender without a problem. Regardless of whether I use the version of log4j that came wi