Skip to main content
Participant
June 10, 2012
Question

Error 500

  • June 10, 2012
  • 3 replies
  • 1367 views

I was working in ColdF 9 dvlp, uninstall and install ColdF 10 dvlp now Error 500 error 0x800700c1. Isapi set to 64 bits Pool App 32 bits=true etc. What I missing? Help be apreciated, thanks.

This topic has been closed for replies.

3 replies

Participant
July 12, 2012

I was getting the same error while submit the form then I change settings in neo-runtime.xml file.

By default it was 100, I replaced with 500.

<var name="postParametersLimit"><number>500.0</number></var>

Legend
July 12, 2012

Agree 500 could be CF10 implementing Post Parameter Limit. This limits the number of parameters in a post request. The default value is 100. If a post request contains more parameters as specified, server will not process the request and throws an exception or 500 error.

Edit file after making a copy of (so you got a backup):
ColdFusion10\cfusion\lib\neo-runtime.xml

This line:
<var name='postParametersLimit'><number>100.0</number></var>

What value 500? Depends do your own testing.

Restart CF10 application service.

Further reading here ColdFusion Security Hotfix APSB12-06:

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

Regards, Carl.

itisdesign
Inspiring
July 13, 2012

Hi all,

The postParametersLimit fix is correct.  Just a note: CF10 Final simplifies this.  In CF10 this setting can be changed on the Settings page of CF Admin via the "Maximum number of POST request parameters" setting.

Thanks,

-Aaron

Legend
July 11, 2012

what submit button is that?

Participant
July 11, 2012

Are you getting on every page or only at Submit button.