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

HTTP 500 Internal server error

Contributor ,
Aug 08, 2012 Aug 08, 2012

Copy link to clipboard

Copied

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.

Views

1.8K

Translate

Translate

Report

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 ,
Aug 08, 2012 Aug 08, 2012

Copy link to clipboard

Copied

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

Regards, Carl.

Votes

Translate

Translate

Report

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
Contributor ,
Aug 08, 2012 Aug 08, 2012

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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 ,
Aug 08, 2012 Aug 08, 2012

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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
Contributor ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

LATEST

I tried it; but still get the error;

Any other suggestions;

i tried limiting the DB connections and checked the Maintain DB connection;

Increased the JRUN.xml simultaneous requests and timeout options.

Nothing working.:(

Votes

Translate

Translate

Report

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
Documentation