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).
-
- Use a text editor to open
SCC_HOME\services\EmbeddedWebContainer\service-config.xml.
- Set the jetty.maxFormContentSize to a value larger than the default.
The default is 10000000. For example:
<set-property property="jetty.maxFormContentSize" value="2000000" />
- Save the file.