RE: [SPAM] RE: Antwort: RE: Failed to rename log file

2005-11-30 Thread thomas.hawker
heers! Tom Hawker Home408-274-4128 Office 408-576-6591 Mobile 408-835-3643 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 07:26 AM To: Log4CXX User Subject: Re: [SPAM] RE: Antwort: RE: Failed to rename log file Another optio

Re: Failed to rename log file

2005-11-30 Thread Andreas Fester
Jitendra Kharche wrote: > Thanks Jürgen. > Exactly, I have the same problem. I am accessing the log file from multiple > processes. Note that this is not supported by log4j either. There is no synchronization between different JVMs accessing the same log file. One possibility would be to use a so

Re: [SPAM] RE: Antwort: RE: Failed to rename log file

2005-11-30 Thread renny . koshy
PROTECTED] Sent: Wednesday, November 30, 2005 9:36 AM To: Log4CXX User Subject: RE: Antwort: RE: Failed to rename log file Hi Jürgen, Thanks a lot. I cannot use the second option. I have a java application that maintains a pool of these processes. As per the pool, the processes are launched an

Antwort: RE: Antwort: RE: Failed to rename log file

2005-11-30 Thread Habelt, Juergen
rn-1322-habelt=sm [EMAIL PROTECTED] Thema ng.apache.org RE: Antwort: RE: Failed to rename

RE: Antwort: RE: Failed to rename log file

2005-11-30 Thread Combes, Chris M.
: Antwort: RE: Failed to rename log file Hi Jürgen, Thanks a lot. I cannot use the second option. I have a java application that maintains a pool of these processes. As per the pool, the processes are launched and destroyed to maintain sufficient number of processes in the pool to serve the

RE: Antwort: RE: Failed to rename log file

2005-11-30 Thread Jitendra Kharche
-Original Message- From: Habelt, Juergen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 7:23 PM To: Log4CXX User Subject: Antwort: RE: Failed to rename log file Jitendra, as I can see, there are only 2 options: - do not use (Daily)RollingFileAppender - or use different log

Antwort: RE: Failed to rename log file

2005-11-30 Thread Habelt, Juergen
arche" Gesendet von: Kopie log4cxx-user-retu rn-1319-habelt=sm Thema [EMAIL PROTECTED] RE: Failed to renam

RE: Failed to rename log file

2005-11-30 Thread Jitendra Kharche
: Antwort: Failed to rename log file Hello, I had the same problem with the "RollinggFileAppender" in log4cxx 0.9.7 The reason was, the log file was opened in a second process. this prevented the first process to rename the file and the file was truncated to zero length in its trial

Antwort: Failed to rename log file

2005-11-29 Thread Habelt, Juergen
Thema [EMAIL PROTECTED] Failed to rename log file

RE: Failed to rename log file

2005-11-29 Thread thomas.hawker
: Failed to rename log file Hi, I am using Log4Cxx on Windows. I always get the following error --- Failed to rename [C:\app-name/logs/event-handler.log] to [C:\app-name/logs/event

Failed to rename log file

2005-11-28 Thread Jitendra Kharche
Hi, I am using Log4Cxx on Windows. I always get the following error --- Failed to rename [C:\app-name/logs/event-handler.log] to [C:\app-name/logs/event-handler.log.2005-11-28]. ---