Fw: Error in renaming the file During DailyRollover option

2003-03-10 Thread Jean-Noel WALLEZ
t;[EMAIL PROTECTED]> > To: "Jean-Noel WALLEZ" <[EMAIL PROTECTED]> > Sent: Friday, March 07, 2003 2:14 PM > Subject: Re: Error in renaming the file During DailyRollover option > > > > > > Can you please direct your question to [EMAIL PROTECTED] > > >

Re: Error in renaming the file During DailyRollover option

2003-03-08 Thread Prasanna
Hi, I'm using log4j and I found it very much useful. I have some problem with log4j. Actually I don't know how to use it efficiently. Plz help me. Below is my log4j.properties. 1) Now what I want to do is. I want to open a new file say migrate.log just for 2 classes i.e. dbmigrate and SQL.

Re: Error in renaming the file During DailyRollover option

2003-03-07 Thread Ceki Gülcü
quot;Jean-Noel WALLEZ" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 2:14 PM Subject: Re: Error in renaming the file During DailyRollover option > > Can you please direct your question to [EMAIL PROTECTED] > > I don't see anythi

RE: Error in renaming the file During DailyRollover option

2003-03-07 Thread Shapira, Yoav
Friday, March 07, 2003 1:18 PM >To: [EMAIL PROTECTED] >Subject: Re: Error in renaming the file During DailyRollover option > >Ceki , > >first thanks for your support ! > >I have try with log4j.debug=true >but it doesn't work > >here is the output - everyt

Re: Error in renaming the file During DailyRollover option

2003-03-07 Thread Jean-Noel WALLEZ
ROTECTED]> To: "Jean-Noel WALLEZ" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 2:14 PM Subject: Re: Error in renaming the file During DailyRollover option > > Can you please direct your question to [EMAIL PROTECTED] > > I don't see anything wrong with your

RE: Error in renaming the file During DailyRollover option

2002-12-11 Thread Shailesh Vaidya
: Tuesday, December 10, 2002 8:51 PM To: Log4J Users List Subject: RE: Error in renaming the file During DailyRollover option Is the previous run of your servlet closed and unloaded when you run the new version? What happens if you change the DatePattern to .-MM-dd-HH-mm (minutely rollover

RE: Error in renaming the file During DailyRollover option

2002-12-10 Thread Shailesh Vaidya
-Original Message- From: Ceki Gulcu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:51 PM To: Log4J Users List Subject: RE: Error in renaming the file During DailyRollover option Is the previous run of your servlet closed and unloaded when you run the new version? What

RE: Error in renaming the file During DailyRollover option

2002-12-10 Thread Ceki Gülcü
02 8:24 PM To: Log4J Users List Subject: Re: Error in renaming the file During DailyRollover option Which server engine is this? What is your config file? At 00:19 19.12.2002 +0530, Shailesh Vaidya wrote: >Hi, > >I am trying to use DailyRollingFileAppender. When the logger tries to

RE: Error in renaming the file During DailyRollover option

2002-12-10 Thread Shailesh Vaidya
Gulcu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:24 PM To: Log4J Users List Subject: Re: Error in renaming the file During DailyRollover option Which server engine is this? What is your config file? At 00:19 19.12.2002 +0530, Shailesh Vaidya wrote: >Hi, > >I am trying to

Re: Error in renaming the file During DailyRollover option

2002-12-10 Thread Ceki Gülcü
Which server engine is this? What is your config file? At 00:19 19.12.2002 +0530, Shailesh Vaidya wrote: Hi, I am trying to use DailyRollingFileAppender. When the logger tries to rollover and rename the file we get a error message Can not rename the file exaple.log to example.log.mm-dd-"

Error in renaming the file During DailyRollover option

2002-12-10 Thread Shailesh Vaidya
Hi, I am trying to use DailyRollingFileAppender. When the logger tries to rollover and rename the file we get a error message Can not rename the file exaple.log to example.log.mm-dd-". The reason is the file remains open. I am logging in a servlet the code is import java.io.*; import org.