This is way off topic and I would recommend using House of Fusion's "CF-Talk mailing list for the future.
As for your error, have you Google'd it? I just did and the issue is that your application server runs out of JVM memory in your thread pool.
Try this article:
http://coldfused.blogspot.com/2006/09/jrun-threadpool-settings.html
I also recommend probably tweaking your JVM to increase memory allocated to gardbage collection and adjust how many threads you have, which typically means to reduce the amount of threads so that each thread has more memory to process slow requests.
I believe the above article briefly mentions this.
Teddy
On 10/6/06, Erik-Jan Jaquet <[EMAIL PROTECTED]
> wrote:
Hi all,
Excuse me for sending this off-topic mail, but we are experiencing some big
problems with one of our servers.
We use this CFMX 7 server for a now heavilly used site, and as of yesterday
we are getting the following errors:
Detail Timed out trying to establish connection
Message Error Executing Database Query.
When I look in the CF logs, I can see the following:
unable to create new native thread
The strange thing is, the server with CF is handling the requests like a
charm, 10% memory usage, 4% processor, according to FusionReactor.
But sometimes out of the blue we get these jrun errors in the screen. When I
wait and refresh, the site is back again.
I really don't know what is causing this. Anyone any ideas?
Hope you can help! Because I need some sleep!!
Kind regards,
Erik-Jan
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
--
<cf_payne />
Blog: http://cfpayne.wordpress.com/
Atlanta CFUG: http://www.acfug.org
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
