I suspect these are exceptions that you shouldn't see (and wouldn't if you
didn't have debug logging on).  The debug output is a little promiscuous.
Is this symptomatic of a problem you're having, or are you just wondering?
Generally, InterruptedExceptions are a by-product of swapping threads
programmatically (calling a sleeping thread's interrupt() method always
results in one).  We probably shouldn't be printing it out, but I'll check
and see if it's anything more serious than that.

Scott Stirling
Allaire

-----Original Message-----
From: Rochotte, Mark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 13, 2000 11:23 AM
To: JRun-Talk
Subject: Swapping exceptions...


Hi all,

We are getting a lot of these type exceptions being thrown....

12/13 11:13:23 debug (jcp) jcp-154 caught Exception while swapping
[java.lang.InterruptedException]
java.lang.InterruptedException
        at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java:51)
        at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java:223)
        at allaire.jrun.WorkerThread.run(WorkerThread.java:77)


Any ideas as to what/why these may be happening, and possibly a solution?

mark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to