Missing log file entries

2005-09-13 Thread Mangano, Jonathan
I currently have a problem when using a RollingLogFileAppender that is causing us to lose log messages when a log file is rolled over. I am using log4j in a high volume JEE application so there is a large number of log messages been written to file. I have not explicitly defined buffering or immedi

Re: Capturing OC4J logging

2005-09-13 Thread Michael A Chase
On Tue, 13 Sep 2005 09:19:09 -0500, Jacob Kjome wrote: >>> Quoting Michael A Chase <[EMAIL PROTECTED]>: >> Can anyone point me to some way to capture the logging done via (ServletContext).log() so everything can go through log4j? > Ahhh, yes. Of course you are right. I guess I hastily

Re: Capturing OC4J logging

2005-09-13 Thread Jacob Kjome
Quoting Michael A Chase <[EMAIL PROTECTED]>: > On Mon, 12 Sep 2005 09:05:18 -0500, Jacob Kjome wrote: > > > Quoting Michael A Chase <[EMAIL PROTECTED]>: > > >> Can anyone point me to some way to capture the logging done via > >> (ServletContext).log() so everything can go through log4j? > >> > > G

Re: Wierd problem while unmarshalling

2005-09-13 Thread Arunkumar Soundararajan
Hi all This was meant for some other forum. Sorry Arun On Tue, 2005-09-13 at 19:11, Jacob Kjome wrote: > What exactly does this have to do with Log4j? What was the log4j-user list > cc'd > on something that seems totally inconsequential to Log4j? > > Jake > > Quoting Arunkumar Soundararajan

Re: Capturing OC4J logging

2005-09-13 Thread Michael A Chase
On Mon, 12 Sep 2005 09:05:18 -0500, Jacob Kjome wrote: > Quoting Michael A Chase <[EMAIL PROTECTED]>: >> Can anyone point me to some way to capture the logging done via >> (ServletContext).log() so everything can go through log4j? >> > Grab the LOG4J_SANDBOX_ALPHA3 tag of the logging-log4j-sandbo

Re: Wierd problem while unmarshalling

2005-09-13 Thread Jacob Kjome
What exactly does this have to do with Log4j? What was the log4j-user list cc'd on something that seems totally inconsequential to Log4j? Jake Quoting Arunkumar Soundararajan <[EMAIL PROTECTED]>: > Hi > > Any updates on this? > > Now a days Im getting this error > > SAXException: Parsing Error

Re: RollingFileAppender does not roll

2005-09-13 Thread 洪春植
see if you can rename your logfile manually, if can't, may be your threaed class dosen't close the logfile properly. On Tue, 13 Sep 2005 14:49:16 +0530 "Jitendra Kharche" <[EMAIL PROTECTED]> wrote: > Hi, > > I am facing a problem with DailyRollingFileAppender. It does not roll. > When Log4j tri

RollingFileAppender does not roll

2005-09-13 Thread Jitendra Kharche
Hi, I am facing a problem with DailyRollingFileAppender. It does not roll. When Log4j tries to roll the file at midnight, following error occurs [9/13/05 0:00:00:195 GMT+05:30] 5ad73074 SystemErr R log4j:ERROR Failed to rename [C:/logs/debug-log.txt] to [C:/logs/debug-log.txt.2005-09-12].