The stack trace thread you are showing is an example of an idle thread AFAIK. Nothing to be worried about.
Have you monitored CFMX's memory usage? I think it was alluded to in a previous thread, but if your memory heap or MaxPermSize settings are too low, you could max out your available memory and throw out of memory errors, at which point the server normally crashes. I this case, the server is usually so unhealthy when it crashes that it cannot write much to the logs. -Cameron On Mon, 10 Jan 2005 18:57:41 +0000, Bert Dawson <[EMAIL PROTECTED]> wrote: > Does that mean that thread is waitin on itself, or am i showing my not > inconsiderable ignorance? > > "jrpp-378" prio=5 tid=0x096a0db0 nid=0xe60 in Object.wait() > [65f4f000..65f4fdc0] > at java.lang.Object.wait(Native Method) > - waiting on <0x427cdf78> (a jrunx.scheduler.WorkerThread) > at jrunx.scheduler.ThreadPool$Throttle.enter(ThreadPool.java:130) > - locked <0x427cdf78> (a jrunx.scheduler.WorkerThread) > at > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:454) > at > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295) > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > > Cheers > Bert > [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5092 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
