Exporting or Deploying Large Packages Fails

Problem: You used Sybase Control Center to export or deploy a large package, and it fails.

You can troubleshoot this error by opening the Sybase Control Center SCC_HOME\log\agent.log file and checking for a message tsimilar to:

exception:java.lang.IllegalStateException: Form too large

Explanation: This message means that the package, not the form, is too large. The Web server that hosts Sybase Control Center cannot manage the data. A number such as 273310 indicates the size of the package in kilobytes (that is, 273,310).
  1. Use a text editor to open SCC_HOME\services\EmbeddedWebContainer\service-config.xml.
  2. Set the jetty.maxFormContentSize to a value larger than the default. The default is 10000000. For example:
     <set-property property="jetty.maxFormContentSize" value="2000000" />
  3. Save the file.
Related reference
Invalid DOE-C User Error for an SAP Server Connection
Troubleshoot CTS Imports