Add large number of users to group - Form Too Large

Add large number of users to group - Form Too Large

The customer was trying to add a member to a group which has lots of users already. They got "script running slowly" messages, however,
users were finally added. The customer then tried adding them in a few at a time, On the last bunch after clicking save it was attempting to save the changes and the message "Form too Large" java error. 

Form too large330000>200000 Caused by: java.lang.IllegalStateException: Form too large330000>200000 

There would be approximately 3300 students to be added. With the error I lost many students already added.



The workaround is add the following parameter to stoneware\bin\webnetwork.lax on the additional parameter line: 

wN 5.x: 
-Dorg.mortbay.jetty.Request.maxFormContentSize=xxxxxxx 

wN 6.x: 
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=xxxxxx 

**As of 6.3.0.x, there is now a "Maximum Post" field in the 8090 console (on the Settings tab) that can be used to increase the maximum form content size.

The default is 20000 bytes. If you use IE watch and click on the group you will see how many bytes that group used, you then set the max to something higher than that number. 


The same thing can happen when submitting any large form/page to webNetwork. 

The ramifications of changing this are that in a denial of service attack someone may try to keep posting large amounts of data. The server has to process that request before it can say, denied. Doing this over and over can cause a slowdown on the server. That is why the default is roughly the same for most web servers like Apache and IIS.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Assigning users to Domain Users group

        Question When I assign a link to Domain Users, the users never get the link. If I assign the link directly to the user or another group, then things work.   Resolution This is a feature/limitation of Microsoft Active Directory (MS AD). Domain Users ...
      • Disable Group Search for File Services

        Issue: In the past Unified Workspace (formerly webNetwork) required having to manually add some search indexes to prevent slowness issues in various parts of webNetwork, most notably (webStorage) File Services. When a user authenticates to Unified ...
      • Using Web Monitor to see current number of active sessions

        Question: How can I see the number of users that are currently logged into the system? Solution: Using Web Monitor to see current user Sessions. Launch webAdmin. Expand Utilities. Click the Web Monitor option. This will show you the total number of ...
      • Number of connections for webRDP Client

        Question: How many RDP connections can my users make, through Unified Workspace, using the webRDP client? Solution: As the webRDP client is very resource intensive, for the UW relay server, we've found that the each relay can handle approximately ...
      • How to add an attribute to the search index in Active Directory

        For Active Directory and webNetwork there are 4 attributes that will help speed up webStorage. "member" "swareAssignedNodes"  "swareAssignedMenus" "swareAlias" The following information comes from :  ...