Skip navigation
MaskedVII
Currently Being Moderated

Error 500

Jun 10, 2012 12:44 PM

Tags: #error #server #cf

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.

 
Replies
  • Currently Being Moderated
    Jul 11, 2012 2:31 PM   in reply to MaskedVII

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

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 11, 2012 2:54 PM   in reply to MaskedVII

    what submit button is that?

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 12, 2012 8:42 AM   in reply to MaskedVII

    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>

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 12, 2012 4:00 PM   in reply to dsingh7777

    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.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 12, 2012 9:56 PM   in reply to carl type3

    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

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 12, 2012 10:14 PM   in reply to itisdesign

    CF10admin > Server Settings > Settings - did not see that Aaron till you mentioned:

     

    Capture.JPG

     

    Thanks, Carl.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points