Re: log4j lock application

2009-06-16 Thread Mortal
yaog wrote: > > are both applications writing to the same log file? > if so, log4j does not support this very well. > no. each application in different dirs with own log4.properties -- View this message in context: http://www.nabble.com/log4j-lock-application-tp24050133p24053939.html Sent f

Re: log4j lock application

2009-06-16 Thread Yair Ogen
are both applications writing to the same log file? if so, log4j does not support this very well. On Tue, Jun 16, 2009 at 3:57 PM, Mortal wrote: > > > > Matt Brown-20 wrote: > > > > How do you know that log4j.info is the culprit - that the application is > > blocked there? > > > > Can you take a

RE: log4j lock application

2009-06-16 Thread Mortal
Matt Brown-20 wrote: > > How do you know that log4j.info is the culprit - that the application is > blocked there? > > Can you take a threaddump of the hung application and use that to confirm? > You can use visualvm within the JDK to make this easy. > > What does your log4j config look like?

RE: log4j lock application

2009-06-16 Thread Matt Brown
How do you know that log4j.info is the culprit - that the application is blocked there? Can you take a threaddump of the hung application and use that to confirm? You can use visualvm within the JDK to make this easy. What does your log4j config look like? -Original Message- From: Mort

Re: log4j lock application

2009-06-16 Thread Mortal
Wendal Chen wrote: > > Can you point out the version of your log4j and JDK ? > > Log4j-1.2.15.jar JDK - 1.6 -- View this message in context: http://www.nabble.com/log4j-lock-application-tp24050133p24052480.html Sent from the Log4j - Users mailing list archive at Nabble.com. -

Re: log4j lock application

2009-06-16 Thread Wendal Chen
Can you point out the version of your log4j and JDK ? 2009/6/16 Mortal > > Hello. > I have one application which use log4j. This application start as external > process - another application which also use log4j. > When second application print several lines of log information (on console) > th