RE: DailyRolling not Happening in log4j Urgent

2004-08-27 Thread Ceki Gülcü
At 08:02 PM 8/27/2004, you wrote: LogLog is not enabled and running on *nix. Does that mean there aren't any known issues (for me)? It's a bit premature to reach that conclusion. I suggest that you enable internal logging so as to glean a better understanding of the problem. Thanks -- Tom Goetze

RE: DailyRolling not Happening in log4j Urgent

2004-08-27 Thread Tom . Goetze
LogLog is not enabled and running on *nix. Does that mean there aren't any known issues (for me)? Thanks -- Tom Goetze The changes in 1.3alpha and those suggested by Allistair Crossley are in relation with file handle locks which prevent log4j from properly rolling the log file. Two

RE: DailyRolling not Happening in log4j Urgent

2004-08-27 Thread Ceki Gülcü
The changes in 1.3alpha and those suggested by Allistair Crossley are in relation with file handle locks which prevent log4j from properly rolling the log file. Two questions for you. Do you have internal log4j logging enabled? Are you running you app on Windows NT or XP? At 07:31 PM 8/27/2004

RE: DailyRolling not Happening in log4j Urgent

2004-08-27 Thread Tom . Goetze
Is there a documented (and accepted) bug for this problem? This looks close, but not reproducable: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4090 I'm thinking of moving to DailyRollingFileAppender (with version 1.2.x), and my few tests have not uncovered any problems. Maybe the bug resu

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread deepak.raina
August 2004 13:20 To: 'Log4J Users List' Subject: RE: DailyRolling not Happening in log4j Urgent Deepak, u can get log4j1.3 alpha jar from : http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/ Amit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Depalma, Paul
Can you also send me a copy. I seem to having the same problem. Thanks Paul -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:33 AM To: Log4J Users List Subject: RE: DailyRolling not Happening in log4j Urgent You need to build it

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Allistair Crossley
> Sent: 26 August 2004 08:57 > To: Log4J Users List > Subject: RE: DailyRolling not Happening in log4j Urgent > > > Yes, quite a lot of people are getting this. There are 2 ways > we have gotten around this: > > 1. Use log4j1.3-alpha > 2. Compile log4j1.2.8 fr

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Amit Nigam
log4j Urgent Hi Allistair, Please let us know from where we can get log4j1.3-alpha jar? Thanks, Deepak -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 08:57 To: Log4J Users List Subject: RE: DailyRolling not Happening in log4j Urgent Yes, quite

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread deepak.raina
Hi Allistair, Please let us know from where we can get log4j1.3-alpha jar? Thanks, Deepak -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 08:57 To: Log4J Users List Subject: RE: DailyRolling not Happening in log4j Urgent Yes, quite a lot of

FW: RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Balasubramanian, Lakshmi
> Hi Allistair, > > Thanks. > > It means I need to use log4j 1.3 alpha jar fil,then I need to compile the code > comes with log4j-1.2.8 jar with the change mentioned in the mail. > > > > Thanks & Regards > Bala L > > -

RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Allistair Crossley
Yes, quite a lot of people are getting this. There are 2 ways we have gotten around this: 1. Use log4j1.3-alpha 2. Compile log4j1.2.8 from source but change DailyRollingFileAppender.rollOver so it contains the code ... try { org.apache.log4j.rolling.helpers.Util.rename(fileName, s

RE: DailyRolling not Happening in log4j Urgent

2004-08-25 Thread deepak.raina
Hi, Even we are facing the same problem. I have two servers Tomcat 4 and OC4J on Windows XP. It works fine on OC4J but on tomcat it just overwrites the previous day file. Even RollingFileAppender is not working on Tomcat. This has become a big problem for us and I have tried searching in the a