Error handler or database bringing down server?

2011-10-05 Thread Jon F
I have a situation where the web server became unresponsive and have been unable to pinpoint the exact issue as to why. System: Win 2008 vmware server running IIS 7.5 and CF 9 Situation: A database server on another system went down and a popular page on the site makes 2 calls to the databas

Re: Error handler or database bringing down server?

2011-10-11 Thread Jon F
> Install a full JDK and use jstack to generate a thread dump when this > happens again. Then you can see what is going on and fix it. Thanks for your help on this issue. It was able to assist in finding the issue. The problem was due to the timeout setting in CF Administrator and the number o

Invalid method Code length

2009-01-12 Thread Jon F
I get an error in CF while trying to create an object for a CFC. The error is as follows: Invalid method Code length 74584 in class file [filename] This file has just over 4200 lines of code and 2200 lines in the largest of 4 functions. When I remove the function, I can create the object just f