-
1. Re: Tomcat exception Cannot call sendError() after the response has been committed
carl type3 Jul 31, 2012 7:26 PM (in response to paperno3)Perhaps adjust Maximum number of POST request parameters from say 100 to 500.
CF10admin > Server Settings > Settings > Request Size Limits > Maximum number of POST request parameters > value
Not sure you may need to restart CF10 for change to apply.
HTH, Carl.
-
2. Re: Tomcat exception Cannot call sendError() after the response has been committed
paperno3 Jul 31, 2012 7:38 PM (in response to carl type3)Perfect! Thank you, Carl. I did exactly what you said (and restarted the
CF Application Server just in case), and that solved the problem.
I marked your reply as Correct in the Discussion, thanks.
LBPSlava
-
3. Re: Tomcat exception Cannot call sendError() after the response has been committed
dlangh Oct 11, 2012 9:02 AM (in response to paperno3)First, this discussion fixed my problem. Customers of ours had a number of forms with more than 100 fields. This is CF setting is new and honestly, I think 100 is too low. 500 should be the default.
it's not cool to find out about this option from errors in a production server. Better to make the default higher, then admins can lower it if they want rather than cause chaos until this new buried option is discovered.
Please Adobe consider increasing this default value, while on the surface it's seemingly high, we have a product that creates a lot of hidden fields...
-
4. Re: Tomcat exception Cannot call sendError() after the response has been committed
G0V. Oct 1, 2013 5:52 AM (in response to dlangh)As stated above, not cool to find out about this in prod! This option is a real pain in... well, you know where!