Deadlock Issue with log4J 1.2.8?

2003-12-17 Thread Prithi
We are seeing a dead lock problem with log4j, during load test. Has anyone seen this before. I have attached a sample log below. Any help greatly appreciated. Thanks - Prithi "ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2f8f88 nid=0x38 waiting on monitor

NDC

2003-12-17 Thread Raymond DeCampo
All, I was recently thinking about adding some NDC logging to my servlet, but I was concerned (perhaps unnecessarily) by some of the things I read in the docs and the source code. Since I am in a servlet container I am not in control of my threads. So it is difficult to know when to call

Re: Deadlock Issue with log4J 1.2.8?

2003-12-17 Thread Elias Ross
On Wed, 2003-12-17 at 13:04, Prithi wrote: We are seeing a dead lock problem with log4j, during load test. Has anyone seen this before. I have attached a sample log below. Any help greatly appreciated. Thanks - Prithi Refer to this:

RE: NDC

2003-12-17 Thread Sullivan, Sean C - MWT
I am using Log4j's MDC in my web applications. MDC stores context objects using ThreadLocal storage. http://cvs.apache.org/viewcvs.cgi/jakarta-log4j/src/java/org/apache/log4 j/MDC.java?rev=1.15view=auto -Sean -Original Message- From: Raymond DeCampo [mailto:[EMAIL PROTECTED] Sent:

Re: Deadlock Issue with log4J 1.2.8?

2003-12-17 Thread Prithi
Thanks Elias. I'll comment the log statements in synchronized methods and try. Is there any log4j patch for this? I can see some one working on fixing it. Elias Ross [EMAIL PROTECTED] wrote: On Wed, 2003-12-17 at 13:04, Prithi wrote: We are seeing a dead lock problem with log4j, during load test.

[PATCH] FallbackErrorHandler

2003-12-17 Thread Milind Rao
I have patched org.apache.log4j.varia.FallbackErrorHandler to add a getBackupAppender() method. I patched it against jakarta-log4j on the :pserver:[EMAIL PROTECTED]:/home/cvspublic CVS server. If this is not the right CVS Server to be used, please let me know. Regards Milind Index:

Re: [PATCH] FallbackErrorHandler

2003-12-17 Thread Paul Smith
On Thu, 2003-12-18 at 15:50, Milind Rao wrote: I have patched org.apache.log4j.varia.FallbackErrorHandler to add a getBackupAppender() method. I patched it against jakarta-log4j on the :pserver:[EMAIL PROTECTED]:/home/cvspublic CVS server. If this is not the right CVS Server to be used,