Is there any problem with log4j on HPUX

2006-08-23 Thread Madhava
Hi All, My application uses log4j for logging. But i do not know very much internals of my application how it does. When my application starts during system boot using startup script method it crashes. And following exceptions are getting thrown on the console, not in any logs or any where els

Re: I get Exception if tomcat reloads a class

2006-08-23 Thread Jacob Kjome
I would report this as a bug in Bugzilla (I wonder when we will move to Jira like most other Apache projects?)... http://issues.apache.org/bugzilla/ BTW, do you have code in a servlet context listener to close down Log4j upon application shutdown? I'm not sure it will solve this issue, but

I get Exception if tomcat reloads a class

2006-08-23 Thread Zsolt
Hi, I use tomcat-5.5.17 with log4j-1.2.13 and 1.5.0_08-b03. How can I fix that? Zsolt log4j:ERROR Error occured while converting date. java.lang.NullPointerException at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:488) at java.lang.StringBuffer.append(String

Re: minimum configuration

2006-08-23 Thread James Stauffer
Aparently WmDailyFileAppender doesn't support that setting. Check its documentation. On 8/23/06, Kamal Ahmed <[EMAIL PROTECTED]> wrote: Hi, I am using the following log4j.properties file: log4j.rootLogger=DEBUG, testAppender log4j.appender.testAppender=com.webmethods.sc.logging.log4j.WmDailyF

minimum configuration

2006-08-23 Thread Kamal Ahmed
Hi, I am using the following log4j.properties file: log4j.rootLogger=DEBUG, testAppender log4j.appender.testAppender=com.webmethods.sc.logging.log4j.WmDailyFileAppen der log4j.appender.testAppender.file=output/RFA-test1.log log4j.appender.testAppender.Append=false log4j.appender.testAppender.layo

Re: AW: using variables in log4j xml file

2006-08-23 Thread James Stauffer
Ant uses a command like the following to do that: On 8/23/06, Patrick Wyss <[EMAIL PROTECTED]> wrote: hi, > So, you've verified that the "env." scope works to look up OS > properties in Log4j? i didn't exactly had this verified on the command line at the time of my last post ;-) and:

AW: AW: using variables in log4j xml file

2006-08-23 Thread Patrick Wyss
hi, > So, you've verified that the "env." scope works to look up OS > properties in Log4j? i didn't exactly had this verified on the command line at the time of my last post ;-) and: no, it doesn't work :-[ not outside of ant, that is. shame on me. > If this works, I guess I stand corrected on

Re: SMTPAppender : how to specify the port ?

2006-08-23 Thread DeMZed
Thanks, but I've very quickly coded mine : import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Session; import javax.mail.internet.AddressException; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; im

RE: Filtering long log files and searching

2006-08-23 Thread Wiedemann, Bernd
Hi Chris, You could consider using another analyzing tool called XTraceViewer (www.xtrace.de). It is designed for working with huge log data (a few hundred MB). Further, it provides a comfortable and powerful filter mechanism. Filters are organized in a filter tree (GUI) comprising time range filt

RE: SMTPAppender : how to specify the port ?

2006-08-23 Thread Patrick Wyss
i have a "AuthSMTPAppender" which i could easyly extend to set the port as well as the authentification. if you're interessted... > -Ursprüngliche Nachricht- > Von: DeMZed [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 22. August 2006 21:06 > An: 'Log4J Users List' > Betreff: SPAM: RE: