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, scheduledFilename);
    } catch (org.apache.log4j.rolling.RolloverFailure rfE) {
    }

   ...

It works for us.

Allistair Crossley

> -----Original Message-----
> From: Balasubramanian, Lakshmi
> [mailto:[EMAIL PROTECTED]
> Sent: 26 August 2004 02:34
> To: [EMAIL PROTECTED]
> Subject: DailyRolling not Happening in log4j Urgent
> Importance: High
> 
> 
> Hi,
> 
> I am using log4j and rotating the log file using 
> DailyRollingFileAppender at mid night of every day.
> 
> This appliation running in WebSphere 4.0.6 and we have 
> started recently stop and start of the particular application 
> server at 1.30 am every night using shellscript.
> 
> once the job started on day onwards,log rotation stopped.
> 
> Any body experiening on this?
> 
> Thanks & Regards
> Bala L 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to