Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Server Error

Participant ,
Nov 24, 2011 Nov 24, 2011

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

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Nov 24, 2011 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 25, 2011 Nov 25, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources