Parameters missing

This article describes steps to take when you receive a 'Parameters missing' error while attempting to submit a file or page.

The error message may appear when the amount of data being sent during a submission is larger than allowed by your application server's Tomcat configuration. For example, it can occur on pages or files containing a large volume of XML or when using Data Definitions with many fields or groups.

parameters missing error message

If you receive this error, please try the following:

  1. Stop Cascade CMS
  2. Edit your tomcat/conf/server.xml file
  3. In the the appropriate <Connector> element, add the following two attribute/value pairs:
    maxPostSize="6000000"
    maxParameterCount="65536"
  4. Start Cascade CMS

After completing the steps above, resubmit the file or page and verify that the operation completes. If you continue to receive the 'Parameters missing' error, please contact the Hannon Hill Product Support team for more assistance.