log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Allistair Crossley
Hi All We are losing production logging data I have discovered due to Log4J not being able to rename logs. I have not the slightest idea why this would start happening last week, we have successfully been running log4j for a month with the rolled files being created. log4j:ERROR Failed to

Re: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Ceki Gülcü
There is probably another process holding on to ../logs/performance.log. You are running on Windows I suppose. At 04:45 PM 5/20/2004, Allistair Crossley wrote: Hi All We are losing production logging data I have discovered due to Log4J not being able to rename logs. I have not the slightest

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Allistair Crossley
Hello, Yes we are Windows 2000 (not my fault ;), I would rather Linux) however be impressed that I have convinced the internet ASP team to switch to J2EE. I don't suppose you know of how to look for what process could be holding the files? This is nice and easy in UNIX of course ;) I have

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Ceki Gülcü
At 05:22 PM 5/20/2004, you wrote: Hello, Yes we are Windows 2000 (not my fault ;), I would rather Linux) however be impressed that I have convinced the internet ASP team to switch to J2EE. I don't suppose you know of how to look for what process could be holding the files? This is nice and easy

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Allistair Crossley
The last time I did a build it involved completely shutting down Tomcat, deleting the webapp and reinstalling the webapp and restarting TC again. That would have killed all locks no? -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: 20 May 2004 16:31 To: Log4J Users

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread James Stauffer
Is that list generated when Tomcat is stopped? Another thing to try is restarting the machine -- That would release the lock no matter what program has it. James Stauffer -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 10:47 AM To:

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Contreras García Juan Manuel
Have you permissions over the directory / files ??? Who is the owner ??? ? ? ? Hi All ? ? We are losing production logging data I have discovered due ? to Log4J not being able to rename logs. I have not the ? slightest idea why this would start happening last week, we ? have

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Ceki Gülcü
When your web-application is recycled or shutdown make sure to call the o.a.log4j.LogManager.shutdown method. At 05:46 PM 5/20/2004, you wrote: Brilliant. However, for this particular issue it does nothing but tell me the Java process owns it which I suspected ;) It would appear that log files

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread Allistair Crossley
The role Everyone has all access. -Original Message- From: Contreras García Juan Manuel [mailto:[EMAIL PROTECTED] Sent: 20 May 2004 17:08 To: Log4J Users List Subject: RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04]. Have you

RE: log4j:ERROR Failed to rename [../logs/performance.log] to [../logs/performance.log.2004-05-04].

2004-05-20 Thread john . allen
Please remove me from all of these IS-related emails. Thank You! Let me know if I can be of any more Service to You, John Allen Air Import Agent Expeditors International - SFO Email: [EMAIL PROTECTED] Ph: (650) 737-1712 Fax: (650) 737-0933

help? not able to unsubscribe

2004-05-20 Thread Clarke Combs
Note: forwarded message attached. __ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer ---BeginMessage--- Hi. This is the qmail-send program at apache.org. I'm afraid I

logging from multiple instances on same file?

2004-05-20 Thread siva kumar
Hi i have welogic server created multiple instances under one domain. i want to have a centralized logging like messages from all the instances should be logged in one log file with hostname and instance name. how can achieve this? the following entries in config file will work or is there

Re: logging from multiple instances on same file?

2004-05-20 Thread john . allen
Please remove me from your email list. Thank You Let me know if I can be of any more Service to You, John Allen Air Import Agent Expeditors International - SFO Email: [EMAIL PROTECTED] Ph: (650) 737-1712 Fax: (650) 737-0933

RE: logging from multiple instances on same file?

2004-05-20 Thread James Stauffer
You could send the log messages out through a Socket and have a ServerSocket listen to both servers and consolidate the messages. James Stauffer -Original Message- From: siva kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: logging

FW: WELCOME to log4j-user@logging.apache.org

2004-05-20 Thread James Stauffer
A few people have been asking about unsubscribing. The info that I received in my welcome message should do the trick for you. James Stauffer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 1:26 PM To: [EMAIL PROTECTED] Subject:

problem loading xml events to chainsaw

2004-05-20 Thread Stephen Pain
Hi, Been using chainsaw v2 for a couple of days - can't get enough of it, I've introduced the rest of the team to it and we're tidying up the logging in our application to get the most benefit possible, but I'm having a problem loading xml events from a file into chainsaw... When I try this

RE: problem loading xml events to chainsaw

2004-05-20 Thread Paul Smith
Been using chainsaw v2 for a couple of days - can't get enough of it, I've introduced the rest of the team to it and we're tidying up the logging in our application to get the most benefit possible, but I'm having a problem loading xml events from a file into chainsaw... That's always

RE: problem loading xml events to chainsaw

2004-05-20 Thread Sikha, Naresh
I second the praise for Chainsaw V2, nice job! On a related question - is it possible to create xml log files without the log4j: namespace prefix? Alternatively, what is the rationale for having an explicit namespace in the DTD? Asking to remove the DOCTYPE declaration, IMHO, should then not

(Thomas Kleiser/DS/GFK/DE ist außer Haus.)

2004-05-20 Thread Thomas . Kleiser
Ich werde ab 21.05.2004 nicht im Büro sein. Ich kehre zurück am 24.05.2004. In eiligen Fällen wenden Sie sich bitte an Herrn Schindler oder Herrn Leissner. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. - To

RE: problem loading xml events to chainsaw

2004-05-20 Thread Scott Deboy
XML Decoding of events is pretty fragile right now (needs rewritten, but it works). Two XML file formats are supported: 1: a file containing just log4j:event nodes (no xml declaration, doctype, or eventSet node), and 2: like your example, with an xml declaration, doc type, and eventSet node,