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

Issue with a large form causing HTTP 500 error

New Here ,
Sep 01, 2016 Sep 01, 2016

Copy link to clipboard

Copied

We have an issue and we are almost 100% certain this is the cause  Adobe ColdFusion 9 Hotfix APSB12-06 Causes Problems with Large Forms » Web Trenches

We have tried to make the changes told to us in this link and restarted ColdFusion services but still have the error.  We are on version 9 of ColdFusion.  Has anyone else ever had this issue and how did you fix it?

Views

382

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
New Here ,
Sep 04, 2016 Sep 04, 2016

Copy link to clipboard

Copied

Oh I ran into this issue myself. On your CF admin settings set the Method POST on number of items to like 500 and that will fix it.

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
Community Expert ,
Sep 04, 2016 Sep 04, 2016

Copy link to clipboard

Copied

What changes did you make? You have to modify the neo-runtume.xml by adding something like:

<var name='postSizeLimit'><number>1000.0</number></var><var name='postParametersLimit'><number>5000.0</number></var>

the numbers depending your requirements.

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 ,
Sep 07, 2016 Sep 07, 2016

Copy link to clipboard

Copied

And make sure ColdFusion isn't running when you edit neo-runtime.xml.  Otherwise it will overwrite your changes.

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
New Here ,
Sep 07, 2016 Sep 07, 2016

Copy link to clipboard

Copied

LATEST

This is probably what was happening to us!  Thanks for this☺

Wendy

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