Skip to main content
Inspiring
August 8, 2012
Question

HTTP 500 Internal server error

  • August 8, 2012
  • 1 reply
  • 2026 views

Hi all,

Hope you are all good; Here is my questions

I m doing  a AJAX request to one of the .cfm file and every time I sent a request, i m getting a 500 internal server error only for a particular scenario. In the same file, I m doing some add, delete and modify queries to the databse; In only modify query, I get internal server error;

I thought my code is the problem and i deleted all the code in the file and had only a cfoutput statement; with that also i get a internal server error.

Your help is highly appreciated.

This topic has been closed for replies.

1 reply

Legend
August 8, 2012

what CF version 10, 9.0.2, or perhaps 9.0.1 + CHF2 + APSB12-15 security fix?

Regards, Carl.

meensiAuthor
Inspiring
August 9, 2012

I'm Using developer editon of Coldfusion 9;

Also, only for that particular request the Ajax request gives internal server error.

Is it anyway some of the db connections opened in CF and not closed? so repeated request to the DB makes this error?

I m trying out every possibilities to rectify this error.

Legend
August 9, 2012

I was just thinking if it's CF 9.0.0 or 9.0.1  with APSB12-15 or 9.0.2, you might have post parameter limit problem and you need to change postParameterLimit in CF9/lib, open file neo-runtime.xml, increase value and restart CF9 application service.

More details here:

http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb12-15.html

HTH, Carl.