ColdFusion is crashing my server...help!

My server keeps crashing....

I am running CFMX 6.1 on red hat enterprise linux 3 (RHEL3) with Apache.

ColdFusion seems to be stalling and taking Apache with it! Whenever CF crashes, all sites on the server won't server pages....even if they are php or just html. once I restart CF, everything comes back up just fine.

I have an issue that repeats each time the server crashes; I see
this in the logs:

java.lang.RuntimeException: Request timed out waiting for an available
thread to run. You
may want to consider increasing the number of active threads in the thread pool.
at jrunx.scheduler.ThreadPool$Throttle.enter(ThreadPool.java:125)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable (ThreadPool.java:448)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I googled this and found a macromedia technote - but after looking at
my xml config files I think it does not apply...not certain though.


Any help would be greatly appreciated!

Thanks

 

 

 

 

Top