Thanks Lukas, I've seen this before. Folks at my work use Chainsaw 2, and one of them experienced this same problem.
The issue that the value we store for the interval in the chainsaw.settings.properties file changed from milliseconds to seconds, which means the application is working correctly, but will take 1000 times longer to pass events on to the UI! For example, my chainsaw.settings.properties file (in $user_home/.chainsaw) has an entry: Responsiveness=2 Where I suspect your chainsaw.settings.properties file has some value in the 1000's (milliseconds) The easiest fix is to movew the responsiveness slider in the 'application wide preferences' panel to some other value and then change it back. Don't modify chainsaw.settings.properties by hand with Chainsaw open, it will just overwrite your changes when it exits. Let me know if this doesn't address your problem. Take care, Scott -----Original Message----- From: Lukas [mailto:[EMAIL PROTECTED] Sent: Sun 1/18/2004 1:04 AM To: Log4J Developers List Cc: Subject: latest chainsaw stops showing events after initial batch Hello, I just grabbed the current chainsaw code from cvs and i found it stopped showing events after the first batch come thru. The following change to the 'ChainsawAppenderHandler' class seemed to resolve the issue, i'm guessing it is a synchronization issue. #line 337 approx try { synchronized (this) { // wait(getQueueInterval()); << didn't like this wait( 1000 ); } } catch (InterruptedException ie) { } Forgive me if i'm missing something, i'm not that familiar with building java gui's. Lukas Sofnology Ltd --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.561 / Virus Database: 353 - Release Date: 13/01/2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
<<winmail.dat>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
