Copy link to clipboard
Copied
I am getting the below error intermittently in the CF9.
Server Error
The Server encountered an internal error and was unable to complete your request.
Application server is busy. Either there are too many concurrent requests or the server still is starting up.
I see that there are not many connections but still i am getting this error. can you please let me know whats the issue.
Thanks
Srinivas
Copy link to clipboard
Copied
Hi Srinivas,
Perhaps some form of monitoring and logs will help. In your case use CFSTAT and compare what the statistics look like when there is no server error to when server error occurs.
-CMD prompt
-CD \coldfusion9\bin
-cfstat 5 (the number to can vary 5 second intervals can be a good starting point)
Logs - any interesting details in \coldfusion9\runtime\logs\coldfusionout.log at the time when server error occurs?
HTH, Carl.
Copy link to clipboard
Copied
vksrinu wrote:
I am getting the below error intermittently in the CF9.
If you're indeed on version 9, I would recommend updating to 9.0.1 and applying ColdFusion 9.0.1 Cumulative Hot Fix 2. That will fix quite a number of issues including, perhaps, your current problem. If it does not, you will at least have narrowed down the list of likely suspects.