View Revisions: Issue #6954

Summary 0006954: Missing maxFormKeys setting causes "form with too many fields" error
Revision 2025-10-02 23:20 by pbelov
Additional Information To help with the symptoms add the following JVM property (on a SymmetricDS node, which is receiving inbound connections) to the conf/sym_service.conf file (and restart the service):
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=800000
-Dorg.eclipse.jetty.server.Request.maxFormKeys=100000

(Or to the bin/setenv file, if running SymmetricDS in some other way, like from a command line.) (edited)
Revision 2025-06-18 14:49 by elong
Additional Information