The following sections provides solutions to the problems you might encounter while deploying and Configuring ZENworks Reporting Appliance:
java.lang.IllegalStateException: Form too large error message is displayed
java.lang.IllegalStateException:Form too large
Go to /opt/novell/jetty8
Open the start.ini file.
Search for the Dorg.eclipse.jetty.server.Request.maxFormContentSize parameter and increase the value.
Stop the jetty server using the rcnovell-jetty stop command.
Start the jetty server using the rcnovell-jetty start command.
Changing ZENworks Reporting Session Time out
To change the ZENworks Reporting session time out:
Backup the web.xml file.
For Windows: %ZRS_HOME%\js\apache-tomcat\webapps\jasperserver-pro\WEB-INF\web.xml
For linux: /opt/novell/zenworks-reporting/js/apache-tomcat/webapps/jasperserver-pro/WEB-INF/web.xml
Open the web.xml file.
Go to <session-timeout>
Change the existing time out (30) to the required time out in <session-timeout>30</session-timeout>
Manually restart the ZENworks Reporting services.