Skip to main content
vksrinu
Inspiring
November 24, 2011
Question

Server Error

  • November 24, 2011
  • 2 replies
  • 1087 views

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

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    November 25, 2011

    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.

    Legend
    November 24, 2011

    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.